#header {
	height: 10px;
	width: 100%;
	background-color: #000;
	margin: 0px;
}
body {
	margin: 0px;
}
#pane_header {
	background-image: url(images/bwg_header_new.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	position: relative;
}
#logo {
	font-size: x-large;
	width: 230px;
	margin-top: 50px;
	margin-left: 130px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	position: absolute;
}
#logo a {
	color: #000;
	text-decoration: none;
}
.cork_logo {
	color: #F00;
}
.highlight {
	font-weight: bold;
	color: #333;
	font-style: italic;
	font-variant: normal;
}
#menu {
	background-color: #000;
	width: 100%;
	height: 40px;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #030;
	font-weight: bold;
}
#menu_align {
	width: 480px;
	margin-left: 140px;
	height: 40px;
	text-transform: uppercase;
	font-size: 11px;
}
#menu_align table {
	color: #FFF;
	height: 40px;
	width: 320px;
	margin-left: 0px;
	float: none;
	font-size: x-small;
	text-transform: uppercase;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.InnerLeft {
	background-color: #e6e6e6;
	float: left;
	width: 58%;
	position: relative;
	padding-right: 11px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #999;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin-bottom: 10px;
}
#footer_align {
	padding: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFBFC;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}

.InnerRight {
	background-color: #E6E6E6;
	float: right;
	width: 35%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 18px;
	margin-left: 4px;
}
#top_news_box {
	width: 95px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.date_news_right {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #060;
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 40px;
}
.left_counter_Div {
	clear: none;
	float: left;
	width: 150px;
}

.InnerRight p {
	margin-top: 0px;
	font-size: 15px;
}


#footer_align h3 {
	margin: 0px;
	font-size: small;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
#footer_align p {
	font-size: x-small;
	color: #FFF;
	margin-bottom: 0px;
}

.hovermenu ul{
	font: bold 13px arial;
	height: 40px;
	margin: 0px;
	padding: 0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.hovermenu ul li a{
	text-decoration: none;
	float: left;
	color: #CCC;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF2BF;
	border-right-color: #FFF2BF;
	border-bottom-color: #FFF2BF;
	border-left-color: #FFF2BF;
	margin-top: 0px;
	height: 40px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 40px;
}

.hovermenu ul li a:hover{
	background-color: #060;
	border-style: outset;
	color: #FFF;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	background-color: #096;
}


#footer {
	padding: 0px;
	clear: both;
	height: 110px;
	width: 100%;
	background-color: #689836;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B0D889;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer_right_links {
	width: 400px;
	float: right;
}
#footer_right_links a {
	color: #FFF;
	text-decoration: underline;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer_right_links ul {
	font-size: small;
	color: #FFF;
	list-style-type: none;
	line-height: 22px;
	margin: 0px;
	float: left;
}



p {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 24px;
}
.thinkpic {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: right;
}
.InnerLeft p a {
	color: #060;
	text-decoration: none;
}



#empty_top {
	background-color: #E6E6E6;
	height: 20px;
	width: 100%;
}

h1 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	margin-right: auto;
	margin-left: auto;
}


.vertical_line_table {
	color: #666;
	height: 400px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 400px;
	border-left-style: solid;
	border-left-color: #999;
}
h2 {
	font-size: medium;
	color: #900;
}



#menu_align table a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
