body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p {
	padding-top: 0;
	margin-top: 0;
}
html, body, {
	height: auto;
}
html>body, html>body {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	z-index: 6;
}

#header {
	height: 112px;
	background-color: transparent;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #1d0f0e;
	border-bottom-color: #1d0f0e;
	z-index: 2;
	text-align: center;
}
.left {
	float: left;
	padding-right: 10px;
}

#header h1 {
	font-size: 2em;
	color: #1d0f0e;
	padding-top: 20px;
	padding-left: 30px;
}


#header .strapline {
	color: #1d0f0e;
	background-color: transparent;
	float: left;
	margin-right: 300px;
	margin-top: 0.5em;
	font-size: 80%;
	text-align: left;
	margin-left: 220px;
	font-weight: bold;
}
#header .straplinesite {
	color: #1d0f0e;
	background-color: transparent;
	float: left;
	margin-top: 0.5em;
	font-size: 80%;
	text-align: left;
	margin-left: 330px;
	margin-right: 190px;
	font-weight: bold;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#content {
	padding: 10px;
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0em;
	margin-left: 170px;
	background-color: #ffffff;
	height: auto;
	background-image: url(../images/common/bground2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 1;
	text-align: left;
}
#contentsite {
	position: relative;
	padding: 10px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 170px;
	background-color: #ffffff;
	height: auto;
	background-image: url(../images/common/bground2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 1;
}

#content h1 {
	text-align: left;
	padding-right: 20px;
	color: #1d0f0e;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}
#contentsite h1 {
	text-align: right;
	padding-right: 180px;
	color: #1d0f0e;
	font-family: "Eras Medium ITC",Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}
#content h2 {
	text-align: left;
	color: #990000;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}
#contentsite h2 {
	text-align: left;
	color: #990000;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#contentsite h3 {
	text-align: center;
	color: #E76D08;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#contentsite h4 {
	text-align: center;
	color: #315d94;
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#contentsite h5 {
	color: #FF0000;
	font-size: 100%;
}

#content p {
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #1d0f0e;
	line-height: normal;
}
#contentsite p {
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #1d0f0e;
	line-height: normal;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #3955A5;
	background-color: transparent;
}
#content a:hover {
	color: #923d20;
	text-decoration: none;
}
#contentsite a:link, #contentsite a:visited {
	text-decoration: none;
	color: #3d56a6;
	background-color: transparent;
}
#contentsite a:hover {
	color: #923d20;
	text-decoration: none;
}
#contentsite ul {
	text-align: left;
	margin-left: 20px;
}
#contentsite li {
	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-position: outside;
	list-style-type: circle;	
}
#side1 {
	position: absolute;
	width: 150px;
	top: 2px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	}



.brown {
	color: #923d20;
}


#side1 a:link {
	text-decoration: none;
	color: #923d20;
	background-color: transparent;
	line-height: 2em;
	display: block;
	font-weight: bold;
}
#side1 a:visited {
	text-decoration: none;
	color: #923d20;
	background-color: transparent;
	line-height: 2em;
	display: block;
	font-weight: bold;
}

#side1 a:hover {
	color: #3d56a6;
	background-color: #f4a11d;
	line-height: 2em;
	display: block;
	font-weight: bold;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 150px;
}
#side1 li {
	margin-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4a11d;
	font-family: "Eras Medium ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#side2 {
	position: absolute;
	width: 240px;
	top: 2px;
	right: 0px;
	background-color: #ffffff;
	z-index: inherit;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #1d0f0e;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side1 h3 {
	margin: 0;
	padding-bottom: 4px;
	font-family: "Eras Medium ITC", Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #1d0f0e;
}
#side2 h3 {
	margin: 0;
	padding-bottom: 4px;
	font-family: "Eras Medium ITC", Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #1d0f0e;
}
.adbox {
	border: 1px dotted #B1B1B1;
	background-color: #f4a11d;
	font-family: "Eras Medium ITC", Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #1d0f0e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 9px;
}
#side2 .adbox a:link {
	color: #006699;
	text-decoration: underline;
}
#side2 .adbox a:visited {
	color: #006699;
	text-decoration: underline;
}


#footer {
	position: absolute;
	bottom: auto;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-color: #f4a11d;
	color: #1d0f0e;
	font-size: 70%;
	left: 0px;
	z-index: 7;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #923d20;
	background-color: transparent;
	line-height: 2em;
	font-weight: bold;
}
#footer a:hover {
	color: #3d56a6;
	background-color: transparent;
	font-weight: bold;
}
.new {
	color: #FF0000;
	}
.right {
	float: right;
	margin-right: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#albumlist {
	list-style-type: none;
	clear: right;
	padding: 0px;
	margin: 0px;
}
#albumlist ul {
	padding: 0px;
	clear: right;
	margin: 0px;
}

#albumlist li {
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
	}
#albumlist img {
	display: block;
	border: 0px solid #333300;
}
.new {
	color: #FF0000;
}
.red {
	color: #FF0000;
}
