body {
	background-color:#4A2E00;  /* background color */
	color:#000;
	min-width:750px;
}
div#wrap {
	background:#669999;        /* wrap bgcolor, should be same as sidebar for length */
	margin:0 auto;
	width:750px;
	background: url("images/background_cols.gif") repeat-y;

}
#header {
	background-color:#FF6633;   /* header background color */
}
#brownstripe {
	background-color:#4A2E00;   /* header stripe background color */
}
#header h1 {
	padding:5px;
	margin:0;
}
#nav {
	background-color:#FFCC66;  /* subnav/nav color */
	padding:5px;
}
#nav ul{
	margin:0;
	padding:0;
}


#nav li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-size: small;
	color: #669999;
}

.navlinks {color: #669999;
font-size: small;
}

a.navlinks {color: #669999;
font-weight:bold;
text-decoration: underline;
font-size: small;
}

a.navlinks:visited {color: #669999;
font-weight:bold;
text-decoration: underline;
font-size: small;
}

a.navlinks:hover {color: #669999;
background-color:#FFCC33;
font-weight:bold;
text-decoration: underline;
font-size: small;
}

a.navlinks:hover {color: #669999;
font-weight:bold;
text-decoration: underline;
font-size: small;
}


#main {
	background-color:#ffffff;
	float:left;
	width:584px;
	background-image: url('images/main_corner.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	background-color:#669999;
	width:163px;
	margin-left:584px;
	background-image: url('images/sidebar_corner.gif');
	background-repeat: no-repeat;
	background-position: top right;
	vertical align: top;
	}
	
html>body #sidebar {
	width:166px;
	/*background-image: url('images/sidebar_corner.gif');
	background-repeat: no-repeat;
	background-position: top right;*/
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px;
}
#footer {
	background-color:#FF6633;
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
}


