/* HTML reset */
html, body, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}


/* STRUCTURE */

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat:repeat;
	line-height: 14px;
	letter-spacing: 1px;
	color:#624D19;

}

#container {
	margin-left: auto;
	margin-right: auto;	
	background-color: #FFFFFF;
	width: 900px;
}

#mast {
	background-image: url(../../images/structure/mast.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	height: 300px;
}


#clear {
	clear: both;
	height:0;
}

#main {
padding: 20px;
padding-bottom:10px;
}

#footer {
	height: 85px;
	background-color: #E35BA1;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
	padding-top: 10px;
}



/*index*/

#column_one {
	float: left;
	width: 204px;
	height: 154px;
	padding: 10px;
	background-image: url(../../images/index/green_box.gif);
	background-repeat:no-repeat;
	text-align: center;
	margin: 10px 15px 0 0;
}

#column_two {
	float: left;
	width: 349px;
	height: 154px;
	padding: 10px;
	background-image: url(../../images/index/blue_box.gif);
	background-repeat:no-repeat;
	margin: 10px 15px 0 0;
	text-align: center;


}

#column_three {
	float: left;
	width: 204px;
	height: 154px;
	text-align: center;
	padding: 10px;
	background-image: url(../../images/index/green_box.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}

#photoholder {
float:left;
width: 468px;

}

#index_right {
float: right;
width: 350px;
text-align:left;
margin-right:5px;

}

/*about*/

#about {
height: 350px;
}

#about_one {
float: left;
width: 400px;
}

#about_two {
float: right;
width: 400px;
text-align:left;

}

/*contact*/

#left {
float:left; 
text align: left; 
width: 600px; 
}

#right {
	float:right; 
	text align: left; 
	width: 230px; 
	border-left: solid 1px #624D19;
	padding: 10px;
}


/*STYLES*/

h1 {
	font-size:18px;
}

h3 {
font-size: 18px;
font-weight:lighter;
}

a {
	color: #624D19; 
	text-decoration: none; 
	font-weight: bold;
	}
	
a:visited { 
	color: #624D19; 
	text-decoration: none; 
		font-weight: bold;

	}

a:active { 
	color: #624D19; 
	text-decoration: none; 
		font-weight: bold;

	}
	
a:hover { 
	color: #624D19; 
	text-decoration: underline;
		font-weight: bold;
 
	}
.copyright {
    font-size: 12px;
}

#footer a {
	color: #FFFFFF; 
	text-decoration: none; 
	}
	
#footer a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	}

#footer a:active { 
	color: #FFFFFF; 
	text-decoration: none; 
	}
	
#footer a:hover { 
color: #624D19;

	}
	
.border {
margin-right: 10px;
padding:10px;
border: 1px solid #624D19;
}

#seperator {
margin: 15px 0;
clear: both;
border-bottom: solid 1px #624D19;
}

	
	
/*NAVIGATION*/

#nav_left ul{
float: left;
padding-top: 160px;
padding-left: 20px;
text-align: left;
font-size:18px;
list-style:none;
margin:0;
}

#nav_left ul li { display: inline; }

#nav_left ul li a {
color: #FFFFFF;
text-decoration: none;
padding: 0 1em;

}

#nav_left ul li a:hover {
color: #624D19;
}

#nav_right ul{
flaot: right;
padding-top: 160px;

padding-right: 20px;
text-align: right;
font-size:18px;
list-style:none;
}

#nav_right ul li { display: inline; }

#nav_right ul li a {
color: #FFFFFF;
text-decoration: none;
padding: 0 1em;
margin:0;


}

#nav_right ul li a:hover {
color: #624D19;
}