@charset "utf-8";
/* CSS Document */
/* Overall styling */
* {margin:0px;
	padding:0px;
	}	
img {border:0;
	border:none;
	}
body {
	background-color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
p {line-height:1.5;
	margin:5px 0px 5px 0px;}
/*  links */
a:link, a:visited, a:active
	{color:#00b293;
	text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {font-size:15px;}
h2  {font-size:14px;}
h3 {font-size:13px;}

/* Set up border for form elements */
input, textarea, fieldset {
	border:1px solid #000000;
	}
	
/* Contains all of site  */
#wrapper{
	margin:auto;
	width:800px;
	background-image:url(images/design/header_image.jpg);
	background-repeat:no-repeat;
	padding-top:225px;	
}

/* Left sidebar - separate element positioned with a float */
#leftSidebar {
	width:226px;
	float:left;
	}	
#leftSidebar ul {
	list-style:none;
	}
#leftsidebar ul li a img {
	width:226px;
	height:59px;
	}

/* This is middle column: for content. It's included in contentHolder */
#content {
	width:530px;
	display:inline;
	padding:20px 20px 10px 20px;
	float:right;
	clear:right;	
	}
#content ul {
	margin-left:15px;
	}

/* Styling for copyright */
#copyright{
	width:800px;
	text-align:center;
	margin-top:15px;
	padding-top:10px;
	font-size:.9em;
	color:#000000;
	clear:both;
	}

#copyright a:link, #copyright a:visited, #copyright a:active {
	color:#00b293;
	text-decoration:none;
	}
#copyright a:hover {
	text-decoration:underline;
	}
