/*

Website Designed by BOS Media / Barry O'Shaughnessy
Visit http://www.bosmedia.ie/

*/

body {
	margin-top: 0px;
	background-image: url(images/bg.png);
	margin-bottom: 0px;
}

#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 738px;
	text-align: center;
	height: 200px;
}
#content {
	width: 738px;
	background-image: url(images/content-bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}
#menu {
	padding-bottom: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 728px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/menu-bg.gif);
}
#menu a{
	text-decoration: none;
	color: #FFF;
}
#menu a:hover{
	text-decoration: underline;
	color: #FFF;
}
#footer {
	color: #FFF;
	background-color: #003;
	width: 738px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
}
#footer a{
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: none;
}
#left-content {
	margin: 10px;
	float: left;
	width: 180px;
}
#main-content {
	margin: 10px;
	float: right;
	width: 516px;
	color: #001938;
}
.content-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	font-weight: bold;
}
#bentley-left {
	float: left;
	padding-right: 10px;
}
#left-bg {
	background-image: url(images/left-bg.gif);
	height: 129px;
	width: 180px;
}
