body {
	background-color : #9D8181;
	background-image : url("images/bg.jpg");
	color : #111111;
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 18px;
	text-align : center;
}
a {
	color : #856666;
	font-weight : bold;
	text-decoration : none;
}
a:hover {
	color : #856666;
	font-weight : bold;
	text-decoration : underline;
}
table {
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 18px;
	text-align : center;
}
h1 {
	background-color : transparent;
	color : #654545;
	font-family : georgia, serif;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 20px;
	margin-top : 20px;
	width : auto;
}
ul li {
	list-style: square;
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 18px;
	margin-right : 20px;
}
blockquote {
	margin-right: 20px;
	margin-left : 20px;
	border-left-style : dotted;
	border-left-width : 1px;
	border-left-color : #9D8181;
	padding-left : 10px;
	padding-right : 10px;
	line-height : 16px;
}
#outerbox {
	background-image : url("images/bg-box.jpg");
	background-repeat : repeat-y;
	color : #111111;
	margin : 30px auto 30px auto;
	text-align : left;
	width : 700px;
}
#titlebox {
	background-color : transparent;
	color : #111111;
	width : 700px;
}
#mainbox {
	background-color : transparent;
	color : #111111;
	padding-bottom : 30px;
	padding-left : 75px;
}
#contentbox {
	background-color : transparent;
	color : #111111;
	float : left;
	width : 350px;
}
.contentbox h1 {
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	border-bottom-color : #856666;
}
#navbox {
	color : #111111;
	float : right;
	padding-right : 75px;
	text-align : right;
	width: 200px;
}
.navlinks {
	background-color : transparent;
	color : #111111;
	font-family : arial, verdana, sans-serif;
	font-size : 13px;
	font-weight : bold;
	width : auto;
	line-height : 18px;
}
.navlinks p {
	margin-bottom : 5px;
	margin-top : 5px;
}
.copy {
	background-color : transparent;
	color : #111111;
	font-family : arial, verdana, sans-serif;
	font-size : 12px
}
.copy p {
	margin-bottom : 20px;
	margin-top : 0px;
	margin-right : 5px;
}
.tag {
	background-color : transparent;
	border-top-width : 1px;
	color : #654545;
	font-family : arial, sans-serif;
	font-size : 10px;
	text-align : right;
	border-top-color : #856666;
	border-top-style : dashed;
}
.caption {
	background-color : #E3D8D8;
	color : #654545;
	font-family : arial, sans-serif;
	font-size : 10px;
	text-align : center;
	line-height : 12px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}
#copyrightbox {
	background-color : transparent;
	color : #111111;
	height : 100px;
	width : 700px
}

