/* main */

body
{
	background: rgb(183,27,31);
	margin: 0;
	padding: 0;	
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 13px;
	color: rgb(236, 225, 131);
}


#wrap
{
	width: 951px;	
	margin-left: auto;
	margin-right: auto;
}

#content
{
	margin-top:-20px;
	min-height: 400px;
	_height: 400px;
	padding: 0px 22px;
	background: transparent;
}


#header
{
	background: url(../gfx/header-bg.jpg) 0 0 no-repeat;
	height: 250px;
}

#left-menu { float: left; }

#footer
{
	background: url(../gfx/footer-bg.gif) 0 0 no-repeat;
	height: 29px;
	font-size: 11px;
	text-align: center;
	padding-top: 40px;
	clear: both;
}

#left,
#right,
#right-menu
{
	float: left;
	width: 380px;
	padding-left: 50px;
	padding-top: 50px;
	background: url(../gfx/left-bg.png) 0% 0% no-repeat;	
}

#right,
#right-menu
{
 	margin-left: 38px;
	padding: 70px 50px 50px 0px;	
	background: url(../gfx/right-bg.gif) 100% 100% no-repeat;
}

#right-menu
{
	padding-top: 30px;
	width: 340px;	
}

#single
{
	background: url(../gfx/right-bg.gif) 100% 100% no-repeat;
	padding: 0px 50px 50px 0px;	
	width: auto;
	min-height: 400px;
}


img
{
	behavior: url(iepngfix.htc);
	border: none;	
}

h1,
h2,
h3,
h4
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: black;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter
{
	color: rgb(228,195,116);
}

h1
{
	display: block;
	background: url(../gfx/h1-bg.gif) 5px 23px no-repeat;
	height: 80px;
	}
h2
{
font-size: 18px;
padding:20px 0 10px 0;
}

h3
{
font-size: 15px;
padding:15px 0 10px 0;
font-weight:bold;
}

h4
{
font-size: 13px;
font-weight:bold;
padding:10px 0 10px 0;
}


/* menu */
ul#menu 
{
	margin: 0;
	padding: 0;
	list-style: none;	
	margin-left: 20px;
}

ul#menu li a.menu-item,
ul#menu li a.menu-item:active,
ul#menu li a.menu-item:hover,
ul#menu li a.menu-item:visited
{
	display: block;
	width: 128px;
	height: 52px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(51,51,51);
	text-decoration: none;
	padding-top: 8px;
	padding-left:25px;
}

ul#menu li a.menu-item:hover
{
/*
	background-color: rgb(243, 236, 178);
	opacity:0.80;
	filter: alpha(opacity=80);*/
	text-decoration: underline;
}

ul#menu li a.menu-item:active { text-decoration: underline; }

.menu-item1 { background: url(../gfx/menu-item-bg-1.gif);}
.menu-item2 { background: url(../gfx/menu-item-bg-2.gif);}
.menu-item3 { background: url(../gfx/menu-item-bg-3.gif);}
.menu-item4 { background: url(../gfx/menu-item-bg-4.gif);}
.menu-item5 { background: url(../gfx/menu-item-bg-5.gif);}
.menu-item6 { background: url(../gfx/menu-item-bg-6.gif);}


ul#menu li { float:left; }

a,
a:hover,
a:visited,
a:active
{
	color: black;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

ul
{
	list-style-image: url(../gfx/bullet.gif);
}
