@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	padding: 0px;
	background-image: url(assets/bgbgbgbg.png);
	background-repeat: repeat-x;
	background-color: #C0AE96;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav a:hover {
	color: #FFF;
}
#content_box {
	background-color: #CFC2B7;
	padding: 10px;
	width: 930px;
}

* {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 220px;
	width: 950px;
	margin-top: 42px;
	background-color: #000;
	margin-bottom: 10px;
}
#nav {
	height: 28px;
	width: 950px;
	margin-bottom: 10px;
}
#left  {
	background-color: #FFF;
	padding: 10px;
	width: 180px;
	float: left;
	background-image: url(assets/squig.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #90c;
	text-decoration: none;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CFC2B7;
	background-color: #605551;
	padding: 10px;
	width: 930px;
}

#content {
	float: right;
	width: 708px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #900;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.img_left {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.img_right {
	padding: 5px;
	float: right;
}

h2 {
	color: #FFF;
	background-color: #CFC2B7;
	font-family: "Edwardian Script ITC";
	font-weight: lighter;
	font-size: 28px;
	text-align: center;
}
h1 {
	font-family: "Edwardian Script ITC";
	color: #90C;
	font-weight: lighter;
	font-size: 48px;
}

#break {
	clear: both;
}



#nav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #C0AE96;
	height: 23px;
	width: 133px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #C0AE96;
	text-decoration: none;
}
li {
	margin-left: 25px;
}
