/* CSS Document */
*{
	margin:0;
	padding:0;
	}
	
body{
	background: #062500;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

img{
	border:none;
	}	
#wrap{
	width:300px;
	}
	
#header{
	margin:0 5px 0 5px;
	}
#menu{
	margin:0 0 0 5px;

	}
#menu a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.8em;
	}
#menu a:hover{
	text-decoration:underline;
	}	
#menu span{
	font-size:0.6em;
	margin:0px 5px 0px 5px;
	color:#000000;
	}	
#page{
	margin:5px 5px 0 5px;
	}
#title{
	background:url(Images/titlebg-right.gif) no-repeat right top #284601;
	color:#FFFFFF;
	}
h1{
	background:url(Images/titlebg-left.gif) no-repeat left top;
	display:block;
	padding:8px 5px 8px 5px;
	vertical-align:middle;
	font-size:15px;
	}	
#content{
	background:#FFFFFF;
	padding:5px;
	color: #242626;
	line-height:16px;
	font-size:11px;
	}
	
#contentbottom-img{
	clear:both;
	background:url(Images/contentbottombg-right.gif) no-repeat right top;
	}
#contentbottom-img img{
	margin:0;
	padding:0;
	height:10px;
	width:5px;
	float:left;
	}	
#cb-m-left{
	background:url(Images/contentbottombg-left.gif) no-repeat left top;
	display:block;
	float:left;
	width:5px;
	height:10px;
	}	
#footer{
	padding: 5px 5px 0 5px;
	margin:10px 0 10px 0;
	border-top: solid 1px #9BA3A5;
	font-size:10px;
	color:#FFFFFF;
	}


