/*------------------------------------------------
Global page formatting
------------------------------------------------*/
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}
#header {
	display: none;
}
#flash_bg {
	display: none;
}
#menu_top {
	display: none;
}
#menu {
	display: none;
}
#content {
	width: 700px;
}
#content_main {
	width: 700px;
}
#content_left {
	width: 292px;
	height: 406px;
	float: left;
}
#content_right {
	width: 326px;
	margin-top: 8px;
	padding-left: 60px;
	float: right;
}
#content_inside {
	width: 700px;
}
.work_left {
	width: 264px;
	height: 150px;
	padding-left: 20px;
	margin-bottom: 0px !important;
	float: left;
}
.work_right {
	width: 320px;
	height: 150px;
	padding-right: 20px;	
	margin-bottom: 0px !important;
	float: right;
}
#work_left_bottom {
	width: 264px;
	height: 150px;
	padding-left: 20px;
	margin-bottom: 0px !important;
	float: left;
}
#work_right_bottom {
	width: 320px;
	height: 150px;
	padding-right: 20px;	
	margin-bottom: 0px !important;
	float: right;
}
#footer {
	display: none;
}
/*------------------------------------------------
Links
------------------------------------------------*/
.feature {
	border: 0px;
	padding-top: 8px;
	padding-left: 34px;
}	
.page_link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
/*------------------------------------------------
Text
------------------------------------------------*/
p.content_index {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	margin-left: -40px;
	margin-right: 45px;
	text-align: justify;
}
p.content_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	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: #000000;
	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: #000000;
}
.text_even {
	color: #FF0000;
}
/*------------------------------------------------
Images
------------------------------------------------*/
#content_heading {
	display: none;
}
#content_bottom {
	display: none;
}