@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul,li { list-style:none; display:inline;}
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after { content:”; }
abbr,acronym { border:0; }

a {text-decoration:none; outline:none}

body { background:#999933; font-size:16px; color:#333333;}

#wrapper {
	background-color:#FFFFFF;
	width:800px;
	margin:0px auto; 
	padding:0px auto;	
}

#header {
	height:230px;
	margin:0px 0px 30px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header h1 { 
	font-size:45px; 
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#left {
	float:left;
	width:18%;
}

#menu li{
	width:135px;
	display:list-item;	
	margin:2px 0px 10px 10px;
	font-size:18px;
	border-bottom:solid #330099 1px;
}

#menu li a {
	color: #999933;
	margin:0px 0px 3px 0px;
}

#menu li a:hover {
	color: #999999;
}

#center {
	text-align:justify;
	width:58%;
	margin-left:160px;	
	padding-left:15px;
	padding-right:10px;
	border-left:dashed #CCCCCC 1px;
	border-right:dashed #CCCCCC 1px;
}

#center a {
	color:#330099;	
}

#center a:hover {
	text-decoration:underline;
	color: #FF9900;
}

#center h1 {
	font-size:25px; 
	color:#999933;
	font-weight:bold;
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.r {float:right; margin-left:5px;}

.l {float:left; margin-right:5px;}

#right {
	float:right;
	margin-right:15px;
	width:15%;
}

#footer {
	font-size:15px;
	margin-top:120px;
	font-weight:bold;
	text-align:center;
}

#footer li {
	margin-left:7px;
}

#footer a {
	color:#999933;
}

#footer a:hover {
	color: #999999;
}
