/*
Created by Keith Donegan of Code-Sucks.com
Tweaked by Brad Halcrow
*/

* {
	padding: 0px;
	text-decoration: none;
}
body {
	background: #fffffe url(images/body-bg-tile.gif) repeat-x;
	font: 14px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#leftcolumn p {
	text-decoration: none;
	color: #231A12;
	padding: 0px;
	margin:10px 0px 20px 0px;
	line-height: 22px;
}
#leftcolumn a {
	text-decoration: none;
	font-weight: normal;
	color: #403D39;
	border-bottom: 1px dotted #CBB19A;
}
#leftcolumn a:hover{
	color: #446477;
	text-decoration: none;
	border-style: none;
}

h1 {
	color: #446477;
	font: bold 24px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #446477;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font:bold 15px Tahoma;
	color:#393835;
	margin:0px;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	color: #403D39;
	text-decoration: none;
	font: bold 13px Tahoma, Arial, sans-serif;
	margin: 5px 0px 15px;
}

#leftcolumn li {
	line-height: 26px;
	margin-left: 40px;
	list-style: url(images/arrow.gif) none outside;
	/*	padding-top: 5px;*/
	color : #403d39;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
}
#faux {
	margin: 30px 0px 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 860px;
	padding: 15px 10px 5px 20px;
	height: 185px;
	margin: 10px 0px 5px;
	background: url(images/header-bg.jpg) no-repeat 330px 10px;
}
#navigation {
 padding: 10px;
 margin: 0px 0px 5px 0px;
}
#rightcolumn {
	display: inline;
	color: #333;
	margin: 10px 22px 10px 10px;
	padding: 0px;
	width: 180px;
	float: right;
}
#leftcolumn {
	float: left;
	color: #333;
	margin: 30px 0px 10px 10px;
	padding: 0px 20px 10px 0px;
	width: 600px;
	position: relative;
	border-right: 2px dotted #CFA281;
}
#footer {
	width: 840px;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 10px;
	border-top: dotted 1px #989898;
}
.clear { clear: both; background: none; }

#wrapper #header p {
	font-size: 13px;
	color: #C29D78;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#wrapper #header img {
	margin-top: 20px;
	border-style: none;
	margin-bottom: 10px;
}
#rightcolumn img {
	margin-top: 10px;
	border: none;
}

#rightcolumn a {
	font-weight: bold;
	color: #446477;
	text-decoration: none;
	text-align: right;
}
#rightcolumn a:hover {
	color: #231A12;
}
#footer a {
	color: #925E29;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
}
#leftcolumn img .border{
	border: none;
}
#leftcolumn .noboder {
}

/* Profile page */

#leftcolumn .profile {
	overflow: hidden;
	margin:20px 0px 20px 0px;
}
#leftcolumn .profile p {
	width: auto;
	margin:0 0 20px;
	padding:0;
	font-size: 14px;
	line-height: 24px;
}
#leftcolumn .profile img {
	margin:5px 15px 5px 15px;
	border: 2px solid #50320C;
	float: right;
}
#wrapper #faux #rightcolumn .clear a {
	padding-left: 5px;
}

