@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#555555;
}

#header{
	background-color:#FFF;
	height:105px;
	padding-top:5px;
}

.container{

width:996px;
margin:auto;
}

.big{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#3f3f3f;
	padding-top:10px;
}

.title{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	color:#3f3f3f;
	padding-bottom:10px;
	padding-top:10px;
}

.med{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#555555;
	line-height:18px;
	padding-bottom:10px;
	padding-top:5px;
}

.footer a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#888888;
	line-height:18px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;

}
#headerlinks a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#fbb03f;
	line-height:18px;
	text-decoration:none;
	padding-left:30px;
	padding-right:0px;
}

h3{
margin-top:0px;
padding:0px;
}

#list table{	
margin-bottom:20px;
border:1px solid #CCC;
color:#000
}

a{
color:black;	
}