@charset "utf-8";
/* CSS Document */
body {
	padding-top: 0px;
    margin:0 auto 0 auto; 
	text-align:center; 
	background-color:#f3e9c1;
    width:1034px;
	background-image:url(../images/bg_out.jpg);
	background-repeat:repeat;

}


div#main {
	width: 1024px;
	text-align: center;
	height: 600px;
	background-image:url(../images/bg_in.jpg);
	background-repeat:repeat;
	margin: 0 0 0 0;
	padding:0 0 0 0;
    border:solid;
	border-width:10px;
	border-color:#2C1511;
	border-top:none;
}

div#up {
	width: 1024px;
	height: 85px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

div#sim {
	width: 270px;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

div#mid {
	width: 484px;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
    float:left;
}


div#down {
	width: 1024px;
	height: 515px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#left {
	width: 414px;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

div#center {
	width: 196px;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
    float:left;
}

div#right {
	width: 414px;
	height: auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
    float:left;
}
	

.a{
	text-decoration: none;
	color:#462300;
    font-family: Georgia;
	font-size:x-large;
	font-weight:bold;
}
	
.b{
	text-decoration: none;
	color:#5b2e00;	
    font-family: Georgia;
	font-size:small;
    font-weight:bold;

}	

.c{
	text-decoration: none;
	color:#5b2e00;	
    font-family: Georgia;
	font-size:x-small;

}	

a:link {
	text-decoration: none;
	color:#462300;
	border:0;
}
a:visited {
	text-decoration: none;
	border:0;
	color:#462300;
}
a:hover {
	text-decoration: 0;
	border:none;
    color:#462300;


}
a:active {
	text-decoration: 0;
	border:none;
    color:#462300;

}
