body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #fafafa;
	font-family: arial, hevetica, sans-serif;
	font-size: 85%;
}

a:link {
	color: #333;
}
a:visited {
	color: #666;
}

a:hover, a:active
{
	color: #fff;
	background-color: #000;
}

h2
{
	color: #000;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-family: arial, hevetica, sans-serif;
	font-size: 120%;
}

h2 a { text-decoration: none; }

h3
{
color: #5B5E0E;
font: 106% arial, hevetica, sans-serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: 2em auto;
height: 620px;
width: 980px;
text-align: center;
background-image: url(../images/bg.jpg);
-moz-border-radius:3px;
-khtml-border-radius:3px;
box-shadow: 1px 1px 5px #8E8E8E;
-webkit-box-shadow: 1px 1px 5px #8E8E8E;
-moz-box-shadow: 1px 1px 5px #8E8E8E;
-webkit-box-shadow: 1px 1px 5px #8E8E8E;
-moz-box-shadow: 1px 1px 5px #8E8E8E;


}



#header
{
height: 30px;
width: 600px;
position:relative;
left: 190px; top:30px;
z-index:1;


}

#title
{
height: 109px;
width: 300px;
position:relative;
left: 340px; top:100px;
background-image: url(../images/bt_logo.gif);
z-index:1;


}

#companys
{
height: 50px;
width: 500px;
position:relative;
left: 240px; top:300px;

z-index:1;


}

#footer
{
height: 50px;
width: 700px;
position:relative;
left:140px; top:350px;
z-index:1;


}

#header h1
{
font-size: 1px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
width: 165px;
border-left: 1px solid #C5C877;
padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }



#skipmenu
{
position: absolute;
left: 0;
top: 5px;
width: 645px;
text-align: right;
}

#skipmenu a
{
color: #666;
text-decoration: none;
}

#skipmenu a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}
