/* CSS Document */

html { 
!important;
min-height: 100%; 
margin-bottom: 1px; 
}

body {	
	font-family:Georgia;
	font-size:12px;
	color: #333333;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin: 0 0 0 0;
	height:800px;
}

#wrapper {
!important;

width:780px;
height:700px;
padding-top:2px;

}

#header {
}


#nav {
padding-left:15px;
float:left;
width:145px;
height:800px;
}

a.nav {
color: #333333;
text-decoration:none;
}

a.nav:hover {
color: #ffffff;
background-color:#d9b9c4;
text-decoration:none;
}

a {
color: #d9b9c4;
text-decoration:none;
}

a:hover {
color: #d9b9c4;
text-decoration:none;
}


#content {
padding-top:89px;
margin-left:30px;
padding-left:150px;
padding-right:20px;
padding-bottom:20px;

}


#footer {
}





