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

* {
	padding: 0;
	margin: 0;
}

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;
}


img {
	border: none;
}



.bodywrap {
	padding-right: 23px;
	padding-left: 23px;
}


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

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

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


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


.bodytexthdr {
	color: #f0f9a5;
	line-height : 17px;
	font-size: 1.1em;
	font-weight: bolder;
	
}


.bodytexthdrdownload {
	color: #c7b8ff;
	line-height : 17px;
	font-size: 1.1em;
	font-weight: bolder;
	
}


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

.longlist {
	line-height : 19px;
		
}

p.center {text-align: center}





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


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


#hdr {
	position:absolute;
	width:928px;
	height:125px;
	z-index:1;
	background-repeat:no-repeat;
}

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