
body {

	margin: 0;

	padding: 0;

	background: #000000;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	color: #333333;

}

blockquote {

	font-style: normal;
	line-height: 150%;
	margin: 8px;
	padding: 5px 10px;


}



a {

	color: #990000;

}



a:hover {

	text-decoration: none;

}


.header {

	margin: 0;
	padding: 10px 0;
	background: url(images/dotline.gif) repeat-x left bottom;
	font-size: 200%;
	font-weight: normal;
	color: #990000;

}

.boxed {

	padding: 5px 30px 20px 30px;

}



.boxed p, .boxed ul, .boxed ol {

	line-height: 150%;

}


#page {

	width: 980px;

	margin: 0 auto;

	background: #FFFFFF url(images/img01.gif) repeat-y;

}


#sidebar {

	float: left;

	width: 240px;

}



#logo {

	height: 220px;

	background: #222222 url(images/logo.gif) no-repeat center center;

}




#logo2 {

	height: 144px;

	background: #222222 url(images/logo_sub.gif) no-repeat center center;

}


#logo h2 {

	margin: 0;

	text-align: center;

	font-weight: normal;

	font-style: normal;

	color: #666666;

	font-size: 12px;

}

#logo a {

	color: #666666;

	text-decoration: none;

}


#menu {

	padding: 20px;

	background: #990000;

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {

	padding: 10px 0;

	background: url(images/line.gif) repeat-x;

}



#menu li.first {

	background: none;

}



#menu a {

	text-decoration: none;

	font-size: 120%;

	color: #fde895;

}



#menu a:hover {

	text-decoration: underline;

	color: #FFFFFF;

}




#content {

	float: right;

	width: 740px;

}



#footer {

	width: 980px;

	height: 120px;

	margin: 0 auto;

	background: url(images/footerbg.gif) repeat-x;

}



#footer p {

	margin: 0;

	font-size: 90%;

}



#btm {

	float: right;

	width: 720px;

	height: 45px;

	padding: 35px 0 0 20px;

}