/* ------------------------------------------------- GENERAL STYLING ------------------------- */
html {
overflow: -moz-scrollbars-vertical;
}


body {
	margin: 0;
	padding: 0;
	background-color: #636F2D;
	}

table {
	border-collapse: collapse;
	background-color: transparent;
	}
	
table, p, tr, td {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	}	
	
H3  {
font-family: arial, tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
color: #535D25;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
	}	
	
H4  {
font-family: arial, tahoma, sans-serif;
font-size: 11px;
text-align: center;
font-weight: normal;
color: #000000;
margin: 0px;
padding: 0px;
margin-top: 10px;
margin-bottom: 5px;
	}

/* -------------------------------------------------- IMAGE NO BORDER --------------------------------*/
img {
	border: 0;
	}
/* -------------------------------------------------- HEADER ----------------------------------------------- */
.header {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	}
	
	.line  {
	width: 110px;
	background-image: url('images/LINE.gif'); 
	background-repeat: repeat-y; 
	background-position: right top;
	text-align: center;
	vertical-align: top;
	}
.topl  {
	 width: 199px;
	 height: 113px;
	}
	
.main {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	background-color: #FFF;
	}	
	
.navcell {
	width: 765px;
	height: 85px;
	background-image: url('images/navback.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: top;
	padding-right: 12px
	}	

/* --------------------------------------------------------- NAV TOP AND BOTTOM LINKS -------------------- */	
.navtb {
	width: 292px;
	height: 25px;
	}
	
a:link.nav {
	color: #7D390D;
	text-decoration: none;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px;
	font-weight: normal;
	}	
a:active.nav  {
	color: #7D390D;
	text-decoration: none;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px;
	font-weight: normal;
	}
a:visited.nav  {
	color: #7D390D;
	text-decoration: none;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px;
	font-weight: normal;
	}

a:hover.nav  {
	color: #666666;
	text-decoration: none;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px;
	font-weight: normal;
	}	

/* -------------------------------------------------- CONTENT -------------------------------------------- */
.leftcolumn {
	width: 112px;
	text-align: center;
	vertical-align: top;
	background-image: url('images/leftborder.gif'); 
	background-repeat: repeat-y; 
	background-position: right top
	}	
	
.content {
	width: 653px;
	text-align: left;
	vertical-align: top;
	}	
/* -------------------------------------------------- NORMAL LINKS--------------------------------------- */	
a:link {
	color: #7D390D;
	text-decoration: underline;
}	
a:active  {
	color: #7D390D;
	text-decoration: none;
}
a:visited  {
	color:#7D390D;
	text-decoration: none;
}

a:hover  {
	color: #666666;
	text-decoration: none;
}

/* --------------------------------------------------- PORTFOLIO INDEX ---------------------------------- */
img.small { 
	border: 1px solid #576327;
}

a:link.port {
	color: #7D390D;
	text-decoration: underline;
}	
a:active.port  {
	color: #7D390D;
	text-decoration: underline;
}
a:visited.port  {
	color: #7D390D;
	text-decoration: underline;
}

a:hover.port  {
	color: #666666;
	text-decoration: underline;
}
/* --------------------------------------------- webdesign link ----------------------------------- */
.design {
width: 103px;
border-right: 1px solid #708826;
text-align: center;
vertical-align: top;
color: #999999;
}

a:link.webdesign {
	color: #999999;
	text-decoration: underline;
}	
a:active.webdesign  {
	color: #999999;
	text-decoration: underline;
}
a:visited.webdesign  {
	color: #999999;
	text-decoration: underline;
}

a:hover.webdesign  {
	color: #999999;
	text-decoration: underline;
}