/*===[ Styles by mrbiotech ]===*/
body {
	text-align: center;
	background-color: #fff;
	font-family: "Century Gothic","Lucida Grande","San-serif","Helvetica";
	}


/*===[ Top Navigation Bar Styles]===*/
.horzmenu {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #222;
	font-size: 12px;
	width: 100%;
	height: 30px;
	border: 3px solid #777;
	margin: 0px;
	padding: 0px;
	}
.horzmenu li {
	width: 142px;
	height: 49px;
	color: #fff;
	display: inline;
	}

	
/*===[ Main Content Styles ]===*/	
.container {
	margin: 60px auto 0px auto;
	background-color: #acf;
	color: #fff;
	width: 786px;
	background: url('images/tile.jpg') repeat-y center; 
	}
.smallbox1, .smallbox2, .smallbox3, .smallbox4, .header, .titlearea, .leftcolumn, .rightcolumn, .footerboxes {
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	}
.smallbox1 {
	background-color: #bc8f7a;
	width:150px;
	height:60px;
	float: left;
	}
.smallbox2 {
	background-color: #a89fbf;
	width:150px;
	height:120px;
	margin-top: -151px;
	float: left;
	}
.smallbox3 {
	float: right;
	background-color: #a89fbf;
	width:150px;
	height:120px;
	}
.smallbox4 {
	float: right;
	background-color: #bc8f7a;
	width:150px;
	height:60px;
	}
.header {
	background-color: #d8ad87;
	float: left;
	width:360px;
	height:220px;
	/*margin-left: 190px;*/
	}
.titlearea {
	background-color: #e19a29;
	height:80px;
	clear: both;
	}
.leftcolumn, .rightcolumn {
	background-color: #eee;
	width:351px;
	height:80px;
	}
.leftcolumn {
	float: left;
	}
.rightcolumn {
	float: right;
	}
.footerboxes {
	float: left;
	background-color: #e19a29;
	width:70px;
	height:70px;
	}

/*===[ Typography ]===*/
.titlearea {
	color: #fff;
	vertical-align: baseline;
	}
h1, h2, h3, h4 {
	color: #333;
	vertical-align: top;
	}

/*===[ Link styles ]===*/
a{
	text-decoration: none;
	}
.horzmenu a {
	padding: 0px;
	margin: 0px 5px;
	border-bottom: 3px solid #444;
	}
.horzmenu a:link {			/* unvisited link */
	color: #aaa;
	height: 49px;
	width: 149px;
	}
.horzmenu a:visited {			/* visited link */
	color: #889;
	}
.horzmenu a:hover {			/* mouse over link */
	border-bottom: 3px solid #f90;
	color: #fff;
	}
.horzmenu a:active {			/* selected link */
	background-color: #333;
	color: #fff;
	border-bottom: 3px solid #444;
	}
a h1 {
	top: 10px;
	color: #fff;
	vertical-align: baseline;
	}

