html{
font-family:Verdana;
font-size:12px;
background:url(../images/bg.gif) top left repeat-x;
background-color:#9E9E94;
color:#3e3e29;
}
a{
	color:#ED3E2D;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
 	
}
a:hover{
	text-decoration:underline;
}
h2{
	font-size:18px;
	font-family:Trebuchet MS;
	color:#7DB2CE;
	font-weight:normal;
	line-height:19px;
	padding-bottom:20px;
	letter-spacing:-0.3px;
}
h3{
	font-weight:bold;
	font-size:14px;
	padding-bottom:3px;
	color:#3e3e29;
	padding-top:12px;
}
h4{
	margin:0;
	font-size:12px;
	font-family:Trebuchet MS;
	font-weight:bold;
	text-transform:uppercase;
	color:#9E9E92;
}
body{
	width:880px;
	margin:0 auto 0 auto;
}
#header{
	height:238px;
	background:url(../images/header.gif) top left no-repeat;
	border-top: 1px solid #000000;
}
#nav{
margin-top:130px;
margin-left:215px;
width:580px;
height:50px;
}

#nav ul{
margin:0px;
padding:0px;
list-style:none;
height:0px;
}

#nav ul li{
display:block;
float:left;
font-weight:bold;
height:49px;
line-height:49px;
vertical-align:middle;

}



#nav ul li a{

font-size:11px;
color:#000000;
font-weight:bold;
text-transform:uppercase;
padding-right:10px;
padding-left:10px;
text-decoration:none;
font-family:Trebuchet MS;
}
#nav ul li.last a{
padding-right:0px;
border-right:none;
}
#nav ul li.active a{
color:#FFFFFF;
}

#nav ul li a:hover{
color:#FFFFFF;

}

#page{
background:url(../images/page-bottom.gif) bottom left no-repeat;
background-color:#CFCFC9;

margin:0 20px 0 20px;
padding:0 30px 30px 30px;

}

.content{
height:1%;

}
.frame{
	display:block;
	float:right;
	margin-left:30px;
	width:355px;
	height:265px;
	background:url(../images/frame.gif) top left no-repeat;
	padding:10px;
}
.button{
display:block;
float:left;
text-align:center;
width:170px;
height:115px;
background:url(../images/button.gif) top left no-repeat;
margin-right:32px;
margin-top:30px;
}
.buttonlast{
display:block;
float:left;
margin-top:30px;
text-align:center;
width:170px;
height:115px;
background:url(../images/button.gif) top left no-repeat;
}
.button a, .buttonlast a{
	display:block;
	padding-top:40px;
	text-decoration:none;
	color:#4c6c7d;
	width:170px;
	height:85px;
	
}

.button a:hover, .buttonlast a:hover{
	/*text-decoration:underline;*/
}
.bio-image{
	padding-right:10px;
	padding-top:5px;
}
.cleaner{
	clear:both;
}
#footer{
	margin:12px 20px 0 20px;
	font-size:11px;
	text-transform:uppercase;
	color:#CFCFC9;
}
#footer a{
	color:#CFCFC9;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
text-decoration:underline;
}


.fright{
	float:right;
	
}
