@charset "UTF-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #CC6;
	margin: 0px;
	padding: 0;
	text-align: center;
}
#container {
	width: 936px;
	height:640px;
	background: #fff url(../images/background.gif) no-repeat;
	margin: 30px auto 0;
	text-align: left;
	border: 1px solid #806eb1;
} 
#mainContent {
	padding:0px;
	margin-left: 228px;
	margin-top:30px;
	margin-bottom: 20px;
}
#mainContent h1 {
	font-size: 4em;
	font-weight: normal;
	color: #606;
	letter-spacing: 0.05em;
}

#sidebar {
	margin-top: 50px;
	position: relative;
	left: 25px;
	clear: right;
	float: left;
	height: 100px;
	width: 140px;
	margin-left: 20px;
}
#mainContent p {
	line-height: 30px;
}

#sidebar p {
	color:#CCCA65;
	text-decoration: none;
	list-style: none;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	text-align: left;
}
#sidebar h6 {
	font-size: 10px;
	font-weight: normal;
	color: #606;
	padding: 80px 0px 0px;
}
.purple {
	color: #606;
}




/* sidebar */


#sidebar3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	margin-left: 225px;
	}


#Gallery {
	top:230px;
	width:300px;
	height:350px;
	float:right;
	}

#Gallery img {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#Gallery p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	padding: 0px;
	}




.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	
