body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
p, li {
	line-height:22px;
	}

.header {
	width:1200px;
	margin: 0 auto;
	}
	
.header img {
	z-index:0;
	}
	
.header_title {
	position:relative;
	z-index:1;
	top:-30px;
	left:120px;
	}
	
.header_title h1, .header h1 a, .header h1 a:hover {
	font-size:36px;
	font-style:italic;
	color:#333333;
	}
	
.content {
	width:960px;
	margin: 0 auto;
	padding-bottom:20px;
	}

.content h3 {
	line-height:22px;
	font-size:14px;
	}

.footer {
	width:960px;
	margin: 0 auto;
	text-align:center;
	}
	
.footer p {
	font-size:10px;
	line-height:16px;
	}