﻿/**** Standard CSS for AGDinteractive - Eriq Chang Studio ****/
* {
	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;
}


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

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


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


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


.bodytexthdr {
	color: #98958e;
	line-height : 18px;
	font-size: 1.2em;
	font-weight: bold;
	
}

.bodytexthdr2 {
	color: #ffe0af;
	line-height : 16px;
	font-size: 1.5em;
	font-weight: bolder;
	
}

.longlist {
	line-height : 19px;
		
}

p.center {text-align: center}



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


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

#pagebgr {
	z-index:1;
}

#overlay {
	position:absolute;
	left:77px;
	top:266px;
	width:297px;
	z-index:2;
	background-repeat:no-repeat;
}

