body{
	margin:0;
	padding:0;
	width:100%;
}

html{
	background: #000 url("../images/bg3.gif") left bottom repeat-x;
	min-height:100%;
}

#intro{
	min-height:100%;
	margin:10px auto;
	text-align:center;
	vertical-align:middle;
	border:3px solid #000;
}

#header{
	width:100%;
	padding:10px 0;
	text-align:center;
	background: #000 url("../images/bg1.gif") left top repeat-x;
}

#content{
	width:780px;
	margin:0 auto;
}

#content h1{
	background:url("../images/icon3.gif") right top no-repeat;
	height:45px;
	font-family:Tahoma, sans-serif;
	color:#FECB23;
	font-weight:normal;
}

#content h1 span{
	background:url("../images/icon1.gif") left top no-repeat;
	padding-left:50px;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#F5AD28;
}

#content .text{
	font-family:Tahoma, sans-serif;
	font-size:13px;
	letter-spacing:2px;
	line-height:20px;
	color:#FFF;
	background: #2E2F2F url("../images/bg4.gif") left top repeat-x;
	padding:10px;
}

#content .text ul{
	list-style:none;
	margin:10px 0 10px 50px;
}

#content .text li{
	background:transparent url("../images/bullet1.gif") left center no-repeat;
	padding-left:20px;
	font-size:12px;
	color:#FECB23;
}

#content .text a{
	text-decoration:none;
	color:#FF5B00;
}	

#content .text a:hover{
	text-decoration:underline;
}

#content .text fieldset{
	padding:10px;
}

#content .text legend{
	padding:0 10px;
	background:transparent url("../images/bullet2.gif") left center no-repeat;
}	

#content .text input, #content .text select, #content .text textarea{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	padding:2px;
	border:1px solid #FECB23;
	background-color:#CCC;
}

#content .text textarea{
	width:90%;
	overflow:auto;
}

#content .text .boxError{
	width:100%;
	border:2px solid #900;
	padding:10px;
	background-color:#FCF;
	color:#900;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#footer{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#EE372B;
	text-transform:lowercase;
	margin:10px 0;
	border-bottom:5px solid #EE372B;
	padding-bottom:10px;
	text-align:center;
}	

#footer a{
	color:#FFF;
	text-decoration:none;
}	

#footer a:hover{
	color:#FECB23;
	text-decoration:underline;
}

#copyright, #copyright a{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	color:#FECB23;
	text-transform:uppercase;
	margin:10px 0;
	padding-bottom:10px;
	text-align:center;
	text-decoration:none;
}

#copyright a:hover{
	text-decoration:underline;
}
	
