body { font-family:Arial, sans-serif; font-size:10pt; padding:0; margin:0; color:#666; background:#dcdcdc url(/images_site/new/background.gif) repeat-x; }
a { outline:none; text-decoration:none; color:#666; }
a:hover { text-decoration:underline; color:#000; }
img { border:none; }
h1 { font-size:16pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:8pt; font-weight:normal; }
p { font-size:10pt; }
td { font-size:10pt; }

.wrapper { 
	width:800px;
}
.header {
	padding:0;
	margin:0;
	height:100px;
	margin-right:100px;
}
.header img {
	float:left;
	width:100px;
	height:100px;
}
.header h1 {
	/*background:#000;*/
	color:#fff;
	font-size:18pt;
	font-weight:normal;
	height:30px;
	padding:10px 0;
	text-align:right;
	margin:0;
}
.nav {
	height:50px;
	/*background:#fff;*/
	padding:0;
	margin-left:100px;
}
.nav ul {
	padding:15px 0;
	margin:0;
	text-align:right;
}
.nav li {
	display:inline;
	padding:0 10px;
	text-transform:lowercase;
	font-family:"Century Gothic", Arial, Helvetica;
	color:#666;
}
#dropMenu1 {
	border:#ccc solid 1px;
	background-color:#fff;
	opacity:0.70;
	padding:0;
	right:400px;
	margin-top:0px;
	margin-bottom:20px;
	visibility:hidden;
	display:block;
	position:absolute;
	z-index:500;
}
#dropMenu1 ul {
	padding:0;
	margin:0;
	z-index:500;
}
#dropMenu1 li {
	display:block;
	border-bottom:#999 solid 1px;
	list-style:none;
	padding:3px 5px;
	margin:0;
	z-index:500;
	text-align:center;
}
#dropMenu1 a {
	border:0px;
	padding:0;
	margin:0;
	z-index:500;
	color:#333;
	font-size:8pt;
}
#dropMenu1 a:hover {
	color:#000;
}
.subnav {
	width:100px;
}
.content {
	padding:30px 50px;
	text-align:left;
}
