@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#272727;
	font-family: "Lucida Grande", Lucida, Calibri, Verdana, sans-serif;
	font-size: 14px;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: -1px;
}
h1 {
	width:183px;
	height:50px;
	float:right;
	margin:0 20px;
	background:#3366ff url('../img/logo.png') no-repeat 0 0;
	text-indent:-4000px;
}
h2 {
	margin:4px 0 0 0;
	text-transform:uppercase;
	color: #fff;
	float: left;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h3 {
	margin:8px 0 0 0;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: lighter;
	color: #7f7f7f;
	text-shadow: #fff 0px 0px 0px;
	float: right;
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#main_content {
	width: 800px;
	height: auto;
	margin: 0 0 0 10;
	padding: 0;
	float: left;
	border-left: 1px solid;
	border-right: 1px solid;
	background: #000; /*url(images/headerDown.jpg) no-repeat;*/
	/*border-color: #1d1d1d;*/
	 padding-bottom: 50px;
}
img {
	border: 0px;
}
.img_inline {
	float:left;
}
.column {
	width:310px;
	margin: 0 0 0 50px;
	color: #CCCCCC;
	float:left;
	text-align:left;
}
.column_wide
{
width:620px;
	margin: 0 0 0 50px;
	color: #CCCCCC;
	float:left;
	text-align:left;
}
.column_content {
	width:305px;
	border-top:1px solid #3f3f3f;
	float:left;
	margin-top: 8px;
	padding:5px 0 0 0;
	line-height:19px;
}
.column_content_wide {
	width:610px;
	border-top:1px solid #3f3f3f;
	float:left;
	margin-top: 8px;
	padding:5px 0 0 0;
	line-height:19px;
}
#contact {
	width:305px;
	float:left;
	border:1px solid #4d4d4d;
	background-color:#222;
	padding:10px;
}
.contact_column {
	width:180px;
	float:left;
	color: #b2b2b2;
	/*font-size: 10px;*/
	line-height: 15px;
}
a {
	color: #3366ff;
	text-decoration: none;
	line-height: 18px;
}
a:hover {
	color:#fff;
}
#logo {
	position: absolute;
	top: 55px;
	right: 0;
	float: left;
	margin:0 20px;
	width: 183px;
	height:278px;
	background:#272727;
}
/*--------------------------------------------------------------------------
Holding Page Template
--------------------------------------------------------------------------*/

#header {
	width:100%;
	height:50px;
	background:#272727;
}
#content {
	height: 500px;
	padding:40px;
	background:#000; /* url('../images/background.gif') no-repeat 100% 100%; */
}

