@charset "utf-8";
body  {
	background: #822865 url(../images/background.jpg);
	min-width:820px;
	text-align:center;
	color: #353434;
	margin: 0; 
	padding: 0;
}
#container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background: url(../images/secBack.png) repeat-y;
	margin-top:20px;
} 
#header { 
	background:#FFFFF7;	
	border-bottom:10px solid #C76F9B;
	height:170px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#ABC9D0;
}
#mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 45px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:400px;
	background:#FFFFF7;	
} 
#footer { 
	height:50px;
	background:#CE719C;
	text-align:center; 
} 
#footer p {
	margin: 0; 
	padding-top:5px;
	font-size:80%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photo {
	float:right;
	padding-right:40px;
	width:207px;
	padding-left:50px;
	padding-top:30px;
}
#logo {
	height:40px;
	text-align:center;
	padding:25px 0;
}
#mainContent a{
	text-decoration:underline;
	color:#353434;
}

h1, h2, h3 {
color: #605F5F;
}
