@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #2b2a2c;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #000000;
}
a:link {
	color: #606c88;
}
a:hover {
	color: #606c88;
}
h1 {
	font-size: 24px;
	color: #606c88;
}
h2 {
	font-size: 18px;
	color: #606c88;
}
h3 {
	font-size: 16px;
	color: #606c88;
}
p {
	margin:10px;
}
ul {
	margin: 5px;
	padding: 0px 15px;
	list-style-type: none;
}
ul li {
	margin-left: 20px;
	list-style: circle;
	line-height: 2;
}
#container {
	width: 900px;
	margin: 10px auto;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: left; 
	background: #fff url(images/container.gif) repeat-x top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
}
/* header */
#header-container {
	background: url(images/header.gif) repeat-x;
}
#header {
	width:900px;
	margin: 0 auto;
	height: 100px;
}
#header-name {
	float: left;
	width:400px;
}
#header h1 {
	color: #CCC;
	text-shadow: 2px 4px 3px #555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
}
.description {
	color: #FFF;
	font-size: 14px;
	clear: left;
	margin-top: 5px;
}
#header-social {
	float: right;
	width:480px;
	margin: 10px;
	text-align: right;
}
#header-social img {
	margin: 0px 5px;
}
#header-social a img {
	border: none;
}
/* middle */
#left {
	padding: 0px 10px;
	float: left;
	width: 580px;
}
#right {
	width:290px;
	float: right;
	padding: 0px 10px 0px 0px;
}
/* footer */
#footer {
	padding: 0 10px;
	clear: both;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.submit {
	background: #2b2a2c;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.box {
}
.boxholder {
	clear: both;
}
.tab {
	float: left;
	height: 32px;
	width: 120px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #2b2a2c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 12px;
	padding: 9px 0 0 0;
}
.tab a {
	color: #fff;
	text-decoration: none;
}
.tab a:hover {
	color: #606c88;
}
