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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #292929;
	color: #ffffff;
	text-align:left;
	width:100%;
	margin:0;
	padding:0;
}

a {
	color: #ffffff;
}

img {
	border: none;
}

#header
{
	background: #000000 url('img/banner.jpg') repeat-x top left;
	height: 126px;
}

#header_company
{
	float:left;
	background: #000000 url('img/company.jpg') no-repeat top left;
	width: 231px;
	height: 126px;
}

#header_logo
{
	float:right;
	background: #000000 url('img/logo.jpg') no-repeat top right;
	width: 73px;
	height: 126px;
}

#content 
{
	clear:both;
	background: #292929 url('img/table_bg.jpg') no-repeat top left;
	font-size: 1.2em;
	line-height: 1.8em;
}

#maincol
{
	margin: 0px 200px 0px 0px;
	padding: 35px;
}

#sidecol
{
	float:right;
	width:200px;
	padding: 35px 20px 35px 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

.maincol {
	padding: 35px;
}

.sidecol {
	padding: 35px 15px 35px 0px;
}

.sidecol p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 15px;
}

.demo_img {
	margin: 0px 10px 5px 0px;
	padding: 0;
}

.demo_title {
	color: #7cd1ee;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-decoration:none;
}

#footer {
	/*margin-top: 175px;*/
	clear:both;
	margin: 0px;
	background-color:#000000;
	width: 784px;
}
#footer p {
	font-size: 0.8em;
	line-height: normal;
}
#footer a {
	text-decoration: none;
}
.footer_left_col {
	padding-left: 35px;
}
.footer_right_col {
	padding-right: 15px;
	text-align: right;
}
