/* HTML */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#5f5c5e;
	margin-top:45px;
}

.gola {
	background-color:#dedede;
}

.insight {
	background-color:#eaeaea;
}

.croft {
	background-color:#f2f0f0;
}

.boss {
	background-color:#608fd5;
	background-image: url(../image/boss/boss_background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
}

.radio {
	background-color:#fff200;
}

.lawrence {
	background-color:#f5f5f5;
}

.structure {
	background-color:#ffffe8;
}

.forum {
	background-color:#ffffff;
}

#wrapper {
	width:960px;
	margin: 0 auto;
}

a {
	color:#5f5c5e;
	text-decoration: none;
}

a:hover {
	color:#5f5c5e;
	text-decoration: underline;
}

.boss a {
	color:#ffffff;
	text-decoration: none;
}

.boss a:hover {
	color:#ffffff;
	text-decoration: none;
}

.forum a {
	color:#82491B;
	text-decoration: none;
}

.forum a:hover {
	color:#82491B;
	text-decoration: none;
}

/* HEADER */

#header_wrapper {
	width:960px;
	height:110px;
	font-size:12px;
}

#header_wrapper ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#header_wrapper ul li {
	list-style-type: none;
}

#header_logo {
	width:220px;
	padding-left:10px;
	height:110px;
	float:left;
}

#header_details {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
}

#header_details_boss {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	color:#FFFFFF;
}

#header_details_forum {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	color:#82491B;
}

#header_menua {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
	line-height:15px;
}

#header_menua_boss {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}

#header_menua_forum {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
	line-height:15px;
	color:#82491B;
}

#header_menub {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
}

#header_menub_boss {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
}

#header_menub_forum {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
	color:#82491B;
}

/* CONTENT */

#content_wrapper {
	width:960px;
}

#content_wrapper h1 {
	font-size: 48px;
	font-style: italic;
	font-weight: lighter;
	margin-left:240px;
	line-height:50px;
}

#content_left {
	width:220px;
	padding-left:10px;
	margin-right:10px;
	float:left;
}

#content_header {
	position:absolute;
	width:930px;
	height:162px;
	font-size: 60px;
	font-style: italic;
}

#content_header h1 {
	font-size: 60px;
}

#content_header_boss {
	position:absolute;
	width:930px;
	height:162px;
	font-size: 60px;
	font-style: italic;
	color: #FFFFFF;
}

#content_header_forum {
	position:absolute;
	width:930px;
	height:162px;
	font-size: 60px;
	font-style: italic;
	color: #82491b;
}

#content_text {
	width:220px;
	padding-top:162px;
}

#content_text_boss {
	width:220px;
	padding-top:162px;
	color: #FFFFFF;
}

#content_text_forum {
	width:220px;
	padding-top:162px;
	color: #82491b;
}

#content_right {
	width:720px;
	float:left;
}

#content_right img {
	margin-bottom:40px;
	margin-top:10px;
}

/* BLOG */

#blog_wrapper {
	width:960px;
	float:left;
}

#blog_header {
	width:220px;
	float:left;
	margin-right:10px;
}

#blog_header h2 {
	font-size: 30px;
	font-weight: lighter;
}

#blog_text {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#blog_image {
	width:460px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}