body {
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	font: MS Sans Serif;
	width: 800px;
}

#content {
	width: 568px;
	font: 14px/16px MS Sans Serif;
   	background: url(../images/index_bg.jpg) top;
	vertical-align: top;
	padding: 8px;

}

#content2 {
	width: 568px;
	font: 14px/16px MS Sans Serif;
   	background: url(../images/white_bg.jpg) top;
	vertical-align: top;
	padding: 8px;

}

#text {
	padding-top: 5px;
	font: 14px/16px MS Sans Serif;
}

#textMain {
	padding-top: 10px;
	font: 14px/16px MS Sans Serif;
	color:#FFFFFF;
}

#nav {
	background-color: #e3e3e3;
	width:229px;
	min-height: 300px;
	font: MS Sans Serif;
	color: #872175;
	line-height: 20px;
	float:left;
	padding:15px;
	vertical-align: top;
	}

a.nav {
	font: bold 14px/30px MS Sans Serif;
	color: #872175;
	text-decoration: none;
	text-transform: uppercase;
	padding:15px;
}

a.nav:hover {
	font: bold 14px/30px MS Sans Serif;
	color: #d0a1c8;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/bullet.jpg) no-repeat left;
	padding:15px;
}

a.nav:visited {
	font: bold 14px/30px MS Sans Serif;
	color: #872175;
	text-decoration: none;
	text-transform: uppercase;
	padding:15px;
}

h1 {
	font: bold 14px/14px MS Sans Serif;
}

#pic {
	padding: 5px;
	margin: 5px;
	float: clear;
	border: 1px solid #2e2b2e;
}

#rightpic {
	padding: 5px;
	margin: 5px;
	float: right;
	border: 1px solid #2e2b2e;
}

#leftpic {
	padding-left: 5px;
	margin-right:10px;
	float: left;
	border: 1px solid #2e2b2e;
}

.gray {
	font: 14px/16px MS Sans Serif;
	background-color:#E3E3E3;
}

a:link {
	font: bold 14px/30px MS Sans Serif;
	color: #872175;
	text-decoration: none;
}

a:hover {
	font: bold 14px/30px MS Sans Serif;
	color: #999999;
	text-decoration: none;
	
}

a:visited {
	font: bold 14px/30px MS Sans Serif;
	color: #872175;
	text-decoration: none;
}

#navPic {
position:fixed;
vertical-align:text-bottom;
background-color:#e3e3e3;
margin-top:15px;

}