@charset "utf-8";
body { 
	padding:0px;
	margin:0px;
}
.clear {clear:both; height:1px;}
/* ------------------------------------------------------------------ CONTAINER */
#container {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
/* ------------------------------------------------------------------ TOP NAVIGATION */
#topNav {
	background-color: #5B3844;
	height: 49px;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
}
#topNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: right;
	list-style-type: none;
	text-indent: 5px;
	padding-right: 30px;
	padding-top: 15px;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
/* ------------------------------------------------------------------ LOGO */
#logo {
	float:left;
}
/* ------------------------------------------------------------------ MAIN NAVIGATION */
#mainNav {
	width:802px;
	height:79px;
	float: left;
}
#mainNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #68595C;
	text-transform: uppercase;
	float: left;
	list-style-type: none;
	text-indent: 10px;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #867378;
	text-decoration: none;
}
#mainNav a:hover {
	color: #5B3844;
	text-decoration: none;
}
/* ------------------------------------------------------------------ BODY TAG */
#content {
	min-height:600px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #55484B;
	font-size: 13px;
	width:1021px;
	background-image: url(../images/layout/bknd.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* ------------------------------------------------------------------ SQUARES */
#square-container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.square {
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A29397;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	text-indent: 2px;
	padding:20px;
}
.square a {
	font-family: Arial, Helvetica, sans-serif;
	color: #867378;
	text-decoration: none;
}
/* ------------------------------------------------------------------ FOOTER */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4446;
	clear:both;
	padding:5px;
	text-align:center;
}

#footer a {
	color: #4F4446;
	text-decoration:none;
}
