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

* {
	border:0;
	font-family:Verdana, Geneva, sans-serif;
}
body {
	background-image: url(../bgs/1.jpg);
	background-repeat: no-repeat;
	background-position: center -100px;
	font-size:12px;
	margin:20px;
	color:#FFF;
	font-size:11px;
}
p {
	margin: 15px 0;	
}
#wrap {
	width: 720px;
	margin: auto;
	position: relative;
}
#content {
	background-image: url(../content_bg.png);
	height: 400px;
	width: 730px;
	position: relative;
}
#logo {
	margin-bottom: 10px;
}
#navigation {
	position: absolute;
	right: 0px;
	top: 20px;
	width:400px;
}
#navigation a {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
	width: 99px;
	float:left;
	text-align:center;
}
#innercontent {
	width: 500px;
	height:380px;
	font-size:11px;
	color: #036;
}
#innercontent h1 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#right, #affiliate {
	width: 180px;
	height: 400px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#affiliate {
	height: 30px;
	top:auto;
	bottom:45px;
}
#right a, #affiliate a {
	color: #036;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
}
#siteby {
	text-align:left;
	padding:10px 0px;
	color:#036;
	font-weight:bold;
}
#siteby a {
	color:#036;
}
p.bold {
	font-weight:bold;
}
input, textarea {
	width: 98%;
	padding:4px;
	background-color:#09C;
	border:1px solid #000;
	color:#FFF;
}
textarea {
	height: 100px;
}
.Submit {
	width: 50%;
	display:inline-block;
	margin:auto;
	margin-top:10px;
}
