@charset "utf-8";
/* CSS Document */

a:link
{
	color:#999;
	text-decoration:none;
}

a:link 
{
	color: #999;
	text-decoration: none;
}

a:visited 
{
	color: #999;
	text-decoration: none;
}

a:hover 
{
	color: #FFF;
	text-decoration: none;
}
a:active 
{
	color: #999;
	text-decoration: none;
}

body {
background:#111;
color:#666;
text-align:center;
}
html, body {
}

#wrapper {
	margin:0 auto;
	position:relative;
	text-align:center;
	width:850px;
	background-color:#333;
}

#logo {
	position:absolute;
	top:0px;
	left:50px;
	height:105px;
	width:195px;
}

#metanav {
	position:absolute;
	top:115px;
	left:50px;
	height:25px;
	width:795px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	background-color:#444;
	padding-left:5px;
}

#subnav {
	position:absolute;
	top:155px;
	left:400px;
	height:25px;
	width:445px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#333;
	padding-left:5px;
}

#slide {
	position:absolute;
	top:155px;
	left:0px;
	height:255px;
	width:400px;
	background-color:#666;
}

#slogan {
	position:absolute;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	top:185px;
	left:410px;
	height:305px;
	width:430px;
  	z-index:1;
	text-align:left;
	overflow:auto;
}

#slogan2 {
	position:absolute;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	top:420px;
	left:60px;
	height:70px;
	width:330px;
  	z-index:1;
	text-align:left;
	overflow:auto;s
}

#back2 {
	position:absolute;
	top:175px;
	left:50px;
	height:325px;
	width:800px;
	background-color:#444;
}

#footer {
	position:absolute;
	top:502px;
	left:50px;
	height:15px;
	width:800px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#add {
	position:absolute;
	top:515px;
	height:125px;
	left:50px;
	width:800px;
}