﻿html, body {
	margin-top: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url('../images/Clouds.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
h1{
	padding-top: 15px;
	float: left;
	margin: 0px;
	margin-bottom: 30px;
	border: 0px solid black;
}
img 
{
	border: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4484C7;
	padding-top: 50px;
}
h3{
	font-size: 12px;
	padding: 0;
	font-weight: bold;
	color:  #ED1C24;
}
a
{
    text-decoration: none;
}
h3 a{
	color:  #ED1C24;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing:0.5px;
	line-height:16px;
}
#pageContainer {
	width: 900px;
	margin: auto;
}
#mainNav {
	margin-top: 38px;
	float: right;
}
#mainNav li {
    float: left;
    display: block;
}
#dots {
	padding-left: 206px;
	height: 26px;
	background-image: url('../images/dots.png');
	background-repeat: no-repeat;
	background-position: right;
}
#mainNav a{
	display: block;
	float: left;
	background-color: #ED1C24;
	color: #FFF;
	font-size: 17px;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	}
#mainNav a:hover{
	background-color: #F36A70;
	text-align: center;
	}
#mainContent{
	clear: both;
	background-image: url('../images/transparent.png');
	padding-top: 0px;
	margin-top: 30px;
	min-height: 255px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#pageImage{
	float: right; 
	position: relative; 
	width: 234px; 
	height: 285px; 
	top: -30px; 
	background-image: url('../images/girl.png');
}
#bottomBoxes{
	clear: both;
	margin-top: 10px;
	background-color: #FFF;
}
#bottomBoxes .box
{
	width: 165px;
	height: 140px;
	float: left;
	background-color: #FFF;
	padding: 30px;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#footer{
	clear: both;
	background-color: #ED1C24;
	color: #FFF;
	margin-top: 10px;
	text-align: center;
	font-size:12px;
	letter-spacing:0.5px;
	line-height:16px;
}
#footer a{
	text-decoration: none;
	color: #FFF;
}
#copyright{
	font-size: 10px;
	text-align: center;
}