@charset "utf-8";
/* CSS Document */

* {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

body {
background-color: rgb(190,204,225);	
}

a:hover {
text-decoration: none;	
}

#header {
position: relative;
width: 800px;
margin: 10px auto;
margin-top: 30px;
padding: 0;
}
	#header h1 {
	color: rgb(4,55,139);	
	padding: 0;
	margin: 0;
	font-size: 36px;
	}
	#header p {
	position: absolute;
	top: 0;
	right: 0;
	}
	#header a {
	color: rgb(4,55,139);
	font-size: 14px;
	}

#content {
position: relative;
width: 800px;
margin: 0 auto;
margin-top: 4px;
padding: 0;	
border-top: 15px solid rgb(4,55,139);
}
	#content p {
	font-size: 14px;
	}
	#content .image {
	position: absolute;
	top: 0;
	left: 0;
	}
	#content .text {
	position: absolute;
	top: 0;
	left: 306px;
	width: 480px;
	}
