* {
	margin: 0;
	padding: 0;
}

body {
	background: #6a2268 url(images/background.gif) repeat-x 0 130px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
}

div#wrapper {
	width: 955px;
	background: #fff;
	padding: 0 5px 5px 5px;
	margin: 0 auto;
	border-right: 10px solid #793977;
	border-bottom: 10px solid #793977;
	border-left: 10px solid #793977;
}

	h1 {
		width: 261px; height: 125px;
		border-bottom: 5px solid #dbe1b0;
		float: left;
	}
	
		h1 a {
			width: 261px; height: 125px;
			background: url(images/logo.gif) no-repeat center center;
			text-indent: -10000px;
			display: block;
		}
		
	ul#navigation {
		width: 684px; height: 40px;
		background: #e6eac8 url(images/navigation.gif) no-repeat;
		text-align: center;
		padding: 90px 0 0 0;
		border-right: 5px solid #dbe1b0;
		border-left: 5px solid #dbe1b0;
		float: right;
	}
	
		ul#navigation li {
			padding: 0 10px;
			display: inline;
		}
		
			ul#navigation li a {
				font-size: 16px;
				font-weight: bold;
				color: #6a2268;
				text-decoration: none;
			}
			
				ul#navigation li a:hover { text-decoration: underline; }
				
	div#header-image {
		width: 945px; height: 170px;
		margin: 0 0 5px 0;
		border-right: 5px solid #dbe1b0;
		border-bottom: 5px solid #dbe1b0;
		border-left: 5px solid #dbe1b0;
		clear: both;
	}
	
	#facebook {
		z-index: 0;
		position: absolute;
		top: 10px;
		right: 60px;
		width: 152px;
		height: 75px;
		float: right;
	}
	
		div#header-image img { float: left; }
		
	div#main-content {
		width: 955px;
		background: #fff url(images/main-content.gif) repeat-y left;
		overflow: hidden;
	}
	
	div#content {
		width: 645px;
		line-height: 18px;
		padding: 20px 20px 20px 0;
		float: right;
		overflow: hidden;
	}
	
		h2 {
			font-size: 18px;
			font-weight: bold;
			color: #929c11;
			padding: 0 0 10px 0;
		}
		
		p { padding: 0 0 10px 0; }
		
		a {
			color: #929c11;
			text-decoration: underline;
		}
		
			a:hover { text-decoration: none; }
			
		h3 {
			font-size: 14px;
			font-weight: bold;
			color: #515725;
			padding: 0 0 10px 0;
		}
		
		ul { list-style: inside; padding: 0 0 10px 10px; }
		
	div#sidebar {
		width: 220px;
		background: url(images/sidebar.gif) no-repeat center 20px;
		line-height: 18px;
		color: #515725;
		padding: 20px;
	}
	
div#footer {
	width: 955px;
	color: #bb6db9;
	padding: 10px 5px;
	margin: 0 auto;
	clear: both;
}

	div#footer p.by { line-height: 40px; float: right; }
	
	div#footer p a {
		color: #bb6db9;
		text-decoration: underline;
	}
	
		div#footer p a:hover { text-decoration: none; }
	
	div#footer strong {
		font-size: 16px;
		color: #929c11;
		display: block;
	}

	div#footer p { line-height: 20px; padding: 0 0 5px 0; }
