body {
	margin: 20px 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/vbg1.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
}

a {
	color: #511233;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 740px;
	height: 168px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F87A7B;
	border-bottom-color: #F87A7B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/lotus3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}


#menu
{
	margin: 0 auto;
	width: 640px;
	padding-left: 100px;
	height: 38px;
	border-top: 1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/buttonbg.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
	background-color: none;
	background-image: none;
	background-repeat: repeat-x;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(../images/bg2.jpg);
	border-top: 1px solid #CCCCCC;
}

#LeftSide {
	float: left;
	width: 499px;
	padding: 20px;
}

#RightSide {
	float: right;
	width: 149px;
	padding: 20px;
}


#RightSide h2 {
	font-size: medium;
	color: #FFFFFF;
}

#RightSide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#RightSide li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#RightSide li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#RightSide a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #511233;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
