body {
	background: #a62131 url(../images/background.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
    border-collapse: collapse;}
img { border-style: none; }


#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	border: 1px solid #fff;
	text-align: left;
	background: #fff url(../images/bg-content-hm.jpg) no-repeat left bottom;}
	
#headerHome {
	background: url(../images/header-home.jpg) no-repeat left top;
	height: 295px;
	width: 770px;
	margin: 0px;
	padding: 0px;}

/* Start  Navigation */
#navTop {
	background-color: #933;
	height: 28px;
	width: 770px;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;}

#navTop ul{
	padding: 0 0 0 55px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	position: static;}

#navTop li { display: inline;}

#navTop li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 12px;
	float: left;
	border-right: 1px solid #fff;
	margin-top: 7px;
	margin-bottom: 6px;}

#navTop li a:hover {color: #ffcc00;}
/* End Navigation */

#contentHome {
	width: 770px;
	height: auto;
	background: url(../images/bg-content.gif) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;}
	
#headerLogo {
	float: left;
	height: 80px;
	width: 335px;
	margin-top: 25px;
	margin-left: 20px;
	padding: 5px;}
	
#footer {
	width: 770px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;}
	
#contentHomeL {
	float: left;
	width: 240px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0px;}
	
#contentHomeR {
	float: right;
	width: 485px;
	border-left: 1px solid #666;
	margin: 25px 0px 10px;
	padding: 0px 20px;}

a:link {
	color: #CC3333;
}
a:visited {
	color: #993333;
}
a:hover {
	color: #FFCC00;
}

a:active {
	color: #CC3333;
}
.textBold {
	font-weight: bold;
}

.txtItalic { font-style: italic; }
