* {
    margin: 0;
    padding: 0;
}

body {
	padding-bottom: 30px;
	font: 13px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #990099;
	background: White;
}

h1 {
	padding: 40px 0 0 0;
	font: normal 40px/48px Georgia, Times, serif;
	color: #000000;
}

h1 a, h1 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #9966FF;
}

h2 {
	position: relative;
	top: -5px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #9999FF;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    height: 125px;
}

#info {
    position: absolute;
    top: 41px;
    right: 0;
    padding: 20px 20px 0 20px;
    width: 292px;
    height: 48px;
    background: url(images/search.jpg) no-repeat;
}

#menu {
    padding-left: 15px;
    height: 68px;
    background: #FAF79A url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
	padding: 0 35px;
	font-weight: normal;
	font-size: 12px;
	line-height: 68px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	color: #9900FF;
}

#intro {
    width: 900px;
    height: 330px;
    margin: 16px 0;
    background: #E6F2BD url(images/image.jpg) no-repeat;
}

#intro h3 {
	padding: 50px 0 0 100px;
	font-weight: normal;
	font-size: 38px;
	line-height: 46px;
	color: #000000;
}

#intro h3 span {
    font-size: 26px;
    line-height: 32px;
    color: White;
}

#intro p {
	padding: 20px 0 0 100px;
	width: 280px;
	text-align: left;
	color: #FFFFFF;
}

#middle {
}

#left {
    float: left;
    padding-top: 20px;
    width: 520px;
}

#left h3 {
	font: normal 26px/60px Georgia, Times, serif;
	color: #993366;
}

.box {
    padding-bottom: 50px;
}

.boximg {
    margin-bottom: 20px;
    padding-top: 20px;
    height: 120px;
    border-top: 2px solid #996699;
}

.boximg img {
    display: block;
    float: left;
}

.boximg2 {
    float: right;
    width: 375px;
    height: 120px;
    background: url(images/leftbg.jpg) no-repeat;
}

.boximg2 h4 {
    font-weight: normal;
    font-size: 13px;
    padding: 12px 0 0 10px;
}

.boximg2 p {
    padding: 0 0 0 10px;
}

.boximg2 a {
    text-decoration: none;
}

#sidebar {
    float: right;
    width: 332px;
    background: #E6F2BD url(images/sidebar.gif) repeat-y;
}

#sidebar2 {
    background: url(images/sidebar2.gif) no-repeat bottom;
}

#sidebar3 {
    padding: 15px 30px 40px 30px;
    background: url(images/sidebar3.gif) no-repeat top;
}

#sidebar h3 {
	padding: 25px 0 8px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

#sidebar ul {
    list-style: none;
    padding: 8px 0;
}

#sidebar ul li {
    padding: 0 0 6px 30px;
}

#sidebar ul li a {
	padding: 0;
	font-weight: normal;
	color: #993366;
}

#sidebar p {
	padding: 8px 10px 8px 30px;
	text-align: left;
	color: #993366;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    width: 540px;
    border-top: 2px solid #996699;
}

