/* default style sheet for wrapper templat */
body{
	background-color: #CCCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#wrapper{
    background-color: #FFFFFF;
	width: 1000px;
	border: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
}

div#logocontainer{
	/*border-bottom: solid 1px #cccccc;*/
}

div#menucontainer{
	/*border-bottom: solid 1px #999999;*/
    background-color: #FFFFFF;
}

div#bodycontainer{
    background-color: #FFFFFF;
}
div#footercontainer{
    background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #CC9900;	
}

