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


body {
	background-color: #231f20;
	color: #c3b59b;
	padding-top: 60px;
}

#fullPage {
	margin: auto;
	width: 1024px;
}

#leftPage {
	width: 650px;

}

#rightPage {
	width: 335px;
	float: right;
	position: relative;
	top: -40px;
	left: -30px;
}
#pageContent {
	border: thin solid #c3b59b;
}
#leftMenu {
	background-color: #c3b59b;
	color: #231f20;
	height: 40px;
	text-align: center;
	margin: auto;
}
#rightNav {
	text-align: center;
	font-family: Impact, "Arial Black", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
ul {
	list-style-type: none;
	margin: auto;
}
#leftMenu ul li {
	float: left;
	text-transform: uppercase;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-family: "Arial Narrow", sans-serif;
	font-size: 18px;
	position: relative;
	top: 10px;
	left: 180px;
}

a:link img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
a:visited img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
a:hover img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	text-decoration: none;
}
a:active img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}


#leftContent {
	padding: 10px;
}

#leftMenu a:link {
	color:#231F20;
	text-decoration: none;
}      
#leftMenu a:visited {
	color:#231F20;
	text-decoration: none;
} 
#leftMenu a:hover {
	color:#BE1E2E;
	text-decoration: none;
} 
#leftMenu a:active {
	color:#BE1E2E;
	text-decoration: none;
}  

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 18px;
	text-indent: 50px;
	line-height: 18px;
}
h2 {
	font-size: 16px;
	text-indent: 50px;
}

a:link {
	color:#C1B69B;
	text-decoration: none;
}      
a:visited {
	color:#C1B69B;
	text-decoration: none;
} 
a:hover {
	color:#BE1E2E;
	text-decoration: none;
} 
a:active {
	color:#BE1E2E;
	text-decoration: none;
}
#pageClasses {
	text-align: center;	
}
h3 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 20px;
}
h4 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#titleContact {
	background-color: #C1B69B;	
	height: 25px;}
h5 {
	font-weight: bold;
	font-family: "Arial Narrow", sans-serif;
	font-size: 18px;
	color: #231f20;
}
h6 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 0px;
}


