body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bodybg.jpg');
	background-repeat: repeat-x;

	font-family: Verdana;
	color: #444;
	font-size: 0.9em;
	line-height: 1.2em;
	word-spacing: 0.2em;
}

p
{
	margin: 0 0 13px 0;
	padding: 0;
}

h1
{
	font-family: Georgia, Verdana;
	font-weight: normal;
	color: #444;
	font-size: 1.8em !important;
	word-spacing: 0.1em;
}

#page
{
	border: 1px solid white;
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#page #header
{
	height: 311px;
	overflow: hidden;
}

#page #header #pictures
{
	margin: 0;
	padding: 0;
	list-style: none;
}


#page #header #pictures #li
{
	width: 100%;
	background-position: center;
	display: block;
}

#page #header #jqEffectBg
{
	position: absolute;
	top: 59px;
}

#page #menu
{
	height: 45px;
	background-image: url('../img/menubg.png');
	background-repeat: repeat-x;
}

#page #menu #menuslider
{
	float: left;
}

#page #menu ul, #page #menu ul li
{
	list-style: none;
	font-family: Verdana, Arial;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#page #menu ul li
{
	float: left;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
}

#page #menu ul li a
{
	text-decoration: none;
	color: #3c3c3c;
}

#page #menu ul li a.active, #page #menu ul li a:hover
{
	font-weight: bold;
}

#page #content
{
	background-image: url('../img/background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#page #content #inner
{
	margin: 0 35px;
}

.break
{
	clear: both;
}