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

body {text-align:center;}


div.container {margin:0 auto;
width:650px;}

div#header {
background-image:url(head.jpg);
width:650px;
height:52px;
text-indent:-9999px;
}

div.head_text {
	margin:5 0 5 0;
	text-align:center;
}

h1 {font-size:16px;
font-weight:bold;
color:#FF0000;
}

h2 {font-size:13px;
color:#000000;
}

div#main_content {
float:right;
width:350px;
}

div.bold {
	font-size:14px;
	color:#000000;
	margin:0;
	text-align:left;
}

div.page {
font-size:12px;
color:#000000;
text-align:left;
}

div#sub_content {
float:left;
width:300px;
}

div#footer {
clear:both;
}

