/* Main Classes*/

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
p {
	font-size: 10px;
	margin-bottom: 1em;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
	display: none;
}
h2 {
	font-size: 12px;
	color: #FFCC00;
}
li  {
	margin-bottom: 5px;
}
a {
	text-decoration: none;
}
#containerBorder {
	width: 1000px;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFCC00;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	padding: 50px;
}
#column1 {
	float: left;
	width: 320px;
}
#column1Content {
	padding-right: 5px;
}
#column2 {
	width: 320px;
	margin-left: 320px;
}

#column2Content {
	padding-left: 5px;
	position: relative;
}
#header {
	margin-bottom: 10px;
	height: 20px;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	text-align: right;
}
#footer a {
	color: #606060;
}
#footer p a:hover {
	color: #FC0;
}
/* Headings*/
#leftHeading {
	float: left;
}
#rightHeading {
	float: right;
}
#homeButton a {
	display: block;
	height: 18px;
	width: 47px;
	background-image: url(../images/buttons/homeButton.gif);
	background-repeat: no-repeat;
}
#homeButton a:hover {
	background-image: url(../images/headings/headingHomeWhite.gif);
	background-color: #FC0;
}
#homeButton {
	float: right;
}
.headingAccessibility {
	background-image:url(../images/headings/headingAccessibility.gif);
}
.headingSocialResponsibility {
	background-image:url(../images/headings/headingSocialResponsibility.gif);
}
.headingAntiSpam {
	background-image:url(../images/headings/headingAntiSpam.gif);
}
.headingPrivacy {
	background-image:url(../images/headings/headingPrivacy.gif);
}
.headingContact {
	background-image:url(../images/headings/headingContact.gif);
}
#column1Content ul {
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}
