@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	margin:0;
}
a {
	color: #7CB940;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	margin:0px auto;
	width:900px;
	/*background-color:#C0C;
	border-left: #FFF 2px solid;
	border-right: #FFF 2px solid;*/
}

#header {
	width:100%;
	float:left;
	clear:both;
	/*background-color:#0F3;*/
}
#middle {
	background-color:#FFF;
	width:100%;
	float:left;
	clear:both;
}
#toppics {
	float:left;
	clear:both;
	width:100%;
	height:120px
	}
#sidepics {
	float:left;
	width:180px;
	background-color:#CCC;
	/*border-right:#CCC 5px solid;*/
	}
#breadcrumb {
	font-size:.75em;
}
#content {
	padding:20px;
	padding-top: 5px;
	float:left;
	background:#FFF;
	width:680px;
	}
#content.wide  {
	width:860px;
	}
#bottom {
	color:#79b943;
	width:100%;
	float:left;
	clear:both;
}
#footer {
	padding:10px;
	text-align:center;
}
