/* RESET ------------------------- */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}
body
{
	font-size: 88%;
	line-height: 120%;
}


ul, ol
{
	list-style: none;
}




/* END OF RESET --------------------*/


body, html {
		
		color: #737373;
		font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}
	
	#wrap {
		width: 960px;
		margin: 0 auto;
	}
	#header {
    	padding: 0 0 25px;
	}

#sidebar {
		float: left;
		width: 200px;
	padding: 50px 10px 0;
}

#main {
		float: right;
		width: 720px;
		padding:10px;
}

#main ul {
		
	list-style-type: circle;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main li {
	padding: 2px;
}


#footer {
		clear:both;
		padding:5px 10px;
	}
#footer p {
		margin:0;
	text-align: right;
	font-size: 75%;
}

* html #footer {
		height:1px;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6
{
	line-height: 120%;
}

h1 {
	font-size: 150%;
}

h2 {

	font-size: 120%;
	font-weight: normal;
	font-style: normal;
}

h3 {
	color: #9f9b9b;
	font-size: 120%;
	font-weight: bold;
}

/* LINKS */

a {text-decoration: none;}
a:link {color: #0084ff}
a:visited {color: #0084ff}
a:hover {color: #005bb3}
a:active {color: #0084ff}

/* footer links */

#footer a {text-decoration: none;}
#footer a:link {color: #737373}
#footer a:visited{color: #737373} 
#footer a:hover {color: #10120b}
#footer a:active {color: #737373}

/* FLOATS */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

#header .fltlft { 
	float: left;
	padding-left: 15px;
}

#header .fltrt { 
	float: right;
	padding-right: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
