html {
	height: 100%;
}

body {	
	background:#4b3905;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #4b3900;
	height:100%;
}


h1 {
	font-family: Georgia, Helvetica, serif;
	font-size: 15px;
	color: #4b3900;
	padding:0;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 10px 0;
	line-height:17px;
}

a {
	color: #8e4c69;
	text-decoration: none;
	font-weight:bold;
	outline:none;
}

a:hover {
	color: #4b3900;
	text-decoration: none;
	font-weight:bold;
}

strong {}

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

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

.border {
	border:1px solid #4b3900;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:2px;
	line-height: 2px;
	position:relative;
	text-align:left;
	margin: 3px 0 5px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	z-index:100;
	width:750px;
	background:#f6f7e6 url("../images/bg_top.gif") repeat-x top;
}

/********************* HEADER STYLES *************************/

#top {
	height:84px;
	width:750px;
	position:relative;
	z-index:101;
}

a.logo {
	position:relative;
	display:block;
	height:54px;
	width:192px;
	text-indent:-3000px;
	background:url("../images/logo.gif") no-repeat;
}

#main_nav {
	position:absolute;
	top:0;
	right:14px;
	width:253px;
	z-index:101;
}


/*********************  LAYOUT STYLES *************************/

#content_home {
	width: 750px;
	background:#f6f7e6 url("../images/bg_content_home.gif") repeat-x top;
	position:relative;
	padding:0 0 20px 0;
}

	
#banner_home {
	position:relative;
	width:750px;
	height:100px;
	background:#ffffff;
	margin-top:33px;
}

#banner {
	background:#ffffff;
}

#content {
	width: 750px;
	background:#f6f7e6 url("../images/bg_content.gif") repeat-x top;
	position:relative;
	padding:0 0 20px 0;
}

#col_home {
	position:relative;
	float:left;
	width:710px;
	margin-bottom:130px;
	left:30px;
}

#col_1 {
	position:relative;
	float:left;
	width:600px;
	margin-top:48px;
	left:30px;
}

#col_2 {
	position:relative;
	float:left;
	margin-top:20px;
}

#col_full {
	position:relative;
	float:left;
	width:600px;
	margin-top:18px;
	left:30px;
}

.welcome {
	position:relative;
	float:right;
	margin:40px 30px 0 0;
	height:81px;
	width:247px;
}

/* ***************  INTERIOR LAYOUT STYLES *************** */

#subnav {
	width: 700px;
	position:relative;
	color:#d19e40;
	padding:10px 20px 10px 30px;
}

.categories {
	color:#a66c1f;
}

.categories a {
	color:#a66c1f;
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
}

.categories a.on {
	font-weight:bold;
}

.inner_nav {
	color: #b2bb1e;
	font-weight:bold;
}

.bigger {
	font-size:15px;
}

.thumbs {
	position:relative;
	margin:10px 10px 10px 18px;
	width:25px;
}

.thumbs img {
	position:relative;
	margin:0 0 10px 0;
	float:left;	
}

.skip {
	display:block;
	height:13px;
	width:12px;
	position:relative;
	float:left;
	margin:0 3px 10px 0;
}

.thumbs_nav {
	position:relative;
	margin:10px 10px 0 18px;
	height:13px;
	width:30px;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	margin:auto;
	width:730px;
	height:18px;
	text-align:right;
	font-size:11px;
	color:#ffffff;
	padding: 15px 20px 10px 0;
	background:#f6f7e6 url(../images/bg_footer.gif) repeat-x bottom center;
}

#footer a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}

#footer a:hover {
	font-size:11px;
	color:#8e4c4c;
	text-decoration:underline;
	font-style:italic;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_portfolio { 	background-image: url("../images/btn_portfolio.gif"); 	width: 122px;height: 40px;	}
#nav li#btn_about { 	background-image: url("../images/btn_about.gif"); 	width: 83px;height: 40px;	}
#nav li#btn_home { 	background-image: url("../images/btn_home.gif"); 	width: 48px;height: 40px;	}


#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#4b3900;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	font-weight:bold;
	text-decoration:none;
	color:#4b3900;
}