/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(http://www.look-wow.com/images/bg.gif) no-repeat top left;
	margin: 0; 
	text-align: center; 
	color: #000000;
}
#topright {
	width:250px;
	margin-top:0px;
	align:right;
	margin-left:580px;
}
#topright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:underline;
	font-weight:bold;
	color: #652586;
}
#topright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:underline;
	font-weight:bold;
	color: #652586;
}

#containert { 
	width: 700px;  
	margin-top: 142px; 
	margin-left: 40px;
	margin-bottom: 20px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container { 
	width: 700px;  
	margin-top: 180px; 
	margin-left: 40px;
	margin-bottom: 20px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background:#fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:left;
}
#header_nav {
	text-align:left;
	line-height: 30px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 5px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 5px;
} 
#header_nav p {
	display:inline;
	padding-left:10px;
	padding-right: 10px;	
}
#header_nav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight:bold;
	text-decoration:none;
	color: #000000;

}
#header_nav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}
#header_nav a:hover{
	
	font-weight:bold;
	text-decoration:underline;
	font-size:.90em;
	color: #307ea9;
}
#header_nav a:active{
	
	font-size: .90em;
	font-weight:bold;
	text-decoration:none;
	color: #ec2b92;
}
#header_nav #current_page a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight:bold;
	text-decoration:none;
	color: #ec2b92;
	}
#sidebar{
float:left;
	position:relative;
	top:10px;
	left:0px;
	height:100%;
	width: 120px; 
	background: #FFFFFF; 
	margin: 0px;
	padding: 5px;
	border: 2px solid #9560a7;
	text-align:left;
}
#sidebar #pink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #ff0099;
	}
#sidebar #blue a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #3399cc;
	}
#sidebar a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #652586;
}
#sidebar a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #000;
}
#maincontent{
	padding: 0px 10px 0px 0px;
	margin-left:150px;
	top: 250px;
	background: #fff;
	border: 1px dashed #9560a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align:left;
	width: 500px;
	height: 400px;
}
#maincontent p{
	padding: 5px 5px 5px 5px;
	text-align:left;
}
img {
border:none;
}
#maincontent #pink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #ff0099;
	}
#maincontent #blue a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #3399cc;
	}
#maincontent a:link, a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #652586;
}
#maincontent a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;
	color: #000;
}


#bottom_navbar {
	text-align:left;
	line-height: 1.2em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 10px;
	padding-left: 30px;
}

#bottom_navbar p {
	display:inline;
	padding-left:5px;
	padding-right: 5px;	
}
#bottom_navbar a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}

#bottom_navbar a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
}
#bottom_navbar a:active{
	
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color: #a82068;
}
#bottom_navbar a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}
#copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	margin-top: -5px;
}

#footer { 
	padding: 0;
	text-align:right;
} 


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

