body{
	background-image:url(images/bg.jpg); background-repeat:repeat-x;
background-color:#0a0a0a; font-family:Arial, Tahoma, Helvetica, sans-serif;

}

img.bann{
	display:block;
	margin-left:auto;
	margin-right: auto;
}

img.face{
	height: 3.5em;
	width: 12.5em;
}

#menu{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 10em;
	float: left;
}
#menu a {display:block; width:192px; height:12px; color:#0099ff; text-decoration:none; background:url(images/text_top_bckg.jpg) no-repeat; text-transform:uppercase; text-align:center; padding-top:11px; padding-bottom:13px; font-size:17px;}
#menu a:hover {background:url(images/text_top_bckg_over.jpg) no-repeat;}

#menu ul {
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 192px;
	padding: 0;
	list-style-type: none;
}

#menu li {
	position: relative;
	margin: 2px 0 0;
}

#menu ul ul {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0;
	left: 100%;
	width:100%;
	background: #0f0f0f;
}

div#menu ul ul{
	display: none;
}

div#menu ul li:hover ul{
	display:block;
}

#facebook{
	margin-top: 1em;
	clear:left;
	float:left;
}

#twitter{
	margin-top: 1em;
	float:right;
}

#content{
	margin: 0 13em 0 13em;
	padding: 0 2em;
	background-color:#3c3c3c;
	border-width: 5px;
	border-style: double;
	border-color: #000;
	color: #fff
}

#content a {
	color:#0099ff; text-decoration:none;}
#content a:hover {
	text-decoration:underline;}

#content h1{
	text-align: center;
	color:#fff;
}

#content h2{
	text-align:center;
	color:#fdc605;
}

#form{
	margin: 0 13em 0 13em;
	padding: 0 2em;
	background-color:#fff;
	border-width: 5px;
	border-style: double;
	border-color: #000;
	color: #000
}

#insert{
	float:left;
	margin: 0 1em 0 0;
}

#footer{
	font-size: small;
	position: relative;
	padding-top: 5em;
	bottom: 0;
	text-align: center;
	color: #fff;
	clear: both;
}

