*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body
{
	min-height:100%;
	padding:0;
	margin:0;
	background-color:white;
	color:#404040;
}
a
{
	color:#009cd8;
}
h1
{
	font-size: 200%;
	font-weight:bold;
	margin-top: 0px;
}
h2
{
	font-size: 130%;
	font-weight:bold;
	margin-top: 0px;
}
h3
{
	font-size: 100%;
	font-weight:bold;
	margin-top: 0px;
}
#pagewidth
{
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	position:relative;
}
#pagecontainer
{
height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	margin-left:7%;
	margin-right:7%;
	padding-left:1%;
	padding-right:1%;
	width:84%;
	float:left;
	position:relative;
}
#leftbackground
{
	float:left;
	width: 250px;
	position:absolute;
	left:-250px;
	height:100%;
    background-image: url(images/bg_left.png);
	background-position: right top;
    background-repeat: repeat-y;
}
#rightbackground
{
	float:right;
	width: 250px;
	position:absolute;
	right:-250px;
	height:100%;
    background-image: url(images/bg_right.png);
	background-position: left top;
    background-repeat: repeat-y;
}
#menu
{
	width:100%;
	min-height:70px;
	position:relative;
}
#menugradient
{
	background-image:url('images/bg_top_gradient.png');
	background-repeat:repeat-x;
	height:20px;
	bottom:-10px;
	width:100%;
	position:absolute;
	bottom:-20px;
}
.topgradient
{
	background-image:url('images/bg_top_gradient.png');
	background-repeat:repeat-x;
	height:20px;
	position:relative;
	top:0;
	width:100%;
}
.menuitem
{
	display:block;
	height:45px;
	text-align:center;
	background-image:url("images/arrow_down_small.png");
	background-position:center 55px;
	background-repeat:no-repeat;
	padding: 25px 15px 0 15px;
	font-size:9pt;
	font-weight:bold;
}
a.menuitem
{
	color: #808080;
	text-decoration: none;
}
.menuitem:hover
{
	background-image:url("images/arrow_down_big.png");
	background-position:center -22px;
	color:white;
}
.sidebar-left
{
	width:20%;
	min-width:200px;
	padding:40px 2% 0 2%;
	float:left;
}
.sidebar-right
{
	width:150px;
	padding:5% 2% 0 2%;
	float:right;
}
.maincontent
{
	padding:3% 2% 0 2%;
}
.bottomads
{
	padding:5% 2% 0 2%;
}
.mosaic
{
	background-image:url('images/mosaic.jpg');
	background-color:black;
	border:10px solid black;
	height:573px;
	background-repeat:no-repeat;
	background-position: top center;
}
.ad
{
	font-style:italic;
	position: relative;
	float: left;
	margin-bottom:35px;
	margin-right:35px;
	min-width:150px;
	width:100%;
	font-size:80%;
}
.ad img
{
	padding-bottom:10px;
}
.footer
{
	clear:both;
	bottom:0;
	left:0;
	width:100%;
	font-size:80%;
	color:#A0A0A0;
}
.footer a
{
	color:#A0A0A0;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}

