@charset "utf-8";

/* ---------------- default settings ---------------- */
form, body { margin: 0px; padding: 0px; }
a img, img, object { border: 0px; margin: 0px; padding: 0px; }

/* ---------------- page settings ---------------- */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#242424;
	background-color:#323232;
}
body a{ color:#000000; font-weight:bold; }
body a:active, body a:visited, body a:link{ text-decoration: none; }
body a:hover { text-decoration: underline; }

#centered_div{
	width:1013px;
	position:relative;
	margin:auto;
}

#background_div{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width:1013px;
	overflow:auto;
}

/* ---------------- menu settings ---------------- */
#menu{
	width:214px;
	padding-top:90px;
}

.menu_button{
	color:#000000;
	background-color:#ffff0c;
	cursor:pointer;
}
.menu_button:hover{ 
	color:#ffff0c;
	background-color:#000000; 
}

/* ---------------- content settings ---------------- */
#content{
	width:665px;
	margin-left:50px;
	padding-left:38px;
	padding-top:41px;
	overflow:auto;
}

#sub_content{
	width:627px;
	padding-bottom:50px;
}

.title{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
