body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	background: #fff;
	}
	
	
a:link {
	color: #0033cc;
	}
a:visited {
	color: #990099;
	}

/* layout */

/* header */

#header {
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(img/awards.jpg) no-repeat top right;
	}
#header h3 {
	margin: 0;
	padding: 43px;
	text-align: center;
	background: url(img/header1.jpg) no-repeat top left;
	}

#header banner {
	content: "."; 
	margin: 0;
	padding: 43px;
	clear: both; 
	display: block;
	}
		
#content {
	float: left;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	
	}
	
	
#sidebar {
	float: right;
	background: #660033;
	
	}	

/* gutters */

#content .gutter {
	padding: 20px;
	
	}
	
	
/* message row */

#message {
	margin: 0;
	padding: 3px;
	font-size: 90%;
	color: #000;
	text-align: center;
	background: #000000 url(img/message-bgx.gif) repeat-x top left;
	}
#message strong {
	padding: 0 0 0 28px;
	background: url(img/pretzelx.gif) no-repeat 0 50%;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #000000;
	font-weight: normal;
	}
	
#content2 h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #000000;
	font-weight: normal;
	
	}

dl.feature {
	margin: 15px 0;
	padding: 5px;
	
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/none.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 25px;
	font-size: 110%;
	line-height: 1.5em;
	color: #666;
	}
	
/* Boxx feature */	

.boxx {
  width: 375px;
  background: url(img2/boxx_bottom.jpg) no-repeat bottom left;
  }
.boxx h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;

  background: url(img2/boxx_top.jpg) no-repeat top left;
  }

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #000000;
	background: #fff url(img/box_bottom.png) repeat-x bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Arial, serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	background: url(img/box_top.png) repeat-x top left;
	}
	
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li_bullet.png) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #FFF; 
	}
	
	#footer {
	clear: both;
	background: #336699 url(img/foot_top.jpg) repeat-x top left;
	}

/*  IE fixes */

/* Hide from IE5/Mac \*/
#footer { height: 1%; }
/* End hide from IE5/Mac */

#content, #content2, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
	

