@charset "utf-8";
body{
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EEE5D9;
	margin:auto;
}

#header-container {
	float:left;
	width:942px;
	height:263px;
	margin-top:6px;
}
#logo {
	float:left;
	width:201px;
	height:190px;
}
#nav {
	float:left;
	margin-top:18px;
}
#nav li{
	float:left;
	display:inline;
	list-style-type:none;
	list-style:none;
	margin:auto;
}
#top-pic{
	float:left;
	background-image:url(/images/header_top.jpg);
	background-repeat:no-repeat;
	width:741px;
	height:120px;
	margin-top:-5px;
}
#bottom-pic {
	float:left;
	background-image:url(/images/header_bottom.jpg);
	background-repeat:no-repeat;
	width:942px;
	height:73px;
}
#content {
	float:left;
	width:941px;
	background-image:url(/images/body_back.jpg);
	background-repeat:repeat-y;
}
#content-text {
	width:800px;
	margin-left:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content-bottom{
	float:left;
	width:941px;
	height:100px;
	text-align:center;
	font-size:11px;
	/*background-image:url(/images/content_bottom.jpg);
	background-repeat:no-repeat;*/
}
h1{
	color:#5D1E19;
	font-size:18px;
	font-weight:bold;
}
h2{
	color:#5D1E19;
	font-size:14px;
	font-weight:bold;
}
/* Flash Messages */
.flash {
  padding: 5px;
}
.flash_error {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
}
.flash_header {
  font-weight: bold;
  text-align: center;
}
.flash_list {
  color: black;
}
.flash_list_item {
  
}
.flash_success {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flash_warning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}

/* Signature */
#viewtiful {
	margin:0 auto;
	width: 941px;
}
