* { padding: 0; margin: 0; }
html {min-height: 100%; margin-bottom: 1px;}
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E3D5AE url(images/page-bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	overflow: auto;
}
#faux {
	overflow: auto;
	width: 760px;
	background: url(images/content.png);
	margin: 0px auto;
	padding: 0px;
	display: block;
}
#header {
	color: #333;
	width: 760px;
	padding: 0px;
	height: 208px;
	margin: 0px auto;
	background: #000000 url(images/header.jpg);
}
#header span {
	text-indent: -9999px;
}
#header a {
	display: block;
	height: 200px;
	width: 760px;
}

#topbar {
	background: url(images/header_call.png);
	display: block;
	height: 47px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px 10px 10px 20px;
	padding: 0px;
	width: 210px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 10px 20px 10px 10px;
	padding: 0px;
	width: 480px;
	display: inline;
	position: relative;
}
#footer {
	width: 100%;
	clear: both;
	color: #333;
	background: url(images/footer.png) no-repeat center top;
	padding: 0px;
	display: block;
	margin: 0px 0px 0px 0px;
	height: 300px;
}
html>#footer {
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
}
#footercontent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: center;
}
#footer a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}


.clear { clear: both; background: none; }
/*Font Styles*/
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin-bottom: 1em;
}
h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif; color: #990000;
}
h3, h4, h5 {
	font: normal 18px Georgia, "Times New Roman", Times, serif; color: #990000;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#rightcolumn  ul, #rightcolumn ol {
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#rightcolumn li {
	margin-bottom: .8em;
}
#rightcolumn ul li {
	background: url(images/ulli-trans.png) no-repeat left top;
	padding-left: 25px;
	list-style: none;
}
#rightcolumn ol li {
	list-style: decimal;
	margin-left: 25px;
}
#rightcolumn img {
	border: 1px solid #666666;
}

blockquote {
	margin-right: 2em;
	margin-left: 2em;
	background: #F5F5F5;
	padding: 1em;
	margin-bottom: 1em;
}
/*Left Menu*/
#leftmenu {}
#leftmenu li {
	background: url(images/leftmenu.png) no-repeat left center;
	display: block;
	line-height: 36px;
	list-style: none;
	padding-left: 5px;
	font-weight: bold;
	width: 205px;
}
#leftmenu li:hover {
	background: url(images/leftmenu-on.png) no-repeat left top;
	display: block;
	line-height: 36px;
	list-style: none;
	padding-left: 5px;
	font-weight: bold;
}
#leftmenu a {
	text-decoration: none;
	color: #660000;
	font-size: 14px;
	display: block;
	padding-left: 20px;
}
.blog {
	background: url(images/heart-trans.png) no-repeat 10px 10px;
	margin-top: 1em;
	padding: 10px 10px 0px 40px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 1em;
	margin-left: 1em;
}
/*Misc*/
.small {
	font-size: 11px;
}
.allcaps {
	text-transform: uppercase;
	color: #000000;
}
.red {
	color: #990000;
}
table {
	margin-bottom: 1em;
}
td {
	vertical-align: top;
}
img.alightleft  {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
img.alightright  {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
/*Form Styles*/
.btnsubmit {
	background: url(images/submit.jpg) no-repeat;
	height: 50px;
	width: 150px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-style: none;
	cursor:pointer;
}
.btnsubmit:hover {
	background: url(images/submit-on.jpg) no-repeat;
}input {
	padding: 2px;
}
#design   a:link {
	font-weight: normal;
	color: #333333;
}
