body{
	background:#e0e8ef url('../img/bg_body.jpg') repeat-x;
	font-family:arial;
	color:#666666;
}

#container{
	width:810px;
/*	height:1000px;*/
	background:url('../img/bg_container.png') repeat-y;
	margin:-10px auto 0 auto;
}

#header{
        position: relative;
	width:770px;
	height:92px;
	background:#fff url('../img/header.jpg');
	margin-left:20px;
}

#content{
	padding:5px 15px;
}

p.testimonial{
	padding:0 100px;
	font-style:italic;
}

.menu_box{
	width:190px;
	height:128px;
	background:#292421;
	border:1px solid #999999;
	float:left;
	font-size:12px;
}

.menu_box:hover{
	background-color:#083a81;
	border:1px dotted #2c5287;
}

.menu_box ul{
	margin-left:15px;
	padding:0;
}

.menu_box ul li{
	list-style:none;
	margin:0;
	padding:0;
}

.menu_box a{
	color:#fff;
	text-decoration:none;
}

.menu_box a:hover{
	color:#fff;
	text-decoration:underline;
}

.menu_box p{
	margin:-10px 0 10px 15px;
	color:#ccc;
}

#signup{
	margin-left:15px;
}

#first{
	margin-left:20px;
}

#last{
	width:192px;
}

#left_box{
	width:575px;
	float:left;
	margin:10px 0 0 20px;
	border-right:1px solid #ccc;
	padding-bottom:50px;
}

#right_box{
	width:165px;
	padding-left:10px;
        padding-top: 80px;
	margin:10px 0 0 10px;
	float:left;
}

#right_box p{
	font-size:12px;
	font-style:italic;
}

#footer{
	text-align:center;
	width:770px;
	clear:both;
	margin:10px auto -7px auto;
	padding-bottom: 5px;
	font-size:11px;
	border-top:1px solid #ccc;
}

a{
	color:#083a81;
}

h1{
	font-size:20px;
	font-weight:normal;
	color:#b07337;
	margin:20px 0;
}

h2{
	color:#fdbc22;
	font-weight:bold;
	font-size:14px;
	margin-left:15px;
}

h3{
	font-weight:bold;
	font-size:13px;
	color:#b07337;
}

#email_button {
   position: absolute;
   left: 87%;
   top: 8px;
   width: 91px;
   height: 20px;
   background: url("../img/nav/Email.jpg") no-repeat 0px 0px;
}

#email_button:hover {
   background: url("../img/nav/Email.jpg") no-repeat 0px 100%;
}

#contactInfo {
   padding: 0px;
   margin: 0px;
   margin-left: 60px;
   margin-top: 20px;
}

#contactInfo p {
   padding: 0px;
   margin: 0px;
   margin-bottom: 0.3em;
}