/* CSS Document */


@font-face
{
	font-family: Amaze;
	src: url('/fonts/AMAZR__.eot'); /* IE */
	src: local("Amaze"), url('/fonts/AMAZR__.TTF') format("truetype"); /* non-IE */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #235C30;
	background: #C1805A url('../images/bg-body.jpg') top repeat-x;
}

#wrapper {
	width: 720px;
	border: 1px solid #fff;
	margin: 30px auto 5px auto;
}

#hdr {
	background: url('../images/hdr.jpg')  center bottom no-repeat;
	height: 200px;
}

#hdr h1 {
	margin: 0;
	padding: 0;
}

#content-wrapper {
	background: #E5C192 url('../images/bg-content.jpg') top left repeat-y;
	height: 1%;
}

#sidebar {
	/*background: url('../images/bg-sidebar.jpg') top;*/
	width: 155px;
	float: left;
}

#sidebar ul {
	font-family: "Amaze", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 2px 20px;
}

#sidebar li {
	list-style-type: none;
	padding: 5px 2px;
	margin: 0;
}

#sidebar a
{
	text-decoration: none;
	color: #264c26;
}

#sidebar a:hover
{
	color: #a55829;
}

#content
{
	width: 500px;
	max-width: 550px;
	padding: 5px;
	float: left;
}

.wide
{
	width: 550px !important
}

#content1 {
	width: 545px;
	padding: 5px;
	float: left;
}

#photos {
	width: 250px;
	float: right;
}

#footer {
	font-size: 9px;
	text-align: center;
}

h1 {
	font-size: 16px;
}

img {
	vertical-align: bottom;
	border: none;
}

img.float-left
{
	float: left;
	margin: 0 10px 8px 0;
}

img.float-right
{
	float: right;
	margin: 0 0 8px 10px;
}

.noscript
{
	display: none;
}

.clr { clear: both; }
