@charset "UTF-8";
/* CSS Document */
h1 {
	font-family: Helvetica;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	position: relative;
	width: auto;
}

h2 {
	font-family: Helvetica;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

h3 {
	font-family: Helvetica;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

a {
	font-family: Helvetica;
	color: #000;
	text-decoration: none;
	border-top-color: #FFF;
}


a:hover{
	text-decoration:none;
	background-color:#9FC;
}

.Content a {
	text-decoration:underline
}

.footer p {
	font-size: 10px;
	color: #999;
}

.image a:hover {
	background-color:#FFF;
}

.Contentimage a:hover {
	background-color:#FFF;
}

p {
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height:
; 	line-height: 1.3;	
}

#wrapper {
	width: 900px;
	margin-top: 40px;
	margin-left: 40px;
}

#logo {
	width: 200px;
	margin-bottom:20px;
	
	
}

#Title {
	width: 200px;
	margin-top: -15px;
}

#navigation {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#Content{
	float: left;
	width: 200px;
}

#image{ 
	float: left; 
	width: 200px; 
	padding-left: 40px;
	padding-top: 15px;
	width: 200px;
}

#footer{
	width: 200px;
}