/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #8A713C;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
a:link, a:visited { 
	color: #8A713C; 
	text-decoration: none; 
	}	
	
a:hover	{
	color: #8A713C;  
	text-decoration: underline; 
	}	
	
hr { 
	border: none 0;
	border-top: 1px solid #fff;		
	width: 100%;
	height: 1px;
	}

.left { float: left; }
.right { float: right; }

/* -------------------------------- */
/* ---- SPLASH -------------------- */
/* -------------------------------- */
	
#splash_main {
	background-image: url(/images/splash_bg.gif);
	width: 903px;
	height: 802px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#splash_main p { padding: 9px 0px 0px 0px; }
	
#splash_image { padding: 165px 0px 0px 0px; }

#splash_image img { border: solid 6px #fff; }		

/* -------------------------------- */
/* ---- LAYOUT -------------------- */
/* -------------------------------- */

#main {
	width: 903px;
	height: 802px;
	padding: 0;
	margin: 0;
	}
	
#leftcol {
	float: left;
	background-image: url(/images/bg_left_col.gif);
	width: 155px;
	height: 802px;
	padding: 0;
	margin: 0;
	text-align: left;
	}
	
#title { margin: 20px 0px 20px 25px;	}			

#nav { margin: 0px 0px 13px 25px; }
	
#space { margin: 455px 0px 0px 0px; }	

#rightcol {
	float: left;
	background-color: #e2ddcd;
	width: 733px;
	height: 802px;
	text-align: left;	
	}

#copyright {		
	font-size: 70%;
	color: #8A713C;
	padding: 9px 0px 0px 0px;
	width: 903px;
	text-align: left;
	}
	
/* -------------------------------- */
/* ---- CONTENT ------------------- */
/* -------------------------------- */
	
#content {
	margin: 55px 39px 28px 0px;
	padding: 0;
	}

#head {
	font-size: 80%;
	font-weight: bold;
	color: #C5B579;
	}

p {
	font-size: 75%;
	padding: 0px 0px 11px 0px;
	margin: 0;	
	}

a.contact:link, a.contact:visited, a.contact:hover { font-weight: bold;	}	
	
/* -------------------------------- */
/* ---- PORTFOLIO ----------------- */
/* -------------------------------- */	
	
#porttop { 
	width: 708px;
	height: 715px; 
	padding: 0;
	margin: 0;
	}

#porttop img { border: solid 6px #fff; }	
	
#portbottom {
	width: 733px;
	height: 87px;
	padding: 0;
	margin: 0;
	}
	
#portbottom hr { width: 80%; }
	
#portitem {
	font-size: 90%;
	font-weight: bold;
	color: #8A713C;	
	margin: 0px 7px 0px 0px;
	padding: 0;
	}
	
a.portitem:link, a.portitem:visited { 
	font-size: 90%;
	font-weight: bold;	
	color: #C6B67A; 
	text-decoration: none;
	}	
	
a.portitem:hover {
	font-size: 90%;
	font-weight: bold;
	color: #8A713C;  
	text-decoration: none;
	}
	
	







