html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 100%;
}
img{
	border: 0;
}
a img{
	border: 0;
}

#container{
	margin: 20px auto;
	width: 752px;
}
#header{
	background-color: #000;
}
	#header h1{
		margin: 0; padding: 0;
	}
	#headimg{
	}
		#headimg img{
			border: 0px solid #333;
		}
	#topmenu{
		background-color: #000;
		border-bottom: 1px solid #666;
		height: 24px;
		text-align: center;
	}
		#topmenu ul {
			margin: 0; padding: 0;
			display: inline;
		}
		#topmenu li {
			margin: 0; 
			padding: 6px 10px;
			list-style: none;
			display: inline;
			border-left: 1px dotted #ccc;
			background-color: #000;
		}
			#topmenu li:hover {
				background-color: #331100;
				background-image: url(../siteimg/menu_highlight.gif);
				background-position: top;
				background-repeat: repeat-x;
			}
			#topmenu li.here {
				background-image: url(../siteimg/menu_fade.gif);
				background-position: top;
				background-repeat: repeat-x;
				background-color: #333;
				border-bottom: 1px solid #333;
			}
			#topmenu li.home {
				border: 0;
			}
				#topmenu li.here:hover {
					background-color: #333;
				}
			#topmenu input{
				width: 120px;
				background-color: #333;
				color: #fff;
				font-family: Arial, Helvetica, sans;
				border: 1px solid #999;
				margin-left: 10px;
			}
			#topmenu a, #topmenu img{
				margin: 0; padding:0;
			}
#left{
	float: left;
	width: 100px;
	padding-top: 10px;
	margin-top: 20px;
}
	#left ul {
		padding: 15px;
		list-style-type: disc;
		list-style-image: url(../siteimg/left_bullet.gif);
	}
	#left li{
		padding-top: 10px;
	}
	#left a{
		color: #ccc;
		text-decoration: none;
	}
	#left a:hover{
		color: #fff;
		text-decoration: none;
	}
	#leftmenu{
		height: 354px;
	}

#flashcont{
	margin-top: 20px;
	width: 650px;
	height:375px;
	float: right;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#homecont{
	width: 753px;
	height:375px;
	border-bottom: 1px dotted #ccc;
}
	#flashmsg{
		padding: 0 20px;
		height: 355px;
		overflow: auto;
		color: #ccc;
	}
	#flashmsg a{
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#flashmsg a:hover{
		color: #ffaaaa;
		text-decoration: underline;
	}
	#flashmsg h2{
		font-weight: lighter;
		color: #B8AE6F;
		font-size: 30px;
		margin-top: 0;
	}
	#flashmsg img{
		margin-left: -5px;
	}

	#flashmsg h3{
		font-weight: normal;
		color: #B8AE6F;
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
#bordercross{
	width: 30px;
	height: 30px;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	float:right;
	margin-right: -2px;
	margin-top: -1px;
}
	
#footer{
	float: right;
	text-align: right;
	width: 650px;
	padding-top: 10px;
}