@charset "utf-8";
/*

Main stylesheet - Revision A
SimpleVue Media

*/

body {
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	color: #0f3e4f;
}

#north {
	clear: both;
	width: 100%;
	height: 70px;
	background-color: #065d7b;
	border-bottom-color: #0f3e4f;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	padding-top: 75px;
}

#top {
	background-image: url('img/toptext.png');
	background-repeat: no-repeat;
	width: 610px;
	height: 100px;
	margin: 0 auto;
}

#middle {
	clear: both;
	width: 100%;
	height: 1000px;
}

#cont {
	width: 950px;
	height: 1000px;
	margin: 0 auto;
}

#middle_left {
	float: left;
	width: 650px;
	height: 1000px;
}

#middle_right {
	float: right;
	clear: none;
	width: 230px;
	height: 350px;
	padding-left: 35px;
}

form p {
	margin-top: 30px;
}