﻿
/* ----------- GLOBAL SITE FORMATTING ---------- */

 
body 
{
	margin: 0 auto;
	overflow: auto;	
	width: 950px;
}

body#home 
{
	margin: 0 auto;
	overflow: auto;	
	width: 950px;
	background: #000;
}

html
{
	margin: 0 auto;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #000;
}

body#home #wrapper {background: #000; margin: 0 auto 15px auto; float: left; color: #fff; position: relative; width: 950px;}
#wrapper {background: #fff; margin: 0 auto 20px auto; float: left; color: #000; position: relative; width: 950px;}

img {border: 0px;}

h1 {font-family: Century Gothic; font-size: 280%; font-weight: normal;}
h2 {font-family: Century Gothic; font-size: 240%; font-weight: normal;}
h3 {font-family: Century Gothic; font-size: 200%; font-weight: normal; margin: 10px 0 15px 0;}
h4 {font-family: Century Gothic; font-size: 160%; font-weight: normal; margin-bottom: 10px;}

body#home #wrapper a {color: #fff;}
#wrapper a {color: #c60651;}

body#home #wrapper a:hover, #wrapper a:hover {color: #c60651; text-decoration: underline;}

#masthead {background: url(../img/lg_top_image.jpg) no-repeat; width: 950px; height: 164px;}
