/* @override http://barenakedtruthonsex.com/assets/styles.css */



body {
	margin: 0;
	background: #76511a url(../images/bg_tall_page.gif) repeat-x;
	color: #3C1E00;
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}



/* CSS FOR POSITIONING */

#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#top {
	position: relative;
}

#flash {
	text-align: center;
	padding: 17px;
}

#content {
	background: url(../images/bg_content.gif) repeat-y;
	min-height:450px;
	height:expression(
    	this.scrollHeight < 450? "450px" : "auto" );
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
}

#footer {
	background: url(../images/bg_footer.gif) no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 100px;
	position: relative;
	font-size: 12px;
	line-height: 14px;
}

#content h1 {
	margin: 0px;
	color: #099;
	font-size: 28px;
}

#content H4 {
	font-size: 18px;
}

#content p {
	font-size: 16px;
}

li {
	color: #3C1E00;
	margin-bottom: 10px;
}

a:link {
	color: #099;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #099;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #099;
	text-decoration: underline;
	font-weight: bold;
}

a.return:link {
	color: #099;
	text-decoration: none;
	font-weight: bold;
}

a.return:visited {
	font-weight: bold;
	color: #099;
	text-decoration: none;
}

a.return:hover {
	font-weight: bold;
	color: #099;
	text-decoration: underline;
}

.return {
	color: #099;
	background-image: url(file:///Mac%20HD/Users/blake/Sites/images/returnArrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;
	display: block;
	clear: both;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}

#footer p {
	color: #FFD7A3;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #A37850;
	font-weight: normal;
}

#footerLinks a {
	color: #A4F7FF;
	font-weight: bold;
}

.designBy {
	color: #A37850;
}
.designBy a:link,
.designBy a:hover,
.designBy a:visited,
.designBy a:active  {
	color: #A37850;
	cursor: text;
	text-decoration: none;
}

input {
	border: 1px solid #47240A;
	background: #F8F0D9;
}

select {
	border: 1px solid #47240A;
	background: #F8F0D9;
}

textarea {
	border: 1px solid #47240A;
	background: #F8F0D9;
}address {
	font-style: normal;
	display: inline;
}
#corner {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	display: none;
}
.noBorderBg {
	border-style: none;
	background: url(../none);
}

