body {
	background-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	background-image: url(media/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}


#box1 {
	width: 756px;
	margin: 10px auto 0px auto;
	padding: 2px 2px 2px 2px;
}
.box1a {
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#box2 .col2 em {
	color: #999999;
	text-indent: 10px;
}


#box2 {
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;

	}

#box3 {
	height: 16px;
	width: 756px;
	margin: 0px auto 0px auto;
	padding: 2px 2px 2px 2px;
}


/** classes **/

.jenny {
	background-image: url(media/jenny.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 760px;
	margin: 0px auto 0px auto;
	background-position: top right;
}

.ruler {
	background-color: #ECE9D8;
	clear: both;
	height: 1px;
	width: 100%;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

.col1{
	width: 250px;
	float: left;
}

.col2{
	width: 550px;
	float: right;
	color: #FFFFFF;
}

/** headers **/

h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Link related */
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

