html {
	margin: 0 auto;
	padding: 0;
	background-image: url(/img/outter_background.jpg);
	background-color: #D6CF6B;
	height: 100%;
	}
	
body {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
	background-image:url(/img/body_background.gif);
	}
	
#wrapper
	{
	background: transparent url(/img/body_background.gif) top left repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#headerLeft {
	float: left;
	width: 430px;
	}
	
#headerRight {
	float: right;
	width: 530px;
	}

#contentLeft {
	float: left;
	width: 508px;
	text-align: center;
	clear: both;
	}

#contentRight {
	float: right;
	width: 408px;
	}
	
#footer {
	clear: both;
	background: #D6CF6B;
	text-align: center;
	font-size: 10px;
	color: #84864A;
	height: 19px;
	}
	
.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	}
	
a:link
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover
	{
	color: #FFFFFF;
	background-color: #CE6500;
	text-decoration: underline;
	}
	
li{
	list-style-image:  url("url(/img/bullet.gif");
	padding-right:40px;
	}
	
a:link.footer
	{
	color: #84864A;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited.footer
	{
	color: #84864A;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover.footer
	{
	color: #FFFFFF;
	background-color: #CE6500;
	text-decoration: underline;
	}
	
.mainImageBorder {
	border: 3px solid #CE6500;
	margin: 20px 20px 20px 20px;
	}
	
.pageHeader {
	text-indent: 8px;
	width: 401px;
	height: 36px;
	font-size: 18px;
	line-height: 39px;
	color: #CE6500;
	background-color: #CECF9C;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9C0000;
	border-right-color: #9C0000;
	border-bottom-color: #9C0000;
	border-left-color: #9C0000;
	margin-top: 20px;
	}
	
.textWhiteBullets {
	color: #FFFFFF;
	padding-bottom: 20px;
	}
	
.contentArea {
	margin: 20px;
	}

.whiteText {
	color: #FFFFFF;
	}

.demoImageBorder {
	border: 3px solid #CE6500;
	margin: 30px 12px 12px;
	}

.ImageBorderBottom {
	margin-bottom: 10px;
	}

.pageHeaderLeft {
	text-indent: 8px;
	width: 545px;
	height: 36px;
	font-size: 18px;
	line-height: 39px;
	color: #CE6500;
	background-color: #CECF9C;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9C0000;
	border-right-color: #9C0000;
	border-bottom-color: #9C0000;
	border-left-color: #9C0000;
	margin-top: 20px;
	}

.pageHeaderRight {
	text-indent: 8px;
	width: 408px;
	height: 36px;
	font-size: 18px;
	line-height: 39px;
	color: #CE6500;
	background-color: #CECF9C;
	margin-top: 20px;
	}

