
.subheading {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.heading {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
	margin-top: 20px;
}

.title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}

LI {
	margin-top: 10px;
	margin-left: 40px;
}


body {
	height: 100%;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(/images/background/bg3.jpg);
	background-repeat: no-repeat;
	background-position: 65% 200px; 
	background-attachment: fixed;
	
}

.linkbutton {
	width: 150px;
	height: auto;
	padding: 3px;
	font-size: 10px;
	text-align: center;	
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 5px;
	
}
.linkbutton:hover {
	background-color: #efe6d5;
	}
	
.linktag {
	width: 150px;
	height: 25px;
	margin-top: 3px;
	margin-left: -40px !important;
	position: absolute;
}

.linktag:hover {
	text-decoration: none;
}

a:link {
	color: #300000;
	text-decoration: none;

}

a:visited {
	color: #300000;
	text-decoration: none;
	
}

a:hover {
	color: #8f7635;
	text-decoration: underline;
}

#main {
	position: relative;
	font-family: verdana; 
	width: 800px; 
	left: 50%;
	margin-left: -400px;
	border-left: 1px dotted #bbbbbb;
	border-right: 1px dotted #bbbbbb;
	border-bottom: 5px solid #000000;
	
	
	
}
#leftcontainer
{
	position: relative;
	float: left;
	padding-left: 15px;
	padding-bottom: auto;
	margin-right: 30px;
	width: 190px;
	

}

#rightcontainer
{
	position: relative;
	float: left;
	padding-left: 15px;
	padding-bottom: auto;
	margin-right: 30px;
	width: 190px;
	

}
#links {
	background-color: #f5f5e5;
	font-family: verdana;
	width:200px;
	height: auto;
	border: 1px solid #aaaaaa;
	position: relative;
	text-align: center;
	margin-top: 10px;
	line-height: 100%;
}

#subscribebox {
	background-color: #fafaea;
	border: 1px solid #cccccc;
	margin-top: 20px;
	width: 200px;
	height: auto;
}

#footer {

	background-color: #f5f5e5;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 50px;
	height: 20px;
	bottom: 0;
	position: relative;
	clear: both;
	border: 1px solid #bbbbbb;
}


.breaker {
	background-color: #f5f5e5;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 20px;

	border: 1px solid #bbbbbb;
	
}



