/* CSS Document */

a:link { text-decoration: none; color: #311F17; font-weight: bold; }
a:visited { text-decoration: none; color: #311F17; font-weight: bold; }
a:active { text-decoration: none; color: #311F17; font-weight: bold; }
a:hover { text-decoration: underline; color: #311F17; font-weight: bold; }

body { background-image: url(../images/background.gif); background-position: top; background-repeat: repeat-x;
	margin: 0px; background-color: #3D3D3D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
	
h1 { font-size: 18px; color: #311F17; }
h2 { font-size: 14px; color: #311F17; }
h3 {  }
h4 {  }
h5 {  }
h6 {  }
ul li {list-style-type:none;}

#wrapper {
	width: 804px;
	text-align: center;
	margin: auto;
}

.smalltext {
	font-size: 10px;
}

.listtext {
	font-size: 10px;
	margin: 0px;
}

#header {
	background-image: url(../images/header-monthly.jpg);
	height: 220px;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}

#header img.logo {
	border-left: 1px solid #ffffff;
}

#main-content {
	padding: 1px;
	background-color: #ffffff;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	width: 100%;
}

#footer { clear: both; background: #eeeeee; border-top: 1px solid #3D3D3D; margin-top: 40px;
	font-size: 10px; padding: 12px; }
	
.with-border { padding: 5px; border: 1px solid #dddddd; }

#left {
	float: left;
	width: 480px;
	text-align: left;
	padding-left: 40px;
}
#right {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}

#left p, #left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	margin-bottom: 16px; 
}



#left p, ul { line-height: 1.8; } 

.float_left { float: left; margin-right: 20px; }
.float_right { float: right; margin-left: 20px; }

.highlight { font-weight: bold; color: #899D09; }
.twitter-link {background: url(http://www2.peterboroughtoday.co.uk/content/images/icons/twitter.gif) no-repeat right center;
	padding: 2px 18px 2px 2px;}
.facebook-link {background: url(http://www2.peterboroughtoday.co.uk/content/images/icons/facebook.gif) no-repeat right center;
	padding: 2px 18px 2px 2px;}

.caption { font-size: 10px; font-weight: bold; }

#menu {
	margin-top: 1px;
	background-color: #3D3D3D;
	margin-bottom: 40px;
}
