/* General Styles */

body {
	background-image: url("images/background.jpg");
	background-repeat: repeat;
}

p {
	font-family: Cochin, "Book Antiqua", serif;
} 

a:link, a:visited{
	color: #a00;
}

a:hover, a:active{
	color: #FF7F00;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Gill Sans", Optima, sans-serif;
	text-align: center;
	margin-top: 7px;
}

h2{
	letter-spacing: 0.15em;
	margin-bottom: -10px;
}

#container{
	width: 770px;
	margin-left: 75px;
	margin-top: 20px;
}

/* Styles for Left Content */

#leftContent {
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-right: 7px;
	width: 410px;
	border: 3px solid #366f97;
}


/* Styles for right content */

#rightContent {
	float: right;
	padding: 10px;
	width:300;
	background-color: #f6f0b1;
	border: 2px solid #366f97;
}