*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	background-image:url(gfx/body_backgr.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

a
{	
	text-decoration:none;
	color:#fff;
}

img
{
	border:none;
}

.ClearBoth
{
	clear:both;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

#HeaderContainer
{
	width:100%;
	height:130px;
	background-image:url(gfx/header_backgr.png);
	background-repeat:repeat;
}

#HeaderLogo
{
    width:800px;
    height:130px;
    margin:0 auto;
	background-image:url(gfx/header_logo.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}

#CMSMenuContainer
{
	width:100%;
	height:30px;
	margin:0 auto;
	text-align:left;
	font-weight:bold;
	font-size:100%;
	text-transform:uppercase;
	background-color:#558c4b;
}

#CMSMenuContainer ul
{
	width:760px;
	margin:0 auto;
	list-style-type: none;
	padding:9px 0 0 0;
}

#CMSMenuContainer ul li
{
	display: inline;
	padding:0 20px 0 0;
}

#CMSMenuContainer ul li a
{
	color:#fff;
	height:30px;
	font-size:80%;
	font-weight:bold;	
}

#CMSMenuContainer ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}

#CMSMenuContainer ul li a#current
{
	color:#fff;
	text-decoration:underline;
}

#Woman
{
    width:800px;
	margin:0 auto;
	background-image:url(gfx/woman.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#CMSContentContainer
{
    width:800px;
    min-height:400px;
	margin:0 auto;
	background-image:url(gfx/header_backgr.png);
	background-repeat:repeat;
}

#CMSFooter
{
	width:780px;
	height:21px;
	margin:1px auto 0 auto;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	background-image:url(gfx/menu_backgr.png);
	padding:9px 0 0 0;
}