@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.mainExt {
	background-image: url(a/bkg000.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.blogExt {
	background-image: url(a/bkg004.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d3d2cf;
}
.mainBody {
	background-image: url(a/bkg001.gif);
	background-repeat: repeat-y;
}
.blogBody {
	background-image: url(a/bkg003.gif);
	background-repeat: repeat-y;
}
.logoMain {
	background-image: url(a/bkg002b-logo.jpg);
	background-repeat: no-repeat;
	}
.footer {
	color: #C0BFBA;
	width: 215px;
	text-align: right;
	padding-right: 15px;
	padding-left: 30px;
}
.footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C0BFBA;
	font-size: 9px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #462f1e;
}
.mainBody p, a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #462f1e;
}
.mainBody strong {
	text-transform: uppercase;
	font-weight: normal;
}
.generalTitle {
	font-family: Optima, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#5d3f2b;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}
.profileCopy {
	padding-right: 10px;
	padding-left: 10px;
	color: #735038;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.profilePic {
	padding-left: 5px;
}
.profileCopy p {
	color: #5c3e29;
}
.profileDetails, .profileList {
	padding-left: 35px;
	color: #735038;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.profileList a {
	color: #5c3e29;
	text-transform: uppercase;
	font-size:9px;
	text-decoration: none;
	display:block;
}
.profileDetails a {
	color: #5c3e29;
	text-transform: uppercase;
	font-size:9px;
	text-decoration: none;
}
.profileDetails a:hover, .profileList a:hover {
	text-decoration: underline;
}
#selected {
	text-decoration: underline;
}

