﻿/* CSS layout */
body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#303235;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

a {
	color:#960001;
}
a:hover{
	text-decoration:none;
	}
}

p{
	padding:5px;
	margin:0px;
}
#wrap{
	width:860px;
	margin:auto;
	margin-top:20px;
}
#masthead {
width:860px;
height:307px;
}
#top{
	background:url('images/top.png') top left no-repeat;
	width:860px;
	height:5px;
}

#bottom{
	background:url('images/bottom.png') bottom left no-repeat;
	width:860px;
	height:5px;
}

#header_leftside{
	background:url('images/sides.png') top left repeat-y;
	height:302px;
	width:5px;
	float:left;
}
#header_rightside{
	background:url('images/sides.png') top right repeat-y;
	height:302px;
	width:5px;
	float:right;
}
#header_middle{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	height:302px;
	background:url('images/shadow_header.png') bottom left no-repeat;
}
#header{
	background:url('images/header.png') top left no-repeat;
	width:577px;
	height:295px;
	float:left;
}
#nav{
	height:295px;
	background:url('images/bullet_bg.png') top left repeat-y #d9a84b;
	width:273px;
	float:right;
}

#nav a{
	display:block;
	color:white;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	background:url('images/bullet.png') top left no-repeat;
	padding-left:65px;
	padding-bottom:35px;
}

#nav a:hover{
	background:url('images/bullet_on.png') top left no-repeat;
	color:#dddddd;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:17px;
	margin-top:20px;
}
#nav li{
	background:url('images/hrr.png') right no-repeat;

}
#nav li.last{
	background-image:none;

}
.clear{
	clear:both;
}

#page_content {
	background-color: #fff;
	width:850px;
	border-left:5px solid #000;
	border-right:5px solid #000;
	position:absolute;
}

#leftcolumn {
	float:left;
	background:url('images/leftcol_bg.png') top left repeat-y;
	width:253px;
}

.left_boxes {
	width:237px;
	margin-left:8px;
	margin-right:8px;
	margin-top:12px;
	margin-bottom:15px;
}

.left_box_title {
	min-height:20px;
	background-color:#960001;
	width:227px;
	color:white;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}
.left_box_content{
	min-height:176px;
	background:white;
	font-size:12px;
	width:223px;
	padding:5px 5px 5px 5px;
	color:black;
	border:2px solid #000;
}

.left_box_signup{
	min-height:176px;
	background:white;
	font-size:12px;
	width:213px;
	padding:7px 5px 7px 15px;
	color:black;
	border:2px solid #000;
}


.input {
	background-color:#373a3e;
	width:200px;
	height:20px;
	border:0px;
	margin-top:7px;
}

#btn{
	float:right;
}

.input_btn {
	background:url('images/btn_bg.png') top left repeat-x;
	height:23px;
	width:80px;
	color:white;
	font-weight:bold;
	border:0px;
	font-size:11px;
	font-style:italic;
	text-align:center;
	margin-top:20px;
	margin-right:13px;
}

#content_area{
	background-color:white;
	margin-right:5px;
	margin-left:258px;
}

#content_title {
	
	font-size:16px;
	font-weight:bold;
	color:white;
	background-color:#960001;
	padding:5px;
	
}

#author {
 float:right; width:285px; margin-left:5px;
}
#author_text{
	float:left; width:100px;
}

#order_area_box{
	width:256px;
	float:left;
}

#box_title{
	background-color:#960001;
	color:white;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding:5px 5px 5px 5px;

}

.box_content{
	min-height:120px;
	border:2px solid #000;
	padding:10px;
	padding-top:25px;
}

#online_area_box{
	width:256px;
	float:right;
}


#footer {
margin-top:15px;
width:860px;
height:74px;
background:url('images/footer.png') top left repeat-x;
clear:both;
margin:auto;
}
