/* @override 
	http://localhost/~justinross/freshprints2/css/style.css
*/

html {
	background: #fff;
}
body {
	background: #fff;
}

.clear {
	clear: both;
}

#container {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url('../images/header_background.png') no-repeat top left;
	height: 124px;
	margin-top: 10px;
}

#header_logo {
	margin: 10px 0 0 10px;
	float: left;
}

#header_nav {
	margin: 10px 10px 0 0;
	float: right;
}
#header_nav ul {
	list-style: none;
}

#header_nav a{
	width: 152px;
	color: #111;
	height: 31px;
	display: block;
	padding: 10px 0 0 0;
	font: 16px sans-serif;
	text-decoration: none;
}
#header_nav a:hover{
	color: #f78418;
}

.button_top {
	width: 152px;
	float: left;
	height: 41px;
	display: block;
	text-align: center;
	background: url('../images/button.png');
}


.box_box {
   background: #343838;
   margin: 10px 0 0 0;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
.box_top div {
   background: url('../images/box_tl.png') no-repeat top left;
}
.box_top {
   background: url('../images/box_tr.png') no-repeat top right;
}
.box_bottom div {
   background: url('../images/box_bl.png') no-repeat bottom left;
}
.box_bottom {
   background: url('../images/box_br.png') no-repeat bottom right;
}

.box_left {
	float: left;
	width: 550px;
	margin: 20px;
}
.box_left .image_box {
	float: left;
	width: 550px;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
.box_left .content {
	padding: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background-color: #FFF;
}
.box_left h2 {
	color: #5e88b6;
	font-family: "Helvetica Neue", Helvetica;
}

.box_right {
	margin: 20px 20px 20px 0;
	float: right;
}

.box_top div, .box_top, 
.box_bottom div, .box_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
   display: none;
}

.box_content { 
	width: inherit;
	margin: 0 0 0 0;
	color: #111;
}
 
.box_content .branding { 
	float: left;
	width: 317px;
	text-align: center;
}
.box_content .branding .text {
	color: #EEE;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
	vertical-align: top;
}

#footer .box_content { 
	width: inherit;
	margin: 0 0 0 20px;
	color: #ccc;
	text-align: center;
}
#footer .box_content:hover { 
	color: #DDD;
}
#footer a {
	color: #5e88b6;
	text-decoration: none;
}
#footer a:hover {
	color: #f78418;
}
