/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




a { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#AC0008; }

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}

#content {
	background-position: center;
	width: 960px;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
	background-image: url('images/border-bg.png');
	background-repeat: repeat-y;
}

#header {
	height: 179px;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
}

.logo {
	width: 505px;
	height: 179px;
	float:left;
}

.f-show {
	width: 455px;
	height: 179px;
	float:right;
}

#links {
	height: 40px;
	background-image: url('images/links-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 
#links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#links li {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}

#links li a {

	text-decoration:none;
	color:#940007; 
	padding: 12px 16px 12px 16px;

}
#links li a:hover { 
	text-decoration:none;
	color: #940007;
	padding: 12px 16px 12px 16px;
}

#links li:hover {
	background-image: url('images/links-bg-over.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#main {
}

.welcome {
	width: 928px;
	height: 120px;
	background-image: url('images/welcome-bg.jpg');
	background-repeat: repeat-y;
	margin-top: 16px;
	color: #940007;
}
.welcome-msg {
	padding: 5px;
	width: 310px;
	height: 110px;
	float: left;
	text-align: justify;
	color:#350003;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.welcome-pic {
	width: 608px;
	height: 120px;
	float:right;
}

#intro {
	width: 928px;
	margin-top: 24px;
	text-align: left;
}

.news {
	width: 320px;
	float: left;
}

.news-head {
	height: 28px;
	width: 316px;
	background-image: url('images/news-head.jpg');
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #930007;
	padding-top: 5px;
	padding-left: 4px;

}

.news-body {
	width: 320px;
	padding-top: 6px;
}

.our-services {
	width: 592px;
	float:right;
}

.our-services-head {
	height: 28px;
	width: 588px;
	background-image: url('images/news-head.jpg');
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #930007;
	padding-top: 5px;
	padding-left: 4px;
}

.our-services-body {
	width: 592px;
	padding-top: 6px;
}


#page {
	width: 928px;
	margin-top: 24px;
	text-align: left;
}

.page-head {
	width: 924px;
	margin-top: 24px;
	text-align: left;
	height: 28px;
	background-image: url('images/news-head.jpg');
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #930007;
	padding-top: 5px;
	padding-left: 8px;
}
.page-body {
	padding: 8px;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

#footer {
	border-top-color: #DADADB;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 8px;
	padding-bottom: 8px;
}


