/*Page Properties*/
body{
	margin: 0px;
	background-color:#8D3436;
	background-image: url(../images/front/BG.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

a:link {
	color: #743337;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #743337;
}
a:hover {
	text-decoration: underline;
	color: #743337;
}
a:active {
	text-decoration: none;
	color: #743337;
}

/* Layout Styles */

.Main{
	width:794px;
	margin:0px auto;
	display:table;
}
.Header{
	width:794px;
	height:96px;
	float:left;
	position:relative;
	background-image:url(../images/front/Header.jpg);
	margin-left:1px;
}
.Images{
	width:794px;
	height:139px;
	float:left;
	position:relative;
	margin-left:1px;
}
.Nav{
	width:794px;
	height:48px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	margin-left:1px;
}
.Content{
	width:771px;
	display:table;
	padding:15px 0px 23px 23px;
	text-align:left;
	float:left;
	position:relative;
	margin-left:1px;
}
.Left{
	width:481px;
	display:table;
}
.Right{
	width:245px; 
	margin-right:15px; 
	float:right;
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:Tahoma;
	font-size: 14px;
	color: #743337;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}
p{
	font-family:Tahoma;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 10px 0px;
}
h2 {

	font-family:Tahoma;
	font-size: 12px;
	color: #743337;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}

