body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#content {
	width: 700px;
	margin-left: 210px;
}

#nav {
	width: 600px;
	margin-left: 210px;
	margin-bottom: 20px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #666666;
	margin-top: 4px;
	padding-top: 4px;

}
h2 {
	font-size: xx-large;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #E5313A;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact {
	font-size: 20px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.5em;
	font-size: 0.9em;
	padding-right: 20px;
}
h3 {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #E5313A;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0px;
}

a:focus { outline: none; }
