
* {
margin: 0; 
padding: 0;
}

body {
background:#000;
color:#c1c0c0;
font-family: 'Helvetica Neue','Helvetica', Arial, sans-serif;
font-size: 100%;
}

.wrapper {  
background: transparent url(images/wrapper_bg.png) repeat-y top left;
margin: 0 auto;
padding: 0;
text-align: left; 
width: 1024px;
overflow:hidden;
}

ul, ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

img {border: 0;}

a {
color: #c1c0c0;	
text-decoration: none;
}

a:hover,
a:focus,
a:active {
text-decoration: underline;
}

/*************************************************
=Header
**************************************************/
.header {
background: transparent url(images/toppBanner.jpg) no-repeat top left;
height: 337px;
min-height: 337px;
position: relative;
}

html>body .header {
height: auto;
}

.header a.blogg{
	display: block;
	position: absolute;
	width: 87px;
	height: 68px;
	top: 56px;
	left: 938px;	
}

.header a.home{
display: block;
position: absolute;
width: 195px;
height: 35px;
top: 60px;
left: 45px;	
}

.header a.home span, .header a.blogg span {
display: none;	
}

/*************************************************
=Layout
**************************************************/


.content {
float: left;
margin: 0 0px 0 0px;
overflow: hidden;
width: 531px;
padding: 0 0 20px 0px;
margin-left:84px;
}

html>body .content{
margin-left: 168px;	
}

.top-menu {
float: left;
overflow: hidden;
width: 856px;
background: transparent url(images/navigation_bg.png) repeat-x top left;
padding-left: 168px;
height:36px;
padding-bottom: 60px;
}

.related-col {
float: right;
overflow: hidden;
width: 273px;
}

.footer{
clear:both;
margin-left: 168px;
height:60px;
padding-bottom:10px;
padding-top:25px;
text-align:left;
width:612px;
font-size: 0.813em;
color: #bfbebe;
}

/*************************************************
=Top menu
**************************************************/

.top-menu li{
float: left;
}

/*************************************************
=Content
**************************************************/
.content a, .related-col a{
text-decoration: underline;	
}

.content, .related-col{
font-size: 0.937em;
line-height: 1.4em;
}

.content img{
padding-bottom: 20px;	
}

.related-col p.address{
line-height: 1.2em;
font-size: 1.067em;
font-family: Georgia, times, serif;
padding-top: 160px;
}

.content h1{
font-size: 1.067em;
font-family: Georgia, times, serif;
padding-bottom: 3px;
}

.content table#contact{
margin: 40px 0 0 0;
width: 531px;
border-collapse: collapse;
border-top: 1px solid #3e3e3e;
}

.content table#contact a{
text-decoration: none;
}

.content table#contact td{
font-size: 0.867em;
border-bottom: 1px solid #3e3e3e;
padding-bottom: 3px;
padding-top: 3px;
}

.content table#contact td.right{
text-align: right;
}

.content table#contact td.title{
font-family: Georgia, times, serif;
font-size: 1.067em;
padding-right: 20px;
}




/*************************************************
=Other
**************************************************/
.clear {clear: both;}
