/* Main Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	margin: 0;
        }
	
#container {
	width: 780px;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	width: 760px;
	height: 94px;
	background: url("images/header.jpg") no-repeat;
	padding: 10px;
	padding-top: 20px;
	}
	
#header h1 {
	color: #fff;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	margin: 0;
	padding: 10px;
	padding-top: 5px;
	width: 485px;
        text-align: center;
	}
#header .button {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000; bold;
        font-size: 11px;
	background: #cccccc;
	border: 1px solid #ffffff;
	width: 30px;
	height: 20px;
        }
form {
	float: right;
	font-size: 9px;
	margin-right: 5px;
	margin-top: 20px;
	padding-right: 15px;
	}
	
input.in {
	background: #FFFFFF url("images/input.png") top left no-repeat;
	color: #999999;
	border: 0;
	font-size: 11px;
	padding: 5px;
	height: 12px;
	}
	
.button {
	background: #800000;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff; bold;
	font-size: 12px; 
	border: 1px solid #999999;
	width: 100px;
	height: 20px;
	}

.icon {
	width: 15px;
	height: 15px;
	}	
/* Menu */
#menu {
	float: left;
	width: 100%;
	background:#ffffff url("images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	}
	
#menu li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	}
	
#menu a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	}
	
#menu a {
	float:none;
	}

#menu a:hover {
	color: #000000;
	}
	
#menu #current {
	background-image:url("images/left_on.gif");
	}
	
#menu #current a {
	background-image:url("images/right_on.gif");
	color: #7F2429;
	padding-bottom:5px;
	}

/* Content */
#content {
	width: 575px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	float:auto;
	}

#content .bodybg{
	background-color : #eeffee;
	width: 150px; 
	}

#content form {
	float: left;
	font-size: 9px;
	margin-right: 5px;
	margin-top: 20px;
	}

#content h3 {
	margin: 0;
	font-size: 20px;
	color: #B6213E;
	text-decoration: none;
	font-weight: bold;
	}

#content h4 {
	margin: 0;
	font-size: 20px;
	color: #B6213E;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content .bodycenter {
	text-align: center;
	font-size: 13px;
	color: #000000+;
	line-height: 150%;
	margin-bottom: 0px;
	}

#content p {
	line-height: 150%;
	margin-bottom: 0px;
	}

#content ul {
	margin: 0;
	padding-left: 15px;
	list-style-image: url('images/arrow.gif');
	}
	
#content a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content a.body:hover {
	color: #7F2429;
	}
	
#content a.comment {
	color: #B6213E;
	text-decoration: none;
	font-size: 10px;
	}
	
#content a.comment:hover {
	color: #7F2429;
	}

/* Content1 */	
#content1 {
	width: 740px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	float: auto;
	}

#content1 .bodybg{
	background-color : #eeffee;
	width: 150px; 
	}

#content1 form {
	float: left;
	font-size: 9px;
	margin-right: 5px;
	margin-top: 20px;
	}

#content1 h3 {
	margin: 0;
	font-size: 20px;
	color: #B6213E;
	text-decoration: none;
	font-weight: bold;
	}

#content1 h4 {
	margin: 0;
	font-size: 20px;
	color: #B6213E;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content1 .bodycenter {
	text-align: center;
	font-size: 13px;
	color: #000000+;
	line-height: 150%;
	margin-bottom: 0px;
	}

#content1 p {
	line-height: 150%;
	margin-bottom: 0px;
	}

#content1 ul {
	margin: 0;
	padding-left: 15px;
	list-style-image: url('images/arrow.gif');
	}
	
#content1 a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content1 a.body:hover {
	color: #7F2429;
	}
	
#content1 a.comment {
	color: #B6213E;
	text-decoration: none;
	font-size: 10px;
	}
	
#content1 a.comment:hover {
	color: #7F2429;
	}


/* Sidebar */
#sidebar {
	width: 150px;
	float: left;
	padding: 5px;
	padding-right: 5px;
	margin:0;
	}

#sidebar .bodybg{
	background-color : #eeffee;
	width: 150px; 
	}

#sidebar h3 {
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	}
	
#sidebar ul {
	margin: 0;
	padding-left: 15px;
	list-style-image: url('images/arrow.gif');
	}
	
#sidebar a {
	color: #B6213E;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #7F2429;
	}
	
/* Footer */
#footer {
	width: 760px;
	margin-top: 30px;
	clear: both;
	text-align: center;
	font-size: 9px;
	color: #999;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000;
	}

