@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#nav-wrapper {
	height:40px;
	width:100%;
	background:url(images/nav-bg.png) repeat-x bottom;
	margin:auto;
}
#wrapper {
	width:896px;
	margin:auto;
	margin-top:5px;
}
#header {
	width:603px;

	background:url(images/logo.png) center no-repeat;
	height:115px;
	margin:auto;
}
.center {
	text-align:center;
	margin:auto;
}
#box {
	background:#fffee7;
	border:1px solid #f0eca5;
	width:471px;
	padding:10px;
	margin:auto;
	margin-top:10px;
	text-align:left;
	margin-bottom:10px;
	float:left;
}
#box-contact {
	background:#FFF;
	border-top:1px dotted #bfbfbf;
		border-bottom:1px dotted #bfbfbf;
	width:471px;
	padding:10px;
	margin:auto;
	margin-top:10px;
	text-align:left;
	margin-bottom:10px;
	float:left;
}
#box2 {
	margin:auto;
	margin-bottom:20px;
	width:492px;
	text-align:left;
}
#box3 {
	background:#fffee7;
	border:1px solid #f0eca5;
	padding:10px;
}
h1, h2, h3 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:28px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
h3 {
	font-size:18px;
}
td {
	vertical-align:top;
	text-align:left;

}
#optin {
	margin:auto;
}
#optin td {
	padding-bottom:0px;
	vertical-align:middle;
}
.inputtext {
	width:150px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.dot {
	width:7px;
	height:7px;
	background:#000;
	margin-top:10px;
	margin-left:5px;
}
#footer-wrapper {
	background:url(images/footer-bg.png) repeat-x #0b0b0b;
	float:left;
	width:100%;
	clear:both;
	padding-bottom:20px;
	margin-top:10px;
}
#footer {
	width:656px;
	margin:auto;
	color:#9c9c9c;
	padding-top:15px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
small {
	font-style:italic;
}
img {
	border:0px;
}
#leftbar {
	margin-top:45px;
	width:172px;
	background:#f6f6f6;
	margin-right:10px;
	font-size:12px;
	float:left;
	border:1px solid #dbdbdb;
	border-bottom:0px;
}
#leftbar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}
#leftbar li {
	margin:0px;
}
#leftbar a {
	text-decoration:none;
	color:#005b97;
	padding:6px;
	float:left;
	width:161px;
	background:url(images/sidebar-sep.png) bottom repeat-x;
}
#leftbar a:hover {
	background:url(images/sidebar-sep.png) bottom repeat-x #ececec;
}
#leftbar .disable {
	color:#999;
}
#content {
	float:left;
	width:492px;
}
#fullcontent {
	width:492px;
	margin:auto;
}
.imghandler {
	float:left;
	text-align:center;
	margin:auto;
	width:492px;
}
#rightbar-wrapper {
	margin-top:41px;
	width:208px;
	float:left;
	margin-left:10px;
}
#rightbar {
	width:205px;
	float:left;
	font-size:12px;
	background:#e7f8ff;
	border:1px solid #b7ddec;
	border-top:0px;
	margin-left:1px;
}
#rightbar .seperator {
	background:url(images/comment-sep.png) no-repeat;
	width:205px;
	height:14px;
	float:left;
}
#rightbar .comments {
	width:185px;
	float:left;
	margin:10px;
	font-style:italic;
}
#rightbar img {
	float:left;
	border:1px solid #999;
	width:57px;
	height:57px;
	margin-right:5px;
	padding:4px;
	background:#FFF;
}

#contact td{
	padding:0px;
	text-align:left;
}
#contact .input-text{
	border:1px solid #999;
	padding:5px;
	width:200px;
}
#contact .textarea{
	width:350px;
	height:170px;
	border:1px solid #999;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:12px;
}

