@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {	
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 937px;
	width: 778px;
}

#header {
	height: 122px;
	width: 778px;
	text-align: center;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	width: 600px;
	height: 773px;
	float: right;
	background-image: url(../images/content.jpg);
}

#content h2 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	margin-left: 30px;
	margin-top: 0px;
}

#content h3 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-left: 30px;
	margin-top: 0px;
}

#content hard {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#content p {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #141414;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 540px;
}

#navigation {
	width: 178px;
	height: 773px;
	float: left;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: center center;
	height: 42px;
	background-repeat: no-repeat;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	color: #141414;
	padding-left: 180px;

}

a:link {
	color: #22b932;
	text-decoration: none;
}

a:visited {
	color: #22ba33;
	text-decoration: none;
}

a:hover {
	color: #6fd978;
	text-decoration: none;
}

a:active {
	color: #22b932;
	text-decoration: none;
}

