* { font-family: Verdana; }

body { 
	margin: 0px; 
	padding: 0px;
	scrollbar-arrow-color: yellow;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: yellow;
	scrollbar-track-color: fff000;
	scrollbar-face-color: red;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
}

#banner {
	width: 100%; 
	height: 94px; 
	top: 15px; 
	border-bottom: 4px solid #333333; 
	background: url(images/banner.jpg) repeat-x; 
	display: table;
}

#banner div {
	font-size: 32px; 
	font-weight: bold; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}

#banner div div {
	font-size: 14px; 
	font-style: italic; 
	display: inline; 
	margin-left: 10px;
}

#content_container {
	margin-top: 40px; 
	width: 900px;
}

#content {
	float: left; 
	font-size: 12px; 
	border: 2px solid #333333; 
	width: 690px; top: 167px; 
	text-align: justify; background: #FF9801 url(images/body.jpg) repeat-x;
}

#contentP {
	float: left; 
	font-size: 12px; 
	border: 2px solid #333333; 
	width: 490px; top: 167px; 
	text-align: justify; background: #FF9801 url(images/body.jpg) repeat-x;
}

#content div {
	padding: 20px;
}

#contentP div {
	padding: 20px;
}

#menu {
	float: right; width: 180px; 
	text-align: left; 
	padding-left: 10px;
}

#menuR {
	float: left; width: 180px; 
	text-align: left; 
	padding-left: 10px;
}

#menu h3 { 
	margin-top: 0px; 
	text-align: left;
}

.link {
	text-decoration: none;
	font-size: 18px;
	color: #333333;
}

.link2 {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}

.menu_line {
	margin-bottom: 5px;
}

#content img {
	margin: 10px;
}

#footer {
	font-size: 10px; 
	margin-top: 20px; 
	margin-bottom: 15px;
}

