@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C4B2C9 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 25px;
	
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	background: url(images/Background.png) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
 	margin-left:;
} 

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 400px;
	background:;
	margin-left: 15px;
	margin-top: 230px;
}

#mainContent {
	float: right;
	width: 800px;
	margin-right:50px;
	margin-left:50px;
	height: 465px;
	margin-top: 15px;
} 
#mainContentText{
	float: right;
	width: 740px;
	margin-right:80px;
	margin-left:80px;
	height: 465px;
	margin-top: 15px;
} 
#mainContentLeft{
	float: left;
	width:400px;
}

#mainContentRight{
	float: right;
	width:400px;
}

#GalleryImage {
	height: 150px;
	width:200px;
	margin-left:15px;
	float: left;	
}

#footer {
	padding: 0 30px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
	clear: both;
	width: 830px;
	text-align:right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:20px;
}

#menu {
list-style: none;
padding: 0;
margin-top:132px;
width: 595px;
height: 20px;
position:;
margin-right: 50px;
float: right;
}
