﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.column {
	float: left;
	position: relative;
}
#containerBackground {
	background-image: url('../images/raise-top.jpg');
	background-repeat: no-repeat;
	background-position: right top;	
}
#container {
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 779px;
	margin: 0px auto;
	padding: 40px 0px 80px 0px;
}

#header {
	color: #333333;
	float: left; 
	width: 729px;
	background-repeat: no-repeat;	
	background-image: url('../images/header.gif');	
	background-position: center top;
	margin: 0px;
	padding: 84px 0px 0px 50px;	

}
#header a {
	float: left;	
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	height: 38px;
	text-decoration: none;
	width: 80px;
	text-align: center;
}
#header span {
	float: left;
	width: 250px;
	margin: 16px 0px 0px 26px;
	padding: 6px 0px 0px 14px;
	height: 28px;
	color: red;
	font-weight: bold;
	font-size: 18px;
	background-image: url('../images/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
#header a:hover {
	color: #A2C135;
}
#contentContainer {
	background-image: url('../images/content-background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	clear: both;
	margin: 0px;
	padding: 0px 37px 20px 50px;
	width: 692px;
	float: left;
}
.mainImage {
	padding: 0px;
	margin: 0px;
}
#contentLeft {
	width: 489px;
	padding: 20px 15px 0px 28px;
}
#contentRight {
	width: 160px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#contentRight a {
	color: #E10C15;
}
.parents {
	font-weight: bold;
	text-align: left;	
}
.parents a {	
	display: block;
	background-image: url('../images/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
	margin: 0px 10px;
}
.images img {
	vertical-align: middle;
}
.abuse {
	clear: both;
}
.abuse img {
	border:none;
}
.copyright {
	font-size: 0.9em;
}
.actions {
	clear: both;
}
