body {
	background:#ffffff;
	
	margin: 0;

	padding: 0;

	font-family: Verdana, sans-serif;

	font-size: small;

	}

a:link {

	color: #39c;

	}

a:visited {

	color: #369;

	}



/* layout */



#nav li {

	display: inline;

	color: blue;

}

#nav a { 

	font-family : Arial, Helvetica, sans-serif;

	color: blue;

	background: white;

	text-decoration: none;

}

#nav a:visited {

	font-family : Arial, Helvetica, sans-serif;

	color: blue;

	background: white;

	text-decoration: none;

}

#nav a:hover {

	font-family : Arial, Helvetica, sans-serif;

	color: blue;

	background: #ccc;

	text-decoration: none;

}

#container {
	width:800px;
	padding:5px;
	position:absolute;
	}
	
	
#wrap {

	min-width: 500px;

	max-width: 1400px;

	background: url(../img/wrap-bg.gif) repeat-y 70% 0;

	}

#content {

	width: 100%;

	font-size: 95%;

	color: #333;

	line-height: 1.5em;

	}

#sidebar {

	float: right;

	width: 30%;

	}

#footer {

	clear: both;
	background: #ffffff url(../img/footer-bg.gif) repeat-x top left;
	/*background: #828377 url(../img/footer-bg.gif) repeat-x top left; */

	}

#heading {
	display: none;
	width:300px;
	height:200px ;
	float: right;
	padding:5px 5px 5px 5px;
	background:#ccc;
	color: #990000;
	position: absolute;
	left:10px;
	top:10px;
	z-index:10;
	overflow: visible;
}

#heading h1 {
	font-family: arial, helvetica, sans-serif;
	font-style: bold;
	font-size: 10px;
	color: #990000;
	display: inline;
}

#heading p {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #990000;
	padding: 0;
	margin: 0;
}



/* gutters */



#content .gutter {

	padding: 25px;

	background: url(../img/content-bg.gif) repeat-x top left;

	}

#sidebar .gutter, #sidebar-2 .gutter {

	padding: 15px;

	}



/* header */



#header {

	border-bottom: 1px solid white;

	background: #045FB6 url(../img/header-bg.jpg) repeat-x top left;

	}

#header img {

	margin: 5px;

	}

	

/* message row */



#message {

	margin: 0;

	padding: 10px;

	font-size: 90%;

	color: #cc9;

	text-align: center;

	background: black;

	}



/* content */



#content h2 {

	margin: 0 0 1em 0;

	padding: 0;

	font-family: Georgia, serif;

	font-size: 150%;

	color: #663;

	font-weight: normal;

	}



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(../img/photo-frame.gif) no-repeat bottom right;

	}

dl.feature dd {

	margin-left: 169px;

	font-size: 90%;

	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(../img/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(../img/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(../img/li-bullet.gif) no-repeat 0 3px;

	}



/* 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%;

	}

/* End hide from IE/Mac */



