html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #5344b1;
	background-position: center;
	height: 100%;
	padding: 10px;
	margin: 10px;
}
#container { 
    position: relative;
	background:url(../images/body_bg.gif) repeat-y;
	margin: auto;
	width: 1006px;
}
/*** Background Images ***/
#left-bg {
	background:url(../images/left-bg3.jpg) no-repeat;
	height: 950px;
	width: 100px;
	float: left;
}
#right-bg { 
	background:url(../images/right-bg3.jpg) no-repeat;
	height: 950px;
	width: 100px;
	float: left;
}
/*** Center Content ***/
#content { 
	float: left;
	background: #FFFFFF;
	width: 800px;
	display: inline;
}
.prop{
	height: 1000px;
	width: 1px;
	float: right;
}
#header {
	width: 800px;
	height: 124px;
	float: left;
}
/*** Top Nav ***/
#nav {
	margin-left: 20px;
}
.nav-btn {
	background:url(../images/nav-btn.gif) no-repeat;
	height: 50px;
	width: 191px;
	display:inline;
	float: left;
	text-align: center;
	line-height: 42px;
	color: #eca932;
}
.nav-btn a, .nav-ntn a:link {
	color: #eca932;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.nav-btn a:hover {
	color: #FFFFFF;
}
/*** Center Columns - HOMEPAGE ***/
#center-header {
	width: 600px;
	height: 40px;
	text-align: center;
	margin: auto;
}
.center-headline {
	background: url(../images/center-col-title-bg.gif) no-repeat;
	color: #eca932;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	height: 34px;
	width: 432px;
}
.center-headline a, .center-headline a:link {
	color: #eca932;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.center-headline a:hover {
	color: #FFFFFF;
}

#leftcolumn-hp {
	margin-left: 50px;
	height: 370px;
	width: 400px;
	float: left;
	font-size: 16px;
	color: #951a41;
}
#rightcolumn-hp {
	margin-right: 30px;
	float: right;
	height: 370px;
	width: 180px;
	display: inline;
}
#bottom-center {
	width: 700px;
	height: 700px;
	text-align: center;
	margin-left: 70px;
}
/*** Center Columns ***/
#top-left {
	margin-left: 15px;
	height: 180px;
	width: 235px;
	float: left;
}
#top-right {
	background: url(../images/design-bg.gif) no-repeat;
	margin-right: 15px;
	width: 480px;
	float: right;
}
.large {font-size: 18px; color: #951a41; font-weight: bold;}
h1 { color:#951a41; text-align:center; font-size:20px; font-weight:bold;}
#leftcolumn {
	margin-left: 15px;
	height: 575px;
	width: 317px;
	float: left;
}
.left-headline {
	background: url(../images/left-col-title-bg.gif) no-repeat;
	color: #eca932;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	height: 34px;
	width: 317px;
}
#rightcolumn {
	margin-right: 15px;
	float: right;
	height: 650px;
	width: 430px;
	display: inline;
}
.right-headline {
	background: url(../images/right-col-title-bg.gif) no-repeat;
	color: #eca932;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	height: 34px;
	width: 430px;
}
/*** Footer ***/
#footer-nav {
	background:url(../images/footer-bg.gif) no-repeat;
	height: 60px;
	width: 800px;
	text-align: center;
	line-height: 30px;
	clear: both;
}
#footer-nav a, #footer-nav a:link {
	color: #eca932;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #FFFFFF;
}

/**newsletter styles**/
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}
#nav2 {
	margin-left: 0px;
}
.nav-btn2 {
	height: 50px;
	width: 760px;
	display:inline;
	float: left;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	background-image: url(../images/nav-btn2.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#nav3 {
	margin-left: 12px;
}
