body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}
/* layout */
#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(images/wrap-bg.gif) repeat-y 70% 0;
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #828377 url(images/footer-bg.gif) repeat-x top left;
	}
/* gutters */
#content .gutter {
	padding: 25px;
	background: url(images/content-bg.gif) repeat-x top left;
	}
h2 .main_header a {
	color: #4C442E;
	text-decoration: none;
}
/* End hide from IE/Mac */
h2 .main_header a:hover {
	color: #4C442E;
	text-decoration: underline;
	font-weight: bold;
}
h2 .main_header a:visited {
	color: #4C442E;
}
div table tr td a img{
	padding: 3px;
	border: 2px solid #D4D6BE;
	margin: 5px;
}
div p a img {
	padding: 3px;
	border: 2px solid #D4D6BE;
	margin: 5px;
}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}
/* header */
#header {
	background: white repeat-x left top;
	border-bottom: 3px solid #787A6C;
}
#header h1 { margin: 0; padding: 5px; font-family: Georgia, serif; font-size: 150%; color: #374c0e; background-color: transparent; }
/* message row */
#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #cc9;
	text-align: center;
	background: #404530 url(images/message-bg.gif) repeat-x top left;
	}
#message a:link { color: white; text-decoration: none; }
#message a:visited { color: white; text-decoration: none; }
#message a:hover { color: fuchsia; text-decoration: none; }
.slideholder table {
	background: url(../images/backgroundPhotoPattern.jpg);
	border: 2px groove #CCC;
	color: #D4D6BE;
	font-size: 105%;
}
#message strong {
	padding: 0 0 0 28px;
	background: url(images/pretzel.gif) no-repeat 0 50%;
	}
/* content */
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #4C442E;
	font-weight: normal;
	}
#content h3 { color: #663; font-size: 130%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; margin: 0 0 1em; padding: 0; }
#content a:link { color: olive; }
dl.feature {
	margin: 15px 0;
	padding: 15px;
	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(images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
table { color: #666; font-size: 90%; line-height: 1em; }
/* sidebars */
.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(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(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;
	}
.box ul li a {
	text-decoration: none;
	color: #4C442E;
}
.box ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* footer */
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}
/*  IE fixes */
#content, #sidebar {
	height: 1%;
	}
.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}

