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



body {
	background: #CCCCCC url(../images/main_bg.gif) repeat;
	text-align:center;
	color: #383838;
	font-weight: bolder;
}

a {color:#383838;font-weight:bold;text-decoration:none}
a:hover {color:#ffffff;font-weight:bold;text-decoration:underline}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	margin: 0 auto;
}
#header_line {
	width: 780px;
	margin: 0 auto;
	height: 120px;
	background: #000 url(../images/logo_bg.png) repeat-x;
}
#header_line .content {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px; 
}

#compas {
	float: left;
	padding-top: 6px; 
}

#logo_text {
	float: left;
	padding-left: 10px; 
	padding-top: 16px; 
}

#wrap {
	background: #E5E3DF;
	width: 780px;
	margin: 0 auto;
	border-left: 2px solid #4398EF;
	border-right: 2px solid #4398EF;
	border-top: 1px solid #4398EF;
	border-bottom: 1px solid #4398EF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 110%;
}

#content {
	padding: 10px;
	text-align: left;
	line-height: 1.4em;
}


.black_box {
    text-align: center;
	height: 29px;
	border-top: 1px solid #CCC;
	background: #8dc500 url(../images/footer.png) repeat-x;
	color: #4599EF;
}

.black_box a {
	color: #4599EF;
}
