body {
	margin: 0px;
	margin-bottom: 40px;
	background-color: #988D6B;
	background-image: url(../images/general/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
a:link {color: #007597; text-decoration: underline;}
a:visited {color: #007597;}
a:hover {color: #8DC6D8;}
a:active {color: #007597;}

img {border: 0px;}
.left {float: left;}
.right {float: right;}
.wrap {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 4px solid #ffffff;
	}
.dotline {background: url(../images/general/dotline.gif) repeat-x center; height: 21px; display: block; clear: both;}
.dotlinev {background: url(../images/general/dotline.gif) repeat-y center; width: 21px;}
.smallfont {font-size: 10px;}
form {margin: 0; padding; 0}
.alert {color: #FF0000; font-weight: bold;}
.success {color: #00CC00; font-weight: bold;}

#header {
	margin:  3px 0px 3px 3px;
	height: 130px;
	}

#nav {
	height: 28px;
	margin: 2px 0px;
	text-align: right;
	background: url(../images/nav/bg.gif) repeat-x;
	}

#footer {
	width: 908px;
	margin: 20px auto;
	font-size: 10px;
	color: #ddd6c1;
	line-height: 20px;
	clear: both;
	}
#footer a:link {color: #ddd6c1; text-decoration: underline;}
#footer a:visited {color: #ddd6c1; text-decoration: underline;}
#footer a:hover {color: #ffffff; text-decoration: underline;}
#footer a:active {color: #ddd6c1; text-decoration: underline;}
