/* ===============================
style.css
=============================== */

/* ===============================
Screen
=============================== */

body {
	background: #ffffff url('../images/main_bg.jpg');
	font-family: 'Trebuchet MS', arial;
	font-size:13px;
	color:#4f4f4f;
}

a {
	color:#48671b;
}

a:hover {
	color:#8cc734;
}

h1 {
	font-size:140%;
	margin-bottom:5px;
	padding:10px;
	text-decoration:underline;
	background:#e1e1e1;
}

h2 {
	font-size:120%;
	margin-bottom:5px;
	margin-top:0px;
	padding:10px;
	background:#e1e1e1;
}

h3 {
	font-size:110%;
	background:#e1e1e1;
	padding:3px;
}

/* ===============================
Structure
=============================== */

#container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border:solid black 1px;
	position:relative;
	background: #f8f8f8;
}

/* ===============================
Top
=============================== */

#top {
	width:900px;
	position:relative;
	height:328px;
}

#top_strip {
	height:21px;
	background:#76ab2e;
	border-top:solid #48671b 4px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding-top:3px;
}

#top_main {
	position:relative;
}

#top_links {
	float:left;
	width:215px;

}

#top_links ul {
	border-top: solid #8e1f1f 10px;
	border-bottom: solid #8e1f1f 10px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:215px;
}

#top_links li {
	height:28px;
	width:215px;
}

#top_links li a {
	background: url('../images/link_bg.gif') no-repeat top left;
	color:#4f4f4f;
	font-size:12px;
	height:24px;
	width:215px;
	display:block;
	padding:4px 0 0 30px;
	text-decoration:none;
}

#top_links li a:hover, #top_links li a:active {
	background: url('../images/link_bg.gif') no-repeat 0 -28px;
	color:#8e1f1f;
}

#top_img {
	float:left;
	width:468px;
	height:280px;
	border-left:solid #4f4f4f 1px;
	border-right:solid #4f4f4f 1px;
	border-top: solid #8e1f1f 10px;
	border-bottom: solid #8e1f1f 10px;
}

#imgcell {
	margin-left:55px;
	margin-right:55px;
	margin-top:10px;
}

#imgcell p {
	margin-top:10px;
	padding:0px;
	color:#4f4f4f4;
	font-size:12px;
}

#imginside {
	width:350px;
	height:220px;
	margin:0px;
	padding:2px;
	border:solid #4f4f4f 2px;
}

#top_right {
	border-top: solid #8e1f1f 10px;
	border-bottom: solid #8e1f1f 10px;
	float:right;
	width:215px;
	height:280px;
	background:#ffffff;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
}

/* ===============================
Middle
=============================== */

#middle {
	overflow:hidden;
	width:900px;
	background:#ffffff;
}

/* ===============================
Left
=============================== */
#left {
	float:left;
	width:215px;
	text-align:center;
	border-right:solid #4f4f4f 1px;
	border-bottom:solid #4f4f4f 1px;
}

#leftarticle {
	font-size:12px;
	margin:10px;
	border:solid #e1e1e1 1px;
}

#leftarticle h3 {
	border-top: solid #4f4f4f 3px;
	border-bottom: solid #4f4f4f 3px;
	margin-top:2px;
	padding:0px;
	font-size:120%;
}

#leftarticle p {
	background-color: #f4f4f4;
}

/* ===============================
Content
=============================== */

#content {
	float:right;
	width:664px;
	padding:10px;
}

#content img {
	padding:4px;
	margin:4px;
	border: solid #c0c0c0 1px;
}

#article {
	padding:10px;
	background:#f4f4f4;
	border:solid #e1e1e1 1px;
	margin-bottom:10px;
}

#articletext {
	padding:10px;
}

#article table {
	background:#e1e1e1;
	margin:2px 0;
}

#article td {
	padding:2px;
	background:#f4f4f4;
}

/* ===============================
Bottom
=============================== */

#bottom {
	border-top: solid #8e1f1f 10px;
	border-bottom:solid #48671b 4px;
	background:#76ab2e;
	overflow:hidden;
	height:60px;
	color:#ffffff;
	text-align:center;
}

#bottom a {
	color:#ffffff;
}

#bottom ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#bottom li {
	display:inline;
	margin:10px;
}

#bottom p {
	width:900px;
}