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

body{
	margin: 0px;
	padding: 0px;
	background-color: #252d37;
	background-image: url(../images_/bg_body.gif);
	background-repeat: repeat-x;
}
h1{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2{
	font-size: 16px;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a{
	color: #FFCC00;
	font-size: 12px;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color: #669900;
}
.title_link{
	font-size: 18px;
	font-weight: normal;
}
#by{
	position: relative;
	left: -50px;
	top: 25px;
	color: #040005;
	font-weight: lighter;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
#paper{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#menu{
	padding-top: 40px;
	text-align: right;
	padding-bottom: 40px;
}
#menu_items{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#menu_items a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu_items a:hover{
	color: #0062A4;
}
#menu_items li {
	display: inline;

}
#shell_left{
	width: 200px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#title1{
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 25px;
}
#sub1{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sub1 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37466C;
	padding-bottom: 5px;
}
#sub2{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.menu_aux{

}
#shell_right{

}
#banner{
	border: 4px solid #FFFFFF;
	width: 640px;
}
#content{
	font-size: 12px;
	color: #CCCCCC;
	padding: 15px;
}
#footer{
	color: #999999;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #37466C;
	margin-top: 50px;
}

