/* =clearout
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =html defs
--------------------------------------------------------------------*/

body {
	background: #ebe6ce;
	text-align: center;
	font: 75%/150% Georgia, times, serif;
	color: #7d3f33;
}


p, ul, ol, hr {
	margin: 0 0 1.5em 0;
}


ul, ol {
	margin-left: 2em;
}

em {
	font-weight: normal;
	font-style: italic;
}


hr {
	border-top: 1px solid #7d3f33;
}

h1, h2, h3, h4, h5 {
	color: #7d3f33;
	margin-bottom: .3em;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
	font-weight: normal;
}

h5 {
	font-size: 100%;
}




a {
	color: #7d3f33;
	text-decoration: none;
}

a:hover {
	color: #7d3f33;
	text-decoration: underline;
}





/* =structure
--------------------------------------------------------------------*/

#wrap {
	position: relative;
	width: 825px;
	margin: 0 auto;
	text-align: left;
}

#head {
	background: #ebe6ce;
}

#nav {
	width: 825px;
/* 	float: left; */
	clear: both;
	background: #ebe6ce url(/i/bg-nav.gif) right bottom no-repeat;
	padding-bottom: 14px;
	margin: 0;
}

body.alt #nav {
	background-image: url(/i/bg-nav-alt.gif);
}


#side, #main, #con, #foot {
	float: left;
	display: inline;
}


#main {
	width: 825px;
	background: url(/i/bg-main.gif) right 0 repeat-y;
}

#side {
	width: 148px;
}

#con {
	width: 577px;
	margin: 15px 10px 50px 50px;
	background: #ebe6ce;
}

#foot, #side {
	font-size: 85%;
	line-height: 120%;
	color: ##7d3f33;
}

#foot {
	width: 677px;
	margin-left: 148px;
	background: url(/i/bg-foot.gif) no-repeat;
	padding: 30px 0;
	text-align: center;
	padding-left: 60px
}
#hometext {
	line-height: 140%;
	color: #7d3f33;
	text-align: center;
	padding-left: 120px
}


/* =nav
--------------------------------------------------------------------*/

#nav {
	text-align: center;
	padding: 5px 0 22px 0;
}

#nav li {
	display: inline;
}


#nav a {
	color: #7d3f33;
	padding: 0 20px;
	text-align: center;
/* 	display: block; */
/*  	float: left;  */
	text-transform: lowercase;
}

#nav a:hover, #nav a.current {
	color: #7d3f33;
	text-decoration: underline;
}



/* =sidebar
--------------------------------------------------------------------*/

#side ul {
	background: #ebe6ce url(/i/bg-side.gif) right bottom no-repeat;
	padding: 10px 0px 3em 0px;
	margin: 0 0 2em 0;
	text-align: left;
	list-style: none;
	font-size: 110%;
}


#side ul a {
	display: block;
	padding: 15px 0 0px 0px;
}

#side a.current {
	font-weight: bold;
	color: #7d3f33;
}

#side ul hr {
	border-color: #7d3f33;
}


#side h5 {
	color: #7d3f33;
}

#side h5, #side p {
	margin-left: 5px;;
}


/* =footer
--------------------------------------------------------------------*/

#foot h4 {
	letter-spacing: .1em;
	margin-bottom: 1em;
}

#foot a, #side p a {
	font-weight: normal;
	text-decoration: underline;
	color: ##7d3f33;
}

#foot a:hover, #side p a:hover {
	text-decoration: none;
}



/* =content styles
--------------------------------------------------------------------*/
.image {
	float: right;
	margin: 0 0 10px 0;
	border: 1px #7d3f33 solid;
	padding:1px;
    background-color:#ebe6ce;
}

.imagehome {
	float: right;
	margin: 0 0 10px 100px;
	border: 1px #7d3f33 solid;
	padding:1px;
    background-color:#ebe6ce;
}

.imageatty {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px #7d3f33 solid;
	padding:1px;
    background-color:#ebe6ce;
}

.imageh {
	float: right;
	margin: 15px 0;
	border: 1px #7d3f33 solid;
	padding:1px;
    background-color:#ebe6ce;
}
	

.l {
	float: left;
}

.r {
	float: right;
}

.clr {
	clear: both;
	margin: 0;
	visibility: hidden;
}
