body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	line-height:16px;
}
a {
	color: #2998ed;
	text-decoration:underline;
}

img {
	padding-top:0px;
}

#wrapper {
	margin: 0 auto;
	width: 810px;
	float: left;
	background-color: #363636;	
}

/* Header */

#header {
	height: 294px;
	background: url(images/header.jpg);
}

#detail_header {
	height: 294px;
	background: url(images/header.jpg);
}

.detail_blue_txt {
	color: #2998ed;
}

/* Content */

.no_format_link {
	color: #FFF;
	text-decoration:none;
}

.box_left {
	width: 125px;
	height:163px;
	float:left;
	padding-right:25px;

}

.box {
	width: 754px;
	float:right;
}

.detail_box {
	width: 702px;
	padding-left:50px;
}

#spacing {
	height:80px;
	width:500px;
}

.photo_text {
	font-size:14px;
	padding-top:20px;
	width:550px;
	float:left;
	display:inline-block;
	padding-right:40px;
}


.mid_section {
	padding-top:20px;
	text-align:center;
	background-color:#266493;
	padding-bottom:20px;
}

.mid_section a {
	color:#edaa61;
}

.mid_section .yellow {
	color:#edaa61;
	font-size:20px;
}

/***************************** Footer ***********************************/

#footer {
	height: 141px;
}

.footer_text {
	text-align:center;
}

.footer_text a {
	color:#ffb051;
}

.small_txt {
	font-size:11px;
	text-align:center;
	margin-top:-10px
}