@charset "UTF-8";
*{margin: 0px; padding opx;}
#branding {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	background-color: #FFF;
	height: 325px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(images/sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentLeft {
	float: left;
	width: 320px;
	background-color: #FFF;
	margin-left: 175px;
	height: 1300px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	vertical-align: top;
}
#footer {
	position: fixed;
	visibility: visible;
	z-index: 5;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	bottom: 0px;
	height: 175px;
}
#contentRight {
	float: left;
	width: 325px;
	background-color: #FFF;
	height: 1300px;
}
p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-left: 20px;
	margin-right: 20px;
}
p img {
	text-align: center;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
	text-align: center;
}
#nav {
	margin-left: 175px;
	background-color: #FFF;
	width: 650px;
}
ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #903;
	text-decoration: none;
}
tr td a {
	font-family: Arial, Helvetica, sans-serif;
	color: #903;
	text-decoration: none;
}
