/* CSS Document */
body {
background-color:#F0EEEF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

h1 {
font-family:Arial, Tahoma, Helvetica, sans-serif;
font-size:20px;
color:#000000;
letter-spacing:4px;
}
h3 {
font-family:Arial, Tahoma, Helvetica, sans-serif;
font-size:14px;
color:#000000;
letter-spacing:4px;
}
h2 {
color: #808080;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
#container {
margin: 0 auto;
width:808px;
}

#header {
width:808px;
height:295px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}


#content {
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
float: left;
width: 808px;

}
#left {
width:222px;
background-repeat:no-repeat;
float:left;
text-align:center;
}

#main{
padding: 0px 46px 0px 20px;
width:500px;
float:left;
}

.grey_text {
color: #808080;
}

.orange_text {
color: #EEA630;
}

.small_text {
#808080;
font-size:10px;
}

.clearer {
clear: both;
}

a:link, a:visited {
color: #8496AE;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

#footer {
position: relative;
float: left;
width: 808px;
height: 64px;
}
#squares {
	position:absolute;
	left: 1px;
	top: -198px;
}
