* { margin:0; padding: 0; border: none; font-size: 12px; font-family: Arial, Verdana, Tahoma, sans-serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline;}

#page { margin: 10px auto; width: 800px; }

#small_logo
{
	width: 170px;
	height: 98px;
	float: left;
	text-align: center;
}

#header { background: #006599; height: 98px; }
#header a { font-weight: bold; }


#blue_area
{
	float: left;
	height: 85px;
	width: 630px;
	background: #006599;
	position: relative;
	color: white;
}

#phone { color: white; }
#blue_area a { color: white; }
#blue_area a:hover { color: cyan; }
#phone { float: left; margin: 16px 0 0 20px; width: 200px;}

#src_box { float: right; margin: 10px 10px; }
#src_box form { display: inline; }
#src_box input { font-size: 12px; border: 1px; }
#src_box input[type="text"] { width: 120px; }

#bot_menu { width: 100%; position: absolute; margin: 78px 0 0 16px; }


#content a { color: #000; }
#content a:hover { color: #006599; }


#content_text { margin: 20px 0 20px 0;  border-bottom: 5px solid #fe9; text-align: center; }
#content_text p { margin-bottom: 16px; text-align: center; font-size: 120%; }
#content_text h1,
#content_text h2,
#content_text h3,
#content_text h4 { margin: 10px 0 16px 0; }

#content_text h1 { font-size: 150%; }
#content_text h2 { font-size: 130%; }
#content_text h3 { font-size: 110%; }


