@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-position: left top;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 14px;
}

p, h1, h2, h3, h4, ul, li {
	padding: 5px;
}

ul {
	margin-left: 15px;
}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	color: white;
	border: none;
	background-color: #666666;
	text-align: left;
	background-image: url(images/shadow_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	height: 114px;
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;	
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 674px;
	text-indent: -6000px;
	height: 114px;
	margin-left: 57px;
	margin-right: 57px;	
	width: 686px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#left {
	width: 57px;
	height: 786px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#center {
	width: 680px;
	min-height: 786px;
	background-color: white;
	color: black;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right {
	width: 63px;
	height: 786px;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

#bottom {
	clear: both;
	width: 800px;
	min-height: 50px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #666666;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 5px;
}

#links {
	background-image: url(images/link_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: black;
	color: black;
	height: 33px;
	width: 100%;
	padding: 0;
	margin:0;
	
}

/*
about 56 - 113
news 53 - 107
parliament 90 - 181
constituency 106 - 213
videos 63 - 126
links 51 - 103
contact 68 - 137
*/

#links ul {
	list-style: none;
	padding: 0 5px;
	margin: 0px;
}

#links ul li {
	float: left;
	padding: 0 10px;
}

#links ul li a {
	display: block;
	width: 100px;
	height: 33px;
	text-indent: -6000px;
	/* \*/
	overflow: hidden;
	/* */
	text-decoration: none;
	border: 0;
}

#links ul li#about a { background: url(images/link_about.jpg) no-repeat; width: 56px; }
#links ul li#about a:hover { background-position: -56px 0; }

#links ul li#news a { background: url(images/link_news.jpg) no-repeat; width: 53px; }
#links ul li#news a:hover { background-position: -53px 0; }

#links ul li#parliament a { background: url(images/link_parliament.jpg) no-repeat; width: 90px; }
#links ul li#parliament a:hover { background-position: -90px 0; }

#links ul li#constituency a { background: url(images/link_constituency.jpg) no-repeat; width: 106px; }
#links ul li#constituency a:hover { background-position: -106px 0; }

#links ul li#videos a { background: url(images/link_videos.jpg) no-repeat; width: 62px; }
#links ul li#videos a:hover { background-position: -62px 0; }

#links ul li#useful_links a { background: url(images/link_links.jpg) no-repeat; width: 51px; }
#links ul li#useful_links a:hover { background-position: -51px 0; }

#links ul li#contact a { background: url(images/link_contact.jpg) no-repeat; width: 68px; }
#links ul li#contact a:hover { background-position: -68px 0; }

#content {
	padding: 5px;
	margin: 2px;
	background-color: white;
	width: 665px;
	min-height: 760px;
	
}

/* Classes for uniform style */
.hidden {
	display: none;
}

img.float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

label {
	float: left;
	width: 8em;
}

label.wide {
	float: none;
	width: auto;
}
