@charset "utf-8";
/* CSS Document */
#div
{/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;}

#container{
margin: auto;
width:990px;
background-color:#803340;}

#header{width: 100%;
background-color: #803340;}

#content{
	width: 600px;
	float:right;
	display:inline;
	filter:alpha(opacity=95); /* IE's opacity*/
	background-color: #803340;
}


#sidebar{width: 330px;
float:left;
display:inline;
background-color: #803340;}

#footer{width: 100%;
clear:both;
background-color: #803340;}

#tabs p{
	background-color:#803340;
	border:thick;
	font-size:16px;
	font-size:medium;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fcdfdc;
	height: 35px;
	margin: 11px auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFCCCC;
}

#tabs a{color:#FCDFDC;}



p {
		font-size:14px;
	color: #fcdfdc;
}

a {color:#FFCCCC;
visited: #000000;
text-decoration:overline;
text-decoration:underline;
font-weight:bold;}

a:other {color: #660033;}

a img {color:#FFCCCC;
visited: #ffffff;
text-decoration:overline;
text-decoration:underline;
font-weight:bold;}

a:visited {color: #000000;}

h2 {font-size:24px;
color:#ffffff;}

