@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #dbd3b0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

p,li	{
	line-height: 1.2em;
}

a:link,a:visited {
	text-decoration: none;
	color: #FFFFFF
}

a:hover {
    text-decoration: underline;
		color: #000;
}

a img,img {
    border: none:
}

#table01	{
	margin-top: 0px;
}

#content_bg {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#l_col	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#l_col #nav	{
	margin-top: 20px;
}

#l_col #nav a {
	display: block;
	padding-bottom:5px;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

#l_col h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#contact-info	{
	margin-top: 20px;
}

#contact-info p {
	padding: 0px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
}

#r_col h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#r_col h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #fff;
}

#r_col p {
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 15px;
}

#footer_bg {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 824px;
}
#footer_bg p {
	line-height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.floatRight	{
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
