/* CSS Document */
body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	margin: 0;
	font-size: 75%; /* 68.8*/
	background-color: #C2B3BB;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #9644A7;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #9644A7;
}
.font1 {
	font-weight: bold;
	color: #3b0b3b;	
	}
.font2 {
	font-weight: bold;
	color: #380c7b;	
	}
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#mainContent {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
.topMenu {
	background-color: #A585BA;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subMenu {
	text-indent: 35px;
}
.leftCol {
	color: #9644A7;
}
.leftCol a {
	color: #9644A7;
	text-decoration: underline;
}
.leftCol p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dreamOrb a{
	color: #666666;
	text-decoration: none;
	font-size: 0.8em;
}
.dreamOrb a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 0.6em;
}
.footer {
	font-weight: bold;
	color: #FFFFFF;	
	}
.font3 {
	font-weight: bold;
	color: #00CC99;
	}
li {
	margin-bottom:10px;
	}
	
.sold {
	color: #999999;
	}