body
{
	background-color: #000000;
	background-image: url(media/);
	background-repeat: repeat-x;
}

p
{
	padding: 0px;
	font-size: 1.125em;
	text-indent: 40px;
	font-family: Ariel, Helvetica, san-serif;
	
}

li
{
	margin: 20px;
	
}

hr
{
	height: 4px;
	border-width:0;
	color:black;
	background-color:black;
}

a
{
	font-size: 1.125em;
	font-family: Ariel, Helvetica, san-serif;
	color: black;
}

b.header
{
	font-size: 1.5em;
}

h1.title
{
	font-size: 4em;
	text-align: right;
	padding-right: 20px;
	line-height: 0px;
	font-family: "Times New Roman", Times, serif;
}

#container
{
	width: 960px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;

}

#section1
{
	height: 180px;
	width: 540px;
	position: relative;
	float: right;
	left: -10px;
	top: 10px;
	overflow: hidden;
	padding: 20px;
	background-color: #ff0000;

}

#section2
{
	height: 540px;
	width: 300px;
	position: relative;
	float: left;
	border-top-left-radius:60px;
	left: 10px;
	top: 10px;
	overflow: hidden;
	padding: 20px;
	background-color: #666666;
}

#section3
{
	height: 340px;
	width: 580px;
	position: relative;
	float: right;
	border-top-right-radius:60px;
	left: -10px;
	top: 30px;
	overflow: hidden;
	background-color: #666666;
	text-align: left;
}

#section4
{
	height: 540px;
	width: 300px;
	position: relative;
	float: right;
	border-bottom-right-radius:60px;
	left: -10px;
	top: 50px;
	overflow: hidden;
	padding: 20px;
	background-color: #666666;
	text-align: left;
}

#section5
{
	height: 540px;
	width: 540px;
	position: relative;
	float: left;
	border-top-right-radius:60px;
	left: 10px;
	top: 30px;
	overflow: hidden;
	padding: 20px;
	background-color: #666666;
}

#footer
{
	width: 540px;
	position: relative;
	float: left;
	left: 30px;
	bottom: 20px;
}