﻿//Css Style Sheet created by Matt Kemp (C) 2008//

* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
	}

ul {
	list-style: none;
	text-indent: 1px;
	}

li {
	text-indent: 5px;
	font-size: 12px;
	}

h1	{
	font-weight: 90;
	font-size: 40px;
	color: #48B9EF;
	line-height: 75px;
	}

h2	{
	font-weight: 90;
	font-size:35px;
	color: #48B9EF;
	}

a 	{ 
	color: #48B9EF; 
	font-weight: bold; 
	border: none;
	font-size:11px;
	text-decoration: none;
	}

a:hover { 
	color: #000066; 
	font-weight: bold;
	text-decoration: none;
	}

img	{
	border: none;
	margin: 12px;
	float: left;
	}

#header {
	background: #FFFFFF;
	position: absolute;
	left: 225px;
	top: 5px;
	height: 125px;
	width: 1000px;
	z-index: -999999;
	}		   

#header h1 {
	position: absolute;
	top: 40px;
	left: 490px;
	font-size: 40px;
	font-weight: 120;
	letter-spacing: -3px; 
	color: #FFFFFF;
	z-index: 999999;
	}

#content {
	border: 1px solid #48B9EF;
	margin: 30px 0 5px 0;
	padding: 10px;
	position: absolute;
	top: 200px;
	left: 10%;
	}
	
.right {
	float: right;
	width: 750px;
	padding: 10px 20px 10px 10px;
	}

.right h2 { 
	font-weight: 100;
	font-size: 20px
	padding: 10px 0 10px 0;
	color: #666;
	line-height: 40px;
	}

.right h3 {
	font-weight: 120;
	font-size: 16px
	padding: 10px 0 10px 0;
	color: #666;
	font-weight: bold;
	}

.left {
	float:left;
	width: 180px;
	padding: 10px 0px 10px 10px;
	}

.left h2 {
	font-size: 20px; 
	color: #666; 
	font-weight: 100; 
	}

.left ul { 
	padding: 5px 0 15px 15px; 
	font-size: 12px; color: #666; 
	font-weight: bold; 
	text-decoration: none;}

#footer {
	position: absolute;
	top: 115px;
	left: 10%;
	text-align: center;
	font-size: 11px;
	padding: 0 0 5px 0;
	color: #888;
	}

#footer a {
	color: #888;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
