﻿/**** Standard CSS for AGDinteractive - Eriq Chang Studio ****/
/***** Structural *****/

html{ 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial;
	font-size: 62.5%;
	color: #FFFFFF;
}


ul			{display:none;}


li {
	
}



/***** text *****/

link {
	color: #ffe0af;
	font-size: 1.06em;
	font-weight: bold;
	text-decoration: none;
}

A:link    { color: #ffe0af;
	font-size: 1.06em;
	font-weight: bold;
	text-decoration: none;
	}
	
A:active  { color: #ffe0af;
	font-size: 1.06em;
	font-weight: bold;
	text-decoration: none;
	}
	
A:visited { color: #ffe0af;
	font-size: 1.06em;
	font-weight: bold;
	text-decoration: none;
	}


.bodytext1 {
	color: #ffffff;
	line-height : 16px;
	font-size: 1.06em;
	font-weight: normal;
	
}

.sectionhdr {
	color: #ffac4a;
	line-height : 8px;
	font-size: 1.4em;
	font-weight: bolder;
	
}

.hint {
	color: #ffe0af;
	font-size: 1.2em;
	font-weight: bolder;
	}


.solution {
	color: #ffffff;
	line-height : 16px;
	font-size: 1.06em;
	font-weight: normal;
	
}




/***** Page *****/


#container {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#hdr {
	position:absolute;
	left:3px;
	top:-1px;
	width:966px;
	height:156px;
	z-index:1;
	background-repeat:no-repeat;
}

#subnav {
	position:absolute;
	left:30px;
	top:143px;
	z-index:3;
}
