
body {
	background-color: #FF8C00;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 80px;
}

a {
	color: #275FA2;
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
	text-decoration: none;
}


#hr {
	width: 100%;
	background: transparent url(../images/bg_hr.png) repeat top left;
	height: 154px;
	margin-top: 348px;
	position: fixed;
}

#site{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}


#frame_right {
	margin: 0;
	padding: 0;
	background: transparent url(../images/frame_right.png) no-repeat top left;
	margin-top: 32px; 
	margin-left: 550px; 
	height: 470px;
	width: 250px;
	position: fixed;
}

#frame_left {
	margin: 0;
	padding: 0;
	background: transparent url(../images/frame_left.png) no-repeat top left;
	margin-top: 348px; 
	height: 154px;
	width: 550px;
	position: fixed;
}


#menu_main_title, #menu_about_title {
	position: fixed;
	margin-left: 620px;
	color: white;
}

#menu_main, #menu_about  {
	position: fixed;
	margin-left: 600px;
	color: #FF8C00;
}


#menu_main_title {
	margin-top: 62px;
	font-size: 14px;
}

#menu_main {
	margin-top: 93px;
}

#menu_about_title {
	margin-top: 383px;
	font-size: 14px;
}

#menu_about {
	margin-top: 410px;
}



#end {
	background: transparent url(../images/page_bottom.png) no-repeat top center;
	margin-left: -40px;
	width: 525px;
	height: 11px;
	margin-top: 30px;
	padding-right: 40px;
}


