@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/bg3.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	}

#container { 
	width: 1000px;  /* using 20px less than a full 920px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
 

#header { 
    background: #000000 url(images/header_postpone.jpg) no-repeat;
    width: 1020px;
    height: 416px;
	} 

#main {
	background: #000000;
	width: 720px;
	margin: 0 0 20px 140px;
	padding: 1px 10px 10px 10px;
	}
	
#content {
	width: 720px;
	padding: 10px auto;
	}

#sidebar {
	width: 200px;
	padding: 0 auto;
	float: right;
	}

h1 {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 27px;
	margin: 0 0 0 0;
	}

h2 {
	color: #fffff;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	}


p {
	color: #ffffff;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin: 3px;
	}

ul {
	margin-top: 3px;	
	}

li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 3px;
	text-decoration: none;
	}
	
em {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a, a:visited, a:hover {
	color: #e2e2e2;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;	
	}