@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#wrapper {
	margin: auto;
	width: 1050px;
	text-align: left;
	padding: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#linkcontact{
	font-size: 18px;
	color: #610c2b;
	background-color: #AAB76F;
	height: 140px;
	width: 310px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	float: none;
	margin-left: 150px;
	
}
#header {
	background-image: url(../images/banner-1.jpg);
	background-repeat: no-repeat;
	width: 1050px;
	height: 143px;
}
	

#content {
	width: 1050px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	overflow: visible;
}
#content h1 {
	font-size: 18px;
	color: #333;
	margin-left: 20px;
}

#content h2 {
	font-size: 17px;
	color: #333;
	margin-left: 20px;
}

#content p {
	font-size: 14px;
	color: #333;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}

#content ul {
	margin: 0 0 10px 60px;
	padding: 0;
}

#content ul li {
	font-size: 14px;
	margin-bottom: 3px;
}

#content .follow ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

#rightcol {
	width: 588px;
	background-image: url(../images/rightcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 396px;
	padding: 20px 212px 280px 0;
	float: left;
	text-align: left;
}

#bowl {
	width: 207px;
	height: 272px;
	background-image: url(../images/bowl.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 34px;
	left: 255px;
	z-index: 100;
}

#leftcol {
	width: 250px;
	min-height: 500px;
	float: left;
	position: relative;
	min-height: 706px;
}


/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 198px;
	top: 10px;
	left: 24px;
}

#nav h3 {
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 5px;
	width: 180px;
	border-bottom: 1px solid #C5AEA6;
}


#nav ul {
	list-style-type: none;
	padding-left: 2px;
	margin-left: 0;
}

#nav ul li {
	border-bottom: 1px dotted #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 198px;
	margin-bottom: 0;
	ma\rgin-bottom: -2px;/*value for IE6*/
}

#nav .selected {
	width: 196px;
	background-color: #FFF;
	color: #aab76f;
	padding-left: 2px;
	font-size: 14px;
}

#nav li a:link, #nav a:visited {
	font-size: 14px;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #FFF;
	color: #aab76f;
}


#nav img{
	border: none;
}

#nav .noborder {
	border-bottom: none;

}

#nav .topborder {
	border-top: 1px dotted #FFF;

}



/***** Ends the navigation *****/

#footer {
	width: 1050px;
	height: 30px;
	background-color: #7b864c;
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #FFF;
	font-size: 12px;
	padding: 7px 0 0 0;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;	
}
