@charset "UTF-8";

#main {
	width: 700px;
	margin: 0px auto 0 auto;
	padding: 0px 10px 15px 25px;
	background: top right no-repeat url(../images/logo.jpg) white;
	border: 5px #E7E5FE solid;
}

#main #header {
	width: 700px;
	height: 300px;
	margin-right: 150px;
}

	#title {
		padding-top: 10px;
		height: 90px;
		text-align: left;
	}
	
	#title h1 {
		font-size: 48px;
		font-family: Helvetica, sans-serif;
		font-weight: bolder;
	}
	
	#title #h1 a {
		text-decoration: none;
		padding: 0;
		margin: 0;
		color: black;
	}
	
	#message {
		height: 50px;
		width: 350px;
		margin: 13px 15px 20px 15px;
		padding: 12px 10px 0px 10px;
		font-size: x-small;
		font-weight: bold;
		text-align: justify;
	}
	
	#message p {
		padding: 0;
		margin: 0;
	}

	#menu {
		height: 18px;
		width: 630px;
	}
	

#main #content {
	width: 600px;
	height: auto;
	margin: -70px 70px 0 0;
	padding: 10px 15px 10px 15px;
	text-align: justify;
}

#main #footer {
	width: 700px;
	height: 25px;
	border-top: 1px solid #8dc73f;
}

	#footer p {
		text-align: right;
		font-size: small;
		font-weight: bold;
		color: #0034CC;
	}
	
	#footer p a {
		color: #0034CC;
	}