/*
      Created by Countess Leah of countessleah.com	  
*/
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:10px; }
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }
/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}
	
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(../images/back.gif);
	}
html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}
a:link, a:visited {
	color:#8DA4F8;
	}	
a:hover, a:active {
	color:#FFFFFF;
	}
	
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 background: #000000;
 width: 800px;
 height: 70px;
 padding-left: 10px;
 padding-right: 10px;
 border: 1px solid #262767;
 margin: 25px 0px 0px 0px;
}
		.CLtitle {
	width: 344px;
	height: 80px;
	margin-left: auto ;
	margin-right: auto ;
	}

	.CLtitle a {
	display: block;
	width: 344px;
	height: 70px;
	background: url(../images/titles/CLtitle.jpg) no-repeat;
	background position: top center;
	}

	.CLtitle a:hover {
	background-position: bottom center;
	} 
	
#navigation {
 width: 800px;
 color: #000000;
 padding: 10px;
 border: 1px solid #262767;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#content { 
 width: 800px;
 color: #FFFFFF;
 border: 1px solid #262767;
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
}
#footer { 
 width: 800px;
 font-size: 9px;
 color: #8DA4F8;
 text-align: right;
 border: 1px solid #262767;
 background: #262767;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}