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

body {
	width: 100%;
	height: 100%;
	margin: 0;
	
	background-color: #000000;
}



#header_0 {
	width: 975px;
	height: 410px;

	margin: auto;
	
	
	background-image: url(../imgs/rnd_header_graphic/head_graphic_0.jpg);
	background-repeat: no-repeat;
}
#header_1 {
	width: 975px;
	height: 410px;

	margin: auto;
	
	
	background-image: url(../imgs/rnd_header_graphic/head_graphic_1.jpg);
	background-repeat: no-repeat;
}
#header_2 {
	width: 975px;
	height: 410px;

	margin: auto;
	
	
	background-image: url(../imgs/rnd_header_graphic/head_graphic_2.jpg);
	background-repeat: no-repeat;
}
#header_3 {
	width: 975px;
	height: 410px;

	margin: auto;
	
	
	background-image: url(../imgs/rnd_header_graphic/head_graphic_3.jpg);
	background-repeat: no-repeat;
}
#header_4 {
	width: 975px;
	height: 410px;

	margin: auto;
	
	
	background-image: url(../imgs/rnd_header_graphic/head_graphic_4.jpg);
	background-repeat: no-repeat;
}





#menu_container {
	width: 152px;
	height: 170px;
	
	margin-right: 170px;
	margin-top: 208px; 
	text-align: right;
	
	float: right;
}
#menu_item {
	margin-bottom: -6px;
}


#header_sep {
	width: 100%;
	height: 28px;
	
	background-image: url(../imgs/header_sep.jpg);
	background-repeat: repeat-x;
}





#mid_frame_front {
	width: 100%;
	height: 160px;
	
	background-color: #f6f6f2;
}
#mid_frame_about_us {
	width: 100%;
	height: 300px;
	
	background-color: #f6f6f2;
}
#mid_container {
	width: 790px;
	height: 100%;
	
	margin: auto;
}


#colomn_text_1_container {
	width: 234px;
	height: 126px;
	
	margin-right: 8px;
	
	float: left;
		
	background-image: url(../imgs/column_lines.jpg);
	background-repeat: no-repeat;
}
#colomn_text_2_container {
	width: 470px;
	height: 234px;
	
	margin-top: 2px;
	margin-left: 8px;
	
	float: left;
}
#column_statement {
	width: 160px;
	height: 126px;
	
	margin-left: 80px;
	margin-top: 20px;
	
	float: left;
	
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}



h1 {
	font-size: 21px;
	font-family: Georgia;
	color: #e43d2d;
	font-weight: 100;
	margin: 0;
	margin-top: 6px;
}
h2 {
	font-size: 21px;
	font-family: Georgia;
	color: #e43d2d;
	font-weight: 100;
	margin-bottom: -2px;
}
h3 {
	font-size: 12px;
	font-family: Georgia;
	color: #454545;
	font-weight: 100;
}
h4 {
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}







#footer_container {
	width: 100%;
	height: 148px;
	
	background-image:url(../imgs/footer_pattern.jpg);
	background-repeat: repeat-x;
}
#footer_text {
	width: 975px;
	height: 99px;
	
	margin: auto;
	
	background-image: url(../imgs/footer_text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}



A:link {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}
A:visited {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}
A:active {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}
A:hover {
	outline-style:none;
	outline-width:0;
	text-decoration: underline;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #e45d50;
	font-weight: 100;
}


