/* CSS Document */

body {
	margin: 0 auto;
	background:url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

hr {
	color: #5c4141;
	height: 1px;
	}
a:link {
	color: #9f9f9f;
	font-weight:bold;
	}
	
a:active {
	color: #9f9f9f;
	font-weight:bold;
	}
	
a:visited {
	color: #9f9f9f;
	font-weight:bold;
	}
	
a:hover {
	color: white;
	font-weight:bold;
	}
input, textarea, button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
.send {
	height: 25px;

}	
.title {
	color: #9f9f9f;
	}
a.mainC:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	}	
a.mainC:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	}
a.mainC:active {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	}
a.mainC:hover {
	color: #9f9f9f;
	text-decoration: none;
	font-weight:normal;
	}				
				
.wrap {
	width: 963px;
	text-align:center;
	margin: 0px auto;
	padding: 0px;
	
	}
	
div#main {
	border: 8px solid #e2e2e2;
	
	
		}
div#header {
	
	
}

div#content {
	background:url(../images/contentBG.gif) repeat-y;
	padding: 0px;
	margin: 0px auto;
	
		
}
div#footer {
	font-size: 10px;
	text-align:center;
	background:url(../images/footer.jpg) ;
	padding-top: 11px;
	
	
	}
div#footer a:link {
	color: white;
	text-decoration: none;
}

div#footer a:active {
	color: white;
	text-decoration: none;
}

div#footer a:visited {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	color: #ffa719;
	text-decoration: none;
}
