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

html,body{
	height:100%;
	background-color:#FFF;
	margin:0;
	margin-top:20px;
	padding:0;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
}

p{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
}

.logintext{
	font-size:10px;
	font-variant:small-caps;
	color:#666;
}

a {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-size:13px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

h1{
	font-size:24px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
}

h2{
	font-size:13px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h1 img {
	float:left;
	padding-right:10px;
}

div#box_all {
	position:relative;
	height: auto;
	width:900px;
	margin:0 auto;
}

div#box_head {
	float:left;
	height:40px;
	width:900px;
	padding:0 0 30px 0;
	margin:0;
	border-bottom:#888 dotted 1px;
}

div#box_logo {
	float:left;
	height:40px;
	width:150px;
	margin:0;
	padding:0;
	border:0;
	margin-right:30px;
}

div#box_menu{
	float:left;
	height:40px;
	width:720;
	padding:0;
	margin:0;
	border:0;
	line-height:14px;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#000;
}

div#box_menu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	
}

div#box_menu a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#C30;
	font-weight:normal;
}


div#box_title {
	float:left;
	width:900px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:45px;
	padding:10px 0 20px 0;
	margin:0;
	border-bottom:#888 dotted 1px;
}

div#box_title p {
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:45px;
}

div#box_content{
	float:left;
	width:600px;
	padding:20px 10px 30px 0;
	margin:0;
	min-height:550px;	
	border-right:#333 1px dotted;
}

div#box_extra{
	float:left;
	width:280px;
	padding:20px 0 30px 9px;
	min-height:550px;
	margin:0;
	border:0;
}
	
