body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#wrapper{
	width:965px;
}

#nav{
	width:285px;
	background-image: url(../images/nav_bg.gif);
	height: 231px;
	margin-top: 20px;
	float: left;
}

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

#menu a {
	color:#C09DC1;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	text-indent: 30px;
	line-height: 34px;
	display: block;
}
	
#menu a:hover{
	color:#600260;
	text-decoration: none;
}
 
#menu a#selected{
	font-weight: bold;
	color: #600260;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #600260;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #1665a3;
}

#content{
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 670px;
}

.float_left{
	float: left;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

.body a{
	text-decoration: underline;
	color: #600260;
}

.body a:hover{
	color: #600260;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 60px;
	float: left;
	padding-top: 26px;
	background-color: #f3f3f3;
	width: 100%;
	text-indent: 20px;
	color: #9b9bad;
	line-height: 18px;
}
	
#footer a {
	text-decoration: none;
	color: #9b9bad;
}
	
#footer  a:hover {
	color: #9b9bad;
	text-decoration: none;
}
.link {
	color: #b45e07;
}

