/*------------------------------------------------
Global page formatting
------------------------------------------------*/
body {
	background-color: #3D3F3E;
	background-image: url(../images/design/page_bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#container {
	width: 652px;
	background-color: #666666;	
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}
#header {
	background-image: url(../images/design/header.png);
	background-repeat: no-repeat;
	background-color: #3D3F3E;
	width: 652px;
	height: 116px;
}
#flash_bg {
	background-image: url(../images/design/flash_bg.png);
	background-repeat: no-repeat;
	background-color: #3D3F3E;
	width: 618px;
	height: 250px;
	padding-left: 34px;
}
#menu_top {
	background-image: url(../images/design/menu_top.png);
	background-repeat: no-repeat;
	background-color: #3D3F3E;
	width: 652px;
	height: 8px;
	margin-bottom: 0px !important;
	margin-bottom: -11px;
}
#menu {
	background-image: url(../images/design/content_bg.png);
	background-repeat: repeat-y;
	background-color: #3D3F3E;
	padding-left: 26px;
	padding-right: 26px;
	width: 600px;
	height: 40px;
}
#content {
	background-image: url(../images/design/content_bg.png);
	background-repeat: repeat-y;
	background-color: #3D3F3E;
	width: 652px;
	height: 422px;
}
#content_main {
	background-image: url(../images/design/content_bg.png);
	background-repeat: repeat-y;
	background-color: #3D3F3E;
	width: 652px;
}
#content_left {
	width: 292px;
	height: 406px;
	float: left;
}
#content_right {
	background-image: url(../images/design/index_bg.png);
	background-repeat: no-repeat;
	width: 326px;
	height: 406px;
	margin-top: 8px;
	padding-left: 34px;
	float: right;
}
#content_inside {
	background-color: #222222;
	width: 584px;
	margin-left: 34px;	
}
.work_left {
	background-color: #222222;
	width: 264px;
	height: 150px;
	margin-bottom: 0px !important;
	margin-bottom: -24px;
	float: left;
}
.work_right {
	background-color: #222222;
	width: 320px;
	height: 150px;
	margin-bottom: 0px !important;
	margin-bottom: -24px;	
	float: right;
}
#work_left_bottom {
	background-color: #222222;
	width: 264px;
	height: 150px;
	margin-bottom: 0px !important;
	margin-bottom: -40px;
	float: left;
}
#work_right_bottom {
	background-color: #222222;
	width: 320px;
	height: 150px;
	margin-bottom: 0px !important;
	margin-bottom: -40px;	
	float: right;
}
#footer {
	background-image: url(../images/design/footer.png);
	background-repeat: no-repeat;
	background-color: #3D3F3E;
	width: 652px;
	height: 34px;
	clear: both;
}
/*------------------------------------------------
Links
------------------------------------------------*/
.feature {
	border: 0px;
	padding-top: 8px;
	padding-left: 34px;
}	
.page_link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.page_link:hover {
	text-decoration: underline;
}
/*------------------------------------------------
Text
------------------------------------------------*/
p.content_index {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 54px;
	margin-left: -25px;
	margin-right: 45px;
	text-align: justify;
}
p.content_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
p.work_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px !important;
	margin-top: 2px;
	text-align: justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	clear: both;
}
.text_odd {
	color: #FFFFFF;
}
.text_even {
	color: #FF0000;
}
/*------------------------------------------------
Images
------------------------------------------------*/
#content_heading {
	margin-top: 8px;
	margin-left: 34px;
	margin-bottom: -16px !important;
	margin-bottom: -4px;
}
#content_bottom {
	margin-top: -16px !important;
	margin-top: 0px;	
	margin-left: 34px;
	margin-bottom: 8px !important;
	margin-bottom: 4px;
}
#print_header {
	display: none;
}
/*------------------------------------------------
Forms
------------------------------------------------*/
input.contact_form {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222222;
	border-color: #FF0000 !important;
	border: 1px;
	border-style: solid;
}
textarea.contact_form {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222222;
	border-color: #FF0000 !important;
	border: 1px;
	border-style: solid;
	width: 400px;
}
input.submit {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222222;
	border-color: #FF0000 !important;
	border: 1px;
	border-style: solid;
}