﻿* {
	margin: 0; 
	padding: 0; 
	color: #FFF; 
	font-family: 'Trebuchet MS','Gill Sans','Gill Sans MT',Calibri,sans-serif;}
	
html {
	background: #1e3d5a url('images/backgroundRepeat.jpg') repeat-y;
	background-position: top center;}
	
body {
	background-image: url('images/edgeBackground.jpg');
	background-repeat: repeat-x;
	background-position: top center;}
	
img {
	border: 0;}

a {
	border: 0;
	margin: 0; 
	padding: 0; 
	text-decoration: none; 
	color: #678aaa;}
	
a.text {
	border: 0;
	margin: 0; 
	padding: 0; 
	text-decoration: none; 
	color: #92c78d;}
	
a:hover {
	text-decoration: underline;}
	
a.text:hover {
	text-decoration: underline;}

strong {
	color: #92c78d;}
	
em {
	color: #e2e2e2;}
	
p.sub {
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	color: #e2e2e2;
	padding: 5px 30px 0px 60px;}
		
p.main {
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 12pt;
	line-height: 22pt;
	color: #e2e2e2;
	padding: 0px 55px 12px 55px;}
	
p.main:first-child {
	padding-top: 10px;}
	
p.contact {
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 22pt;
	color: #92c78d;
	padding: 40px 35px 0px 60px;}
	
p.contact a {
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	line-height: 22pt;
	color: #92c78d;}

	
p.friends {
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	text-align: center;
	color: #e2e2e2;
	padding: 0;}

	
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#headLeft {
	width: 437px;
	float: left;
	margin-left: 67px;
	display: inline;}
	
#headRight {
	width: 167px;
	float: right;
	margin-right: 67px;
	display: inline;}

#nav ul {
    clear: both;
    width: 890px;
    margin-left: 67px;
    list-style: none outside none;
    list-style-image: none;
    list-style-type: none;
    line-height: 0;}

#nav ul li {
    float: left;
    list-style: none;
    /*background-image: url('images/navBackgroundM.png');
    background-repeat: repeat-x;*/}
    
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainWrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;}

#mainImage {
	position: relative;
	width: 890px;
	margin: 0 67px 0 67px;}
	
#col1 {
	width: 291px;
	float: left;
	margin-left: 67px;
	display: inline;}
	
#col2 {
	width: 599px;
	float: right;
	margin-right: 67px;
	display: inline;}
	
#contact {
	width: 895px;
	clear: both;
	margin-left: 67px;}


	
