

body {
	margin: 0px;
	background-color: #ffffff;

}
p {}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: normal;
	text-align: left;
	color: #221f72;
}
#wrapper {
	width: 900px;
	margin: auto;
	padding-top: 10px;
}
#page {
	width: 900px;
	float: left;
	background: url(../images/bg.png);
}
#header {
	width: 900px;
	height: 156px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 170px;
}
#menu {
	width: 140px;
	margin-left: 30px;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: 1px;
}
#menu a:hover {
	color: #ffffff;
	background: url(../images/rollover.png) no-repeat left top;
}
#menu .active a {
	color: #ffffff;
	background: url(../images/rollover.png) no-repeat left top;
}
#content {
	width: 680px;
	float: left;
	margin-top: 10px;
	padding-right: 35px;
	margin-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/flower_bg.png);
	background-repeat: no-repeat;
	background-position: 200px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*float: left;*/
	width: 680px;
	text-align: justify;
	color: #666666;
	clear: both;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#footer {
	width: 900px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	float: left;
	font-weight: normal;
	line-height: 0px;
	text-indent: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer a {
    color: #ffffff;
    text-decoration:none;
}

#footer a:hover {
    color: #a32747;
    text-decoration:none;
}
#outside_links {
	float: left;
	height: 25px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	color: #221f72;
	font-size: 12px;
	text-indent: 10px;
}
#outside_links a {
    color: #221f72;
    text-decoration:none;
}

#outside_links a:hover {
    color: #b3a2ce;
    text-decoration:none;
}
#clear {
	clear: both;
}


