@charset "utf-8";
/* CSS Document */
:active { outline: none; }

:focus { -moz-outline-style: none; }

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #c03;
	background-color: #fff;
}
a:active {
	text-decoration: none;
}

#content {
	position:absolute;
	left:10px;
	top:10px;
	width:1160px;
	height:675px;
	z-index:2;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #999;
	line-height: 0px;
}

#homecontent {
	position:absolute;
	left:10px;
	top:10px;
	width:1160px;
	height:675px;
	z-index:2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
} 

#logo {
	position:absolute;
	left:10px;
	top:695px;
	width:353px;
	height:65px;
	z-index:3;
	line-height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #666;
	overflow: visible;
	background-color: #F5F5F5;
}
#container {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: 780px;
	z-index: 1;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}

#menu1 {
	position:absolute;
	left:360px;
	top:630px;
	width:830px;
	height:65px;
	z-index:4;
}
#menu2 {
	position:absolute;
	left:370px;
	top:695px;
	width:820px;
	height:65px;
	z-index:5;
	background-color: #F5F5F5;
}
#logo1 {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	font-size: 28px;
	color: #C03;
	text-align: center;
}
#menu2a {
	position:absolute;
	left:430px;
	top:0px;
	width:370px;
	height:45px;
	z-index:2;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: right;
	text-transform: none;
	color: #c03;
}

#logo2 {
	color: #333;
	letter-spacing: 23px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#bio {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	width: 560px;
	line-height: normal;
	float: right;
	height: 665px;
	text-align: justify;
	padding-right: 20px;
	font-size: 10pt;
}
#contact {
	width: 50%;
	float: left;
	height: 665px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	line-height: 0;
	font-size: 10pt;
}

#footer {
	position:absolute;
	left:10px;
	width:1180px;
	height:20px;
	z-index:2;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: 0px;
	background-color: #F5F5F5;
}


#menu2b {
	height: 45px;
	width: 410px;
	padding: 10px;
	color: #c03;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-transform: none;
	
}

#container2 {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: 780px;
	z-index: 1;
	background-image: url(images/bg_homepage.jpg);
}

