A/* normalizes the margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0; }

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size : 100%; }

/* removes list-style from lists */
ol, ul
{list-style : none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal; }

/* removes spacing from tables */
table
{border-collapse : collapse; border-spacing : 0; }

/* removes border from fieldset and img */
fieldset, img
{border : 0; }

/* left-aligns text in cation and th */
caption, th
{text-align:left; }

/* removes quotation marks from q */
q:before, q:after
{content:''; }


	
html {
	background-color:#CED6BD;
	text-align:center;
	}
	
body {
	background-color:#CED6BD;
	color:#FFF;
	width:900px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	font-size:62.5%;
	}
/*-------------------header------------------------*/	
#brand {
	height:110px;
	font-size:1.5em;
	background-image:url(images/background_01.gif);
	}

#brand img {
	margin:20px 0 0 40px;
	}

#brand h1 {
	text-indent:-9999px;
	}
		
.tag {
	position:absolute;
	left:675px;
	top:73px;
	width:160px;
	border-left:#E1E4F7;
	border-left-width:medium;
	color:#C0C0FC;
	font-style:italic;
	}
	

	

/*-----------------------Nav-------------------------*/
	
#nav {
	height:23px;
	background-image:url(images/background_02.gif);
	padding:5px 0 0 45px;
	}
	

	
#nav ul {
	display:inline;
	text-align:center;
	
	}
/*----------------main-content------------------------*/
#main {
	width:900px;
	height:340px;
	background-image:url(images/background_03.gif);
	padding:20px 0 0 75px;
	background-repeat:no-repeat;
	}	

		
#description{
	width:275px;
	color:#1249A5;
	font-size:1.7em;
	text-align:center;
	}

#bio{
	position:absolute;
	top:190px;
	left:430px;
	width:300px;
	color:#1249A5;
	font-size:1.5em;
	text-align:center;
	}
		
#siteinfo {
	background-image:url(images/background_05.gif);
	background-repeat:no-repeat;
	width:900px;
	height:100px;
	text-align:left;
	color:#FFF;
	padding-top:15px;
	padding-left:75px;
	font-size:1.2em;
	}
#siteinfo ul {
	padding-bottom:10px;
	}	
#bio a {
	color:#80A710;
	font-size:1em;
	text-decoration:underline;
	}
	
li {
	display:inline;
	text-align:center;
	}
	
a {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	text-decoration:none;
	font-size:1.3em;
	font-weight:600;
	}
	
a:visited {
	font-style:italic;
	}
	
a:hover {
	color:#F90;
	}
	
a:active {
	color:#00F;
	}
	
.green {
	font-style:italic;
	font-size:1.5em;
	color:#80A710;
	}
	
.active {
	color:#00F;
	font-size:1.7em;
	}
.new {
	color:#FFCC00;
	font-style:italic;
	}