/* CSS Document */

body {
	background-color: #474327;
}
div {
	margin: 0px;
	padding: 0px;
}

#layout {
	margin-left: auto;
	margin-right: auto;
	width: 743px;
	border: 3px solid #B9AB7B;
	padding: 0px 7px 7px 7px;
}

#page {
	background-color: #F8F5E0;
	padding-top: 10px;
}

#top_nav {
	text-align:center;
	margin:auto;
	height:31px;
	overflow:hidden;
}

	#top_nav a {
		height:31px;
		margin:0px;
		padding:0px 5px;
		overflow:hidden;
		color:white;
		line-height:31px;
		text-decoration:none;
		display:inline-block;
		background-repeat:no-repeat;
		background-position:top center;
		border:none;
	}
	
		#top_nav a:hover { background-position:bottom center; color:#c9bb89; }
		#top_nav a img { border:none; height:31px; width:41px; }
	

#content {
	color: #54522D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;	
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#mycontent {
	position: absolute;
	color: #54522D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

#bars {
	background-image: url(images/bars.gif); 
	background-position: 0% 100%;
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-left: 22px;
	padding-bottom: 30px;
	padding-right: 100px;
	margin-left: 70px;
}

#leftedge {
	 padding-left: 85px;
}

#footer {
	color: #54522D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-bottom: 7px;
	margin-top: 10px;
}

a {
	color: #54522D;
}

a.rightlink {
	display: block;
	color: #54522D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}

a.portfoliolink {
	display: block;
	color: #54522D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-transform: uppercase;
	color: #54522D;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #54522D;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	
}

#portfolio td {
	text-align: center;
	padding-right: 10px;
	padding-top: 8px;
}

	