* 					{ margin:0px; padding:0px; }
body				{ background:#ededed; 
   						background: url(../images/bar.jpg) repeat-x;}
a 					{ outline-style: none; }
 

#logo {
	margin: 0px auto;
	width: 760px;
	height: 383px;
	background: url(../images/logo.png);
}


ul#menuback {
	margin: 20px auto;
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 800px;
	overflow: auto;	

}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-desktops.gif) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/shutter-blurg.gif) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/shutter-lines.gif) no-repeat;
}
ul#menuback li#shutter4 {
	background: url(../images/shutter-icons.gif) no-repeat;
}

a.link {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   behavior: url(/images/iepngfix.htc);
   text-indent: -9999px;
}


.ads
{
		margin: 30px auto;
		height: 400px;
		width: 540px;
		text-align: center;
}
	
	/* Menu */
	
div#navcontainer
{
		margin: 0px auto;
		width: 600px;
background-color: #a6c389;

}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #669934;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
border-right: 1px dotted #669934;
}

div#navcontainer ul li a
{
padding: 5px 30px 5px 30px;
color: #669934;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background-color: #e27029;
color: white;
}

#active a { border-left: 1px solid #669934; }
