body {
	background: url(../images/grass-bg.jpg) no-repeat #194603;
	width: 825px;
	margin: 0px auto;
}

#top-links {
	padding: 0;
	margin: 0;
}

#top-links img {
	float: left;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#top-banner img {
	display: block;
	margin: 0;
}

#menu {
	padding: 0;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
}

#menu img {
	display: block;
	margin: 0;
}

.clearit {
	height: 0; 
	line-height: 0; 
	width: 100%; 
	clear: both; 
	display: block;
}

#content-main {
	background-image: url(../images/smnd-newbg.png);
	background-repeat: repeat-y;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

#footer {
	margin: 0px;
	padding: 0;
	background-image: url(../images/smnd-newfooter.png);
	background-repeat: no-repeat;
	text-align: center;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
.footertext a {
	color: #FFF;
	text-decoration: underline;
}

#inner-right {
	width: 255px;
	margin-top: 15px;
	margin-right: 35px;
	float: right;
	background-image: url(../images/success-bg_03.jpg);
	background-repeat: repeat-y;
	height: 375px;
}

#inner-left {
	float: left;
	width: 470px;
	margin-left: 15px;
	margin-top: 15px;
}
#inner-right-content {
	width: 90%;
	margin-top: 115px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subpage-left {
	float: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 15px;
}
#subpage-right {
	float: left;
	width: 500px;
	margin-top: 15px;
}

h1 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #367A17;
}

h2 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #c3c462;
}

#frmSend 
{
    margin: 0 20px;
}

#frmSend input, #frmSend textarea, #frmSend checkbox, #frmSend select
{
    float: left;
    border: 1px solid #367A17;
    background: #efefef;
    font-size: 14px;
}

#frmSend checkbox
{
    border: none;
}

#frmSend label
{
    float: left;
    font-weight: bold;
    width: 150px;
    font-size: 14px;
}

#frmSend br 
{
    clear: both;
}

#frmSend .lblCheck 
{
    width: 400px;
}

#frmSend .btnSubmit 
{
    margin-left: 20px;
}