body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100.01%;
	background: #fff;
	}
.presenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: oblique;
	color: #666666;
	margin-top: 4px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 800px;
	max-width: 1400px;
	background: url(images/wrap-brird.gif) repeat-y 70% 0;
	}
	
#wrap h1, h2, h3, h4, h5, h6 {
line-height: 1.3em;
}

#wrap h1 {font-size: 1.6em;}
#wrap h2 {font-size: 1.4em;}
#wrap h3 {font-size: 1.2em;}
#wrap h4 {font-size: 1.1em;}
#wrap h5 {font-size: .9em;}
#wrap h6 {font-size: .8em;}

	
#content {
	float: left;
	width: 70%;
	font-size: .9em;
	color: #333;
	line-height: 1.5em;
	background-image: url(images/sidelft.gif);
	background-repeat: repeat-y;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background-color: #404530;
	border: 0.1em none #333333;
	color: #FFFFFF;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(file:///C|/Websites/images/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */
#header {
	background-color: #FEFAFB;
	background-image: url(images/redhead.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E1021A;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	}
	
/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	background-color: #404530;
	background-image: url(file:///C|/Websites/images/message-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
#message strong {
	padding: 0 0 0 28px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.3em;
	color: #663;
	font-weight: normal;
	}
	
	#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.2em%;
	color: #663;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px 15px 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
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(file:///C|/Websites/images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(file:///C|/Websites/images/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(file:///C|/Websites/images/box-t.gif) no-repeat 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../images/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 10px 10px 10px 35px;
	font-size: 85%;
	color: #FFFFFF; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
/* End hide from IE/Mac */
#credit {
	font-size: .7em;
	text-align: right;
}
