body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header {
}

#header h1 {
	background-image: url(common/title.png); background-repeat: no-repeat; width: 200px; height: 95px; position: relative; left: 20%; float: left; padding: 0px; margin: 0px;
}

#container {
	width: 60%;
	position: relative;
	left: 20%;
	margin-bottom: 15px;
}

#photo-box {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 0;
	border: 1px solid #333333;
	background-color: black;
}

#photos {
	height: 103px;
	/* margin:0 auto; */
	text-align: center;
	padding: 0;
	margin: 0;
}

#links {
	width: 100%;
	margin: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;	
	height: 30px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

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

#links a {
	font-size: 11px;
	display: block;
	/* width: 80px; */
	height: 26px;
	line-height: 26px;
	background: #333333;
	text-align: center;
	text-decoration: none;
	color: white;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding-left: 8px;
	padding-right: 8px;
}

#links li {
	float: left;
}

#links_home { width: 60px; }
#links_about { width: 60px; }
#links_midscotlandandfife { width: 70px; }
#links_bigissues { width: 70px; }
#links_update { width: 60px; }
#links_inthenews { width: 85px; }
#links_newsletter { width: 70px; }
#links_contact { width: 60px; }

#links a:hover {
	background: #ccc;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #ccc;
	color: black;
}


#bottom {
	background-color: #333333;
	color: white;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

div#contactFormLeft {
	float: left;
	width: 55%;
	border: none;
	border-right: dotted 1px black;
}

div#contactFormRight {
	float: right;
	width: 41%;
	border: none;
}

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

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

form input, form textarea {
	background-color: white;
	color: black; 
	border: 1px solid #000066;
	margin: 2px;
}

img {
	border: none;
	padding: 2px;
}

.imageposition {
   font-size: 9px;
}

#twitter {
	margin: 5px;
	padding: 5px;
	font-size: small;
	/*
	border: 1px solid #990000;
	overflow: auto;
	height: 300px;
	width: 675px;
	*/
}

.twit_odd {
	background-color: #CCCCCC;
	color: black;
	display: block;
	padding: 2px;
	padding-bottom: 4px;
}

.twit_even {
	background-color: #999999;
	color: black;
	display: block;
	padding: 2px;	
	padding-bottom: 4px;	
}

.twit_date {
	text-align: right;
	font-size: x-small;
}