@charset "utf-8";

/* Imports */  
@import url("reset.css");

body {
	background-repeat:repeat-x;
	background-color:#361d04;
	background-image: url(images/sub_background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3d2b03;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0.8em;
	color:#6b0303;
}

/* Headings */
h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
} /* 22px */ 
h2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
} /* 22px */  
h3 {font-size: 14px} /* 20px */  
h4 {font-size: 12px} /* 18px */  
h5 {font-size: 12px} /* 16px */  
h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
} /* 14px */
#newsLink {
	background-color: #EEE;
	padding: 5px;
	width: 100px;
	text-align: center;
}


p {
	color: #3d2b03;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	padding-bottom: 20px;
	}
li {
	list-style-image: url(images/bullet.jpg);
	list-style-position: inside;
	marker-offset: 10px;
	margin-top: 10px;
}
ul {
	margin-bottom: 20px;
}



#main {
	margin-top:20px;
	margin-right:60px;
	margin-left:20px;
	margin-bottom:20px;
	vertical-align:top;
}

#contentBlock h2 {
    margin-top:5px;
	margin-bottom:3px;
}

#contentBlock p {
    margin:0;
	font-size:11px;
	line-height:15px;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

strong {
	color:#3d2b03;
}

