@charset "UTF-8";
/*General Styles*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	background-color:#bbbbbb;
	margin: 0px;
	clear: left;
}
img {
	border: 0px;
}
a, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}
textarea {
	color: #3e3c32;
}
#container {
	margin:0px auto;
	width:920px;
	height:625;
	background-color:#ffffff;
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat;
}
#bottom {
	clear: both;
	width: 100%;
	height: 61px;
	background-image:url(images/bottom_bg.gif);
	color:#ffffff;
}
#bottom p {
	font-size:10px;
	line-height:16px;
	padding:15px;
	display:block;
	margin:0px;
}