body{
	background:url(../images/bg.jpg) repeat-x #fbfcff;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	font-size:11px;
}

#flakes{
background:url(../images/bg-flakes.jpg) center top no-repeat;
}

#page{
	width:716px;
	/*background:url(../images/page-bg.jpg) repeat-y;*/
	margin:auto;
	
}

#header{
	margin:auto;
	width:716px;
}

#footer{
	background:url(../images/footer-bottom.jpg) no-repeat bottom;
	text-align:center;
	padding-bottom:20px;

}

#footer a{
	color:#7d7d7d;
	font-size:11px;
}

/* CONTENT ------------------------------------------------------------------------ */
#content{
	padding:15px 0px 0px 30px;
	width:450px;
	float:left;
	/*border-right:1px solid #e1e1e1;*/
}

#rightside{
	width:220px;
	float:left;
	text-align:center;
	padding:15px 0px 0px 10px;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#146706;
	margin:0px 0px 5px 0px;
}

h2{
	font-size:15px;
	color:#146706;
	margin:0px 0px 5px 0px;
}

h3{
	font-size:14px;
	color:#539B1E;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}
h4{
	font-size:11px;
	color:#B03E3E;
	font-weight:bold;
	margin:0px;
	margin-bottom:0px;
}




/* MENU ------------------------------------------------------------------------ */

#menu {
	width:700px;
	margin:auto;
	height:24px;
	background:#B03E3E;
	color:#FFFFFF;
	font-size:12px;
}

#menu ul, #menu li{
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}

#menu li {
	background:url(../images/sep.jpg) right no-repeat;
    float:left;
}

#menu li a {
    float:left;
	padding:5px 8px 0 8px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    outline:none;
    height:19px;
}
#menu li a:hover {
  background: #9E0511;
  background:url(../images/menu-bg-hover.jpg) repeat-x;

}


/* OTHER ------------------------------------------------------------------------ */

#seperator{
border-bottom:1px solid #e1e1e1;
height:1px;
width:92%;
margin:auto;
}

.homelink{
float:right; padding-right:20px; padding-top:3px; color:#0099FF
}

a:link, a:visited, a:active{
color: #0066FF;
text-decoration:none;
}
a:hover{
color:#0066FF;
text-decoration:underline;
}