* {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
}

body {
	margin: 1px auto;
	text-align: center;
}

	div#container {
		margin: 0px auto;
		text-align: left;
		width: 768px;
	}
	
		div#header {
			background: url('images/header.jpg') top left no-repeat #FFF;
			height: 213px;
		}
		
			div#header ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				padding-top: 165px;
			}
			
			div#header li {
				float: left;
				width: 25%;
			}
			
				div#header li a {
					width: 188px;
					display: block;
					text-align: center;
					text-decoration: none;
					font-weight: bold;
					border: 4px solid #1f3a78;
					border-left: none;
					height: 25px;
					line-height: 25px;
					background: #1f3a78;
					color: #FFF;
				}
				
					div#header li a:hover {
						background: #3e67c3;
					}
					
		div#content {
			margin-top: 20px;
		}
		
			div#content p {
				margin: 5px;
				margin-bottom: 15px;
				text-align: justify;
				line-height: 16px;
			}
			
				div#content p img {
					float: right;
					margin-left: 5px;
					margin-bottom: 5px;
					padding: 1px;
					border: 1px solid #000;
					overflow: hidden;
				}
			
			div#content h1 {
				color: #2F638A;
				font-size: 18px;
				font-weight: lighter;
				margin: 0px;
				margin-bottom: 5px;
				margin-left: 20px;
			}
			
		div#footer {
			margin-top: 20px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			border-bottom: 1px solid #1f3a78;
			background: url('images/footer.png') left bottom repeat-x #1f3a78;
			clear: both;
		}
		
			div#footer span {
				color: #AC9E91;
				font-size: 10px;
			}
