body {
	background-color: black;
	margin: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: white;
}

h2 {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	margin: 0;
}
p {
	margin: 0 0 4px 0;
}
img {
	border: none;
}
/* Main layout */
#screencontainer {
	width: 100%;
}
#maincontainer {
	width: 966px;
}
/* logo and menu */
#topcontainer {
	width: 966px;
	height: 95px;
	overflow: hidden;
}
#logo {
	width: 213px;
	height: 95px;
	float: left;
}
#topmenu {
	width: 753px;
	height: 34px;
	margin-top: 61px;
	float: left;
}
#topmenu .menuitem {
	float: left;
}
/* menu and content */
#midcontainer {
	clear: both;
	width: 966px;
	background: url('../images/frame/bg1.gif') repeat-y;
	overflow: hidden;

}
#leftmenu {
	width: 213px;
	height: 511px;
	background: url('../images/frame/menu-freshsx.jpg') repeat-y;
	float: left;
	display: inline;
	color: white;
	font: 16px/36px Verdana, Arial, Helvetica, sans-serif;
	
}
#leftmenu a {
	color: White;
	text-decoration: none;
}
#leftmenu a:hover {
	color: White;
	text-decoration: underline;
}

#leftmenu ul { 
	margin: 13px 0 0 -25px;
	* margin: 13px 0 0 0;
	list-style-type: none;
	list-style-position: inside;
}
#leftmenu li {
	margin: 0;
}

#maincontent {
	width: 579px;
	float: left;
	display: inline;
}
/* promo right */
#promocontainer {
	width: 174px;
	float: left;
	display: inline;
}
#promocontent {
	margin: 26px 0 0 13px;
	width: 150px;
}
/* promo attitude */
#promoattitude {
	margin: 26px 0 0 13px;
	width: 151px;
	background-color: #272621;
	color: white;
}
#promoattitude .content{
	margin: 0px 4px 4px; 4px;
	width: 143px;
}
#promoattitude a {
	color: white;
}

/* promo tug */
#promotug {
	margin: 26px 0 0 13px;
	width: 151px;
	background-color: #000000;
	color: white;
}
#promotug .content{
	margin: 0px 4px 4px; 4px;
	width: 143px;
}

#promotug a {
	color: white;
}

#footer a {
	color: black;
}

.clear {
	clear: both;
}

