/********************
* HTML ELEMENTS
********************/

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, san-serif;
	font-size: 11px;
}

/********************
* CUSTOM IDS
********************/
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 825px;
	height: auto;
	background-color: #000000;
	border: 1px solid #444444;
}

#header {
	height: 150px;
	width: auto;
	text-align: center;
}

#header img {
	margin-top: 51px;
}

#navigation {
	background-image: url("../images/nav_bg.jpg");
	background-repeat: repeat-x;
	width: 825px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}


/*******************
* CUSTOM CLASSES
*******************/
.blogcontent {
	float:left;
	width: 515px;
	height: auto;
	margin-right: 20px;
}

.blogsidebar {
	float:left;
	width: 238px;
	height: auto;
}

.content {
	width: 825px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content_left {
	float:left;
	width: 413px;
	height: auto;
}

.featured_work {
	width: 363px;
	height: auto;
	margin-left: 25px;
}

.featured_thumb {
	float:right;
	width: 146px;
	height: 82px;
	margin-left: 10px;
	margin-top: 10px;
}

.content_right {
	float:left;
	width: 411px;
	height:auto;
	border-left: 1px solid #0e0e0e;
}

.news {
	width: 360px;
	height: auto;
	margin-right: 25px;
	margin-left: 25px;
}

.news .story {
	margin-top: 12px;
}

.news .story h2 {
	display: inline;
	color: #008ff0;
	font-weight: normal;
	font-size: 14px;
}

.news .story h2 span {
	display: inline;
	color: #999999;
	font-size: 10px;
	margin-left: 5px;
}

.news .story p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #ffb30f;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.float_right {
	float:right;
}

.fullcopy {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.reg  {
	margin-top: 20px;
}

.client_reg {
	width: 775px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.reg .title, .client_reg .title {
	color: #008ff0;
	font-size: 13px;
}

.client_img {
	float:right;
	text-align: right;
	width: 200px;
}

.client_desc {
	width: 525px;
}

.lab {
	float:left;
	width: 340px;
	height: auto;
	margin-right: 40px;
	margin-top: 40px;
}


.lab .title {
	color: #008ff0;
	font-size: 14px;
}

.lab a {
	color: #ffb30f;
	font-size: 10px;
	margin-left: 5px;
}

.lab a:link {
	text-decoration: none;
}

.lab a:visited {
	text-decoration: none;
}

.lab a:hover {
	text-decoration: underline;
}

.lab a:active {
	text-decoration: underline;
}


.cleardiv {
	clear:both;
}