﻿#home{
	font-family:arial;
	font-size:13px;
	background-image:url('/img_background.jpg');
        background-repeat: repeat-x;
}

#main{
    	width:770px;
  	margin:0;
     	margin:auto;
	border:1px solid #000000;
	padding:2px;
	background-color:#ffffff;
}

#content{
	padding:0px;
	background-image:url('/img_background-small.jpg');
        background-repeat: repeat-x;
}

#nav a{
	display:block;
	width:140px;
	padding:8px;
	margin:0px;
	font-size:17px;
	color:black;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
	border:1px solid #000000;

}
#nav a:hover{
	background-color:#eeeeff;
}


h2{
	font-family: Comic Sans MS, sans-serif;
	font-size:18px;
}

#footer p
{
	text-align: center;
	color: #fff;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

#footer p a
{
	color: #fff;
}
#subheader{
	margin-bottom:30px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}