@charset "UTF-8";
.header {
	height: 150px;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
.wrapper {
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	
.menu {
	float: left;
	height: 500px;
	width: 325px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu  .nav  a:link {
	color: #000000;
	text-decoration: none;
}
.menu .nav a:hover {
	color: #E20333;
	text-decoration: none;
}
.menu .nav a:visited {
	color: #000;
	text-decoration: none;
}
.menu .nav a:active {
	color: #E20333;
	text-decoration: none;
}
.content {
	width: 500px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 400px;
}
.content a {
	color: #E20333;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: lowercase;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: lowercase;
}
.style1 {
	color: #E20333;
}
