body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #389cce url("../img/bg_tile.gif") top center repeat-y;
}

#container {
	width: 700px;
	padding: 0 50px;
	margin: 0 auto;
}

#header {
	width: 700px;
	float: left;
	clear: none;
	margin-top: 30px;
}

	#head_top {
		width: 684px;
		padding-left: 16px;
		font-weight: bold;
		float: left;
		clear: none;
	}
		.arrows {
			color: #389cce;
		}
		
	#head_left {
		width: 465px;
		height: 150px;
		float: left;
		clear: none;
	}
	#head_right {
		width: 235px;
		height: 150px;
		float: left;
		clear: none;
	}
	.nav {
		width: 235px;
		height: 35px;
		float: left;
		clear: none;
	}

#content {
	width: 700px;
	float: left;
	clear: none;
	margin-top: 20px;
}

	#heading {
		float: left;
		clear: none;
		width: 700px;
	}
	#left {
		float: left;
		clear: none;
		width: 350px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
	}
	
	#left #submit {
		margin-left: -10px;
	}
	
	#right {
		float: left;
		clear: none;
		width: 330px;
		margin-top: 20px;
	}
	#footing {
		float: left;
		clear: both;
		width: 700px;
		text-align: center;
		color: #ec028b;
		font-size: 19px;
		margin-top: 15px;	
		padding-bottom: 15px;
	}
	
h3 {
	color: #00adee;
}

h3 a {
	color: #00adee;
	text-decoration: none;
}
h3 a:hover {
	color: #00adee;
	text-decoration: underline;
}

a {
	color: #ec028b;
	text-decoration: none;
}

a:hover {
	color: #ec028b;
	text-decoration: underline;
}
