/* CSS Document */

/* style_pages.css */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}

/* Wrapper contains the layout */
#wrapper	{
	width: 800px;
	margin: 10px 10px;
	background-color: #fff;	
	}
	
/* style for page header */
#header	{
	margin: 10px 10px;
	background-color: #fff;
	max-width: 785px;
}
	
/* style for left sidebar column */
#leftsidebar	{
	float: left;
	width: 270px;
	margin: 10px 0 25px 10px;
	padding: 0;
}
	
/* style for main content column */
#main	{
	margin: 10px 0 0 280px;
	padding: 0 10px;
	max-width: 495px;
}

/* Styles h1, h2 and h3 rules in the main division */
#main h1, #main h2, #main h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Styles h1 headings in the main division */
#main h1 {
	font-size: 20px;
}

/* Styles h2 headings in the main division */
#main h2 {
	font-size: 16px;
}

/* Styles h3 headings in the main division */
#main h3 {
	font-size: 14px;
	letter-spacing: normal;
}

/* Applies to all lists in the main division */
#main ul, #main ol {
	padding: 10px 0 10px 0.25px;
}

/* Applies to paragraph spacing in the content division */
#main p {
	line-height: 1.5em;
}

/* style for footer */
#footer	{
	clear: both;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}
