html, body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height: 100%;
}
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	clear: both;
}
#header_logo {
	width: 228px;
	height: 131px;
	margin-right: 4px;
	float: left;
}

#header_data {
	height: 131px;
	width: 488px;
	background-image: url(images/back_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#header_buttons {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 15px;
	float: left;
}

#header_buttons li {
	margin-bottom: 5px;
}

#sub-header {
	clear: both;
}

#sub-header h1 {
	margin: 0;
	padding: 0;
	line-height: 34px;
	font-size: 11px;
}

#sub-header div {
	float: left;
	text-align: center;
	line-height: 30px;
}

#main_navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	*margin-top: 0;
	float: right;
}

#main_navigation li {
	display: inline;
	margin-left: 33px;
}

#main_navigation a {
	color: #C32D16;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#left_column {
	width: 228px;
	height: 100%;
	margin-right: 4px;
	float: left;
	background-color: #cfcfcf;
	background-image: url(images/ket_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#left_column h2 {
	color: #fff;
	margin: 0;
	margin-left: 15px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma;
}

#left_column p {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 5px;
	color: #546162;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
}

#right_column {
	width: 488px;
	height: 100%;
	float: left; 
	background-color: #ebebeb;
	background-image: url(images/top_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#right_column h2 {
	color: #C32D16;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma, Sans-serif;
}

.horizontal_line {
	background-image: url(images/rep_2.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

.vertical_line {
	background-image: url(images/rep_3.jpg);
	background-repeat: repeat-y;
	margin: 0;
	float: left;
	width: 2%;
}

.index_mini {
	width: 46%;
	margin: 3px;
	float: left;
}

.index_mini a {
	line-height: 20px;
}

.style1 {
	color: #677b7c;
	font-size: 9px;
	font-family: tahoma, Sans-serif;
	font-weight: bold;
}
.style2 {
	color: #546162;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
}
.style3 {
	color: #C32D16;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
}
.style5 {
	color: #f1bbb1;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
}
.style6 {
	color: #e5a89d;
	font-size: 10px;
	font-family: tahoma, Sans-serif;
	font-weight: bold;
}
.style7 {
	color: #939b9c;
	font-size: 9px;
	font-family: tahoma, Sans-serif;
}
.style8 {
	color: #546162;
	font-size: 11px;
	font-family: tahoma, Sans-serif;
	margin: 0;
}
.porfolio_links {
	color: #C32D16;
	font-size: 14px;
	font-family: tahoma, Sans-serif;
}

#contact_form {
	border: none;
}

#contact_form br {
	clear: both;
}

#contact_form input.text {
	width: 260px;
	color: #546162;
	font-size: 12px;
	font-family: tahoma, Sans-serif;
	float: left;
	border: 1px solid #ABABAB;
}

#contact_form input.calc {
	color: #546162;
	font-size: 12px;
	font-family: tahoma, Sans-serif;
	float: left;
	border: 1px solid #ABABAB;
}

#contact_form input.submit {
	color: #C32D16;
	font-size: 11px;
	font-family: tahoma, Sans-serif;
	font-weight: bold;
	padding: 2px;
	float: left;
	border: 1px solid #C32D16;
	background-color: #ebebeb;
}

#contact_form textarea {
	width: 363px;
	color: #546162;
	font-size: 12px;
	font-family: tahoma, Sans-serif;
	float: left;
	border: 1px solid #ABABAB;
}



#contact_form label {
	display: block;
	width: 100px;
	margin-top: 3px;
	color: #546162;
	font-size: 11px;
	font-family: tahoma, Sans-serif;
	float: left;
}

#error_message {
	color: #C32D16;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, Sans-serif;
	padding: 5px;
}
