body {
	padding: 0;
	margin: 10px 10px 0 10px;
	background-color: #6F2323;
	text-align: center;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
}
img {
	border-color: #5C350D;
}
table {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;	
}
#shell {
	width: 730px;
	margin: auto;
	text-align: left;
	background: #FFFFFF url('images/left_shadow_rep.gif') repeat-y right;
}
a {
	color: #6F2323;
	text-decoration: underline;
}
a:hover {
	color: #BB7474;
	text-decoration: none;
}

/*--------------------HEADER--------------------*/
#header {
	background: url('images/top_rep.gif') repeat-x top;
}
#header #branding {
	position: relative;
	height: 41px;
}
#header #branding img {
	margin-left: 12px;
	float: left;
}
#header #branding #cornerL {
	background: url('images/top_cornerL.gif') no-repeat;
	width: 2px;
	height: 41px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #branding #cornerR {
	background: url('images/top_cornerR.gif') no-repeat;
	width: 9px;
	height: 41px;
	position: absolute;
	left: 721px;
	top: 0px;
}
#header #topNav {
	background: url('images/nav_rep.gif') repeat-x top;
	width: 723px;
	height: 21px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 21px;
	text-transform: uppercase;
}
#header #topNav #firstDivider {
	background: url('images/nav_divider.gif') no-repeat right;
	width: 125px;
	height: 21px;
	float: left;
}
#header #topNav a {
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	background: url('images/nav_divider.gif') no-repeat right;
	color: #FFFFFF;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
}
#header #topNav a:hover {
	color: #BB7474;
	text-decoration: none;
}
/*-------------------/HEADER--------------------*/

/*--------------------CONTENT--------------------*/
#content {
	padding: 18px 40px;
	line-height: 150%;
}
#content img.mainImg {
	margin-bottom: 18px;
}
#content img.titleImg {
	margin-bottom: 24px;
}
#title {
	text-transform: uppercase;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #6F2323;
}
#contentTable {
	font-family: verdana;
	font-size: 11px;
}
/*-------------------/CONTENT--------------------*/

/*--------------------LOGIN--------------------*/
#login {
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #6F2323;
}
#login #title {
	background-color: #F1E1E1;
	border: 1px solid #6F2323;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	color: #6F2323;
	text-transform: uppercase;	
}
#login input {
	height: 19px;
	font-size: 10px;
}
/*-------------------/LOGIN--------------------*/

/*--------------------FOOTER--------------------*/
#footer {
	background: url('images/bottom_rep.gif') repeat-x bottom;
}
#footer #bottomNav {
	text-align: center;
	font-size: 10px;
	padding: 4px 4px 0 4px;
	color: #F1E1E1;
}
#footer #bottomNav a {
	color: #BB7474;
	text-decoration: none;
}
#footer #bottomNav a:hover {
	color: #6F2323;
	text-decoration: none;
}
#footer #cornerL {
	background: url('images/bottom_cornerL.gif') no-repeat bottom;
	width: 5px;
	height: 21px;
}
#footer #cornerR {
	background: url('images/bottom_cornerR.gif') no-repeat bottom;
	width: 12px;
	height: 21px;
	float: right;
}
/*-------------------/FOOTER--------------------*/