* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	background-image: url(../pictures/background_gradient.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none ;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none ;
	color: #900
}

a:hover {
	text-decoration: underline ;
}

a:active {
	text-decoration: none ;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#container #header {
	height: 150px;
}
#container #banner {
}
#container #left {
	float: left;
	width: 180px;
	padding: 10px;
	background-color: #e7e7e7;
	height: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #right #picture1 {
	float: left;
}
#container #right #picture2 {
	float: right;
}
#container #right {
	float: right;
	width: 580px;
	padding: 10px;
}
#container #footer {
	clear: both;
	height: 60px;
}
#container #footer #horizontalRule {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#container #left p {
	font-size: 12px;
}

