@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	}

html{
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
}

body{
	width:800px;
	margin:auto;
	position:relative;
	text-align:left;
	font-family: Arial,sans-serif;
}


#header{
	background-position:top left;
	background-repeat:no-repeat;
	height:320px;
	text-align:right;
	width:800px;
	float:left;
}


#header h1{
	font-size:48px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#000000;
	padding:60px 10px 10px 20px;
	float:left
}

#header p{
	font-family:Arial;
	font-size:11px;
	color:#7E7E7E;
	padding:10px 35px 0 0;
	float:right
}

#header p span{
	color:#FDAD24
}


#content{
	float: left;
	margin: 0;
}

#footer{
	background-image:url(../images/footer_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:40px;
	width:800px;
	float:left;
}

.copy{
	font-family:Arial;
	font-size:10px;
	color:#8A8A8A;
	margin:15px 0 0 20px;
	float:left
}

.copy a {
	color:#8A8A8A;
	text-decoration:none;
}

.copy a:visited{
	text-decoration:none
}

.copy a:hover{
	text-decoration:underline
}

.bottom1 {
   float: right;
   width: 300px;
   padding-top:10px;
   margin-right:10px;
   text-align:right;
}

.bottom1 a{
    text-decoration:none;
	font-size: 10px;
	padding:0 10px 0 0;
    color:#FFFFFF;
}
.bottom1 a:visited {
    color:#FFFFFF;
}

.bottom1 a:hover{
	text-decoration:underline;
	color:#F3AE2B;
}



