body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
#container{
	width:900px;
	background-color: #FFFFFF;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#homewrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.title {
#	color: #7D4196;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	line-height: 4em;
}
a:link {
	color: #7D3F96;
	text-decoration: none;
}
a:visited {
	color: #7D3F96;
	text-decoration: none;
}
a:hover {
	color: #7D3F96;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	line-height: 2.2em;
	padding-top: 115px;
	padding-bottom: 105px;
	padding-left: 115px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	background-color: #FFF;
	font-variant: normal;
}
#navbar_inter {
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	line-height: 2.2em;
	text-align: center;
}
#text {
	font-size: 15px;
	line-height: 1.6em;
	color: #333;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 125px;
}
.navbar_inter_fill {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-color: #FFF;
	font-variant: normal;
	width: 275px;
}
#navbar_top {
	font-size: 11px;
	background-color: #FFF;
	color: #7D4196;
	height: 20px;
	list-style: none;
	padding-left: 15px;
	padding-top: 20px;
}
#leftside {
	width: 28%;
	float: left;
	background: #FFFFFF;
	height: auto;
}
#rightside {
	width: 71%;
	float: left;
	border-left: 1px solid #333333;
	background: #FFFFFF;
	margin-top:20px;
	min-height:500px;
}
#logo {
	float: left;
	background: no-repeat;
	padding-top: 200px;
}
#footer {
	background: #FFFFFF;
	clear: both;
	height: 25px;
	width: 900px;
}
