@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
	color:#333;
}

a:hover{
	text-decoration:underline;
}

#global{
	width:900px;
	background-image:url(img/bg_repeat.jpg);
	background-repeat:repeat-y;
	background-position:0px 2px;
	margin:0 auto;
	position:relative;
}

#header_left{
	width:326px;
	height:166px;
	background-image:url(img/header_left.jpg);
}

#header_right{
	position:absolute;
	left:326px;
	top:0px;
	width:574px;
	height:120px;
}

#leftcol{
	margin-left:50px;
	width:260px;
	float:left;
	_margin-left:25px;
}

#leftcol_text{
	padding:10px;
	color:#C60;
	text-align:justify;
}

#menusep{
	height:17px;
	width:257px;
	background-image:url(img/menusep.jpg);
	margin-left:3px;
}

#menu{
	text-align:right;
	margin:10px;
}

#menu a{
	font-size:18px;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}

#content{
	margin-top:-30px;
	margin-left:320px;
	width:520px;
	min-height:300px;
	_height:300px;
}

#title{
	margin-top:110px;
	margin-right:60px;
	text-align:right;
	color:#F00;
	font-size:18px;
	font-weight:bold;
}

#footer{
	margin-top:20px;
	width:900px;
	height:40px;
	background-image:url(img/footer.jpg);
}

.imgframe{
	width:462px;
	height:95px;
	padding:25px 26px;
	background-image:url(img/img_frame.jpg);
	margin-left:5px;
}

.mediumframe{
	width:462px;
	height:175px;
	padding:25px 26px;
	background-image:url(img/img_frame_medium.jpg);
	margin-left:5px;
}


.largeframe{
	width:462px;
	height:335px;
	padding:25px 26px;
	background-image:url(img/img_frame_large.jpg);
	margin-left:5px;
}


.textlineframe{
	width:462px;
	height:20px;
	padding:25px 26px;
	background-image:url(img/textline_frame.jpg);
	margin-left:5px;
}

.textline{
	text-align:right;
	padding-top:1px;
	font-weight:bold;
}

.legend{
	text-align:right;
	padding-top:3px;
	font-weight:bold;
	
}