@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e4e4e4;
}

#wrap {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #BB392C;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#nav {
	background-color: #7a1005;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}

#content {
	background-color: #FFF;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7b7474;
	border-right-color: #7b7474;
	border-left-color: #7b7474;
}

#leftcolumn {
	width:430px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

#rightcolumn {
	float:right;
	width: 300px;
	padding-right: 20px;
	padding-top: 20px;
}

#footer {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BB392C;
	padding: 5px;
	border: 1px solid #7b7474;
}

ul#menu {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul#menu li {
	display: inline;
}

ul#menu li.current {
	background-color:#bb392c;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.menulink:link {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}

a.menulink:hover {
	text-decoration: none;
	background-color: #bb392c;
	padding: 10px;
}

a.menulink:active {
	color:#FFFF66;
	text-decoration: none;
}

a.menulink:visited {
	color:#FFF;
	text-decoration: none;
	padding: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

.grey {
	color: #6e7676;
}

.red {
	color: #7A1005;
}

p {
	line-height: 21px;
}

img.frame {
	border: 1px solid #353535;
	margin-bottom: 20px;
}

img.silks {
	margin-right: 15px;
}

p.erclink {
	padding: 10px;
	background-color:#BB392C;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #7A1005;
	font-size: 16px;
	line-height: 26px;
}

#benefits {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #7A1005;
	background-color: #F4F4F4;
}

ul.benefits {
	line-height: 20px;
	list-style-type: square;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.clear {
	clear:both;
}

a.erclink:link {
	color: #FFF;
	text-decoration: none;
}

a.erclink:hover {
	color:#FFFF66;
	text-decoration: none;
}

a.erclink:active {
	color:#FFFF66;
	text-decoration: none;
}

a.erclink:visited {
	color:#FFF;
	text-decoration: none;
}
