body {
    font-family: "Tahoma", verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    line-height: 16px;
    text-align: center;
    background: #eee;
}

#content {
	margin: 20px auto 0 auto;
    padding: 0;
    width: 750px;
    text-align: left;
    border: solid #999 1px;
    background-color: #fff;
	background: #fff url(http://www.futuramb.se/images/futuramb_logo_en.jpg) top left no-repeat;
	background-position: 5px 5px;
 }


#navbox ul {
    padding: 0;
    margin: 5px 5px 0 0;
    background-color: #ffffff;
    color: #666;
    float: right;
    font-size: 13px;
    line-height: 16px;
    border-top: 2px solid #fff;
    font-family: "Tahoma", verdana, helvetica, sans-serif;

}

#navbox ul li {
    display: inline;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#navbox ul li a {
    padding: 0.2em 0.5em;
    background-color: #ffffff;
    color: #444;
    text-decoration: none;
    float: left;
    border-right: 2px solid #fff;
    font-weight: normal;
}

#navbox ul li a:hover, #navbox ul li#active a {
    background-color: #ea7810;
    color: #fff;
    font-weight: normal;
}

#navbox ul li#date {
	display: none;
	padding: 0.25em 1em;
    background-color: #ffffff;
	color: #444;
	text-decoration: none;
	float: right;
	font-weight: normal;
	font-size: 10px;
}


#leftNav ul li {
	list-style-type: none;
	text-decoration: none;
}

#leftNav ul li a {
    display: inline;
	padding: 0;
	margin:0;
//    background-color: #ffffff;
    color: #666;
    text-decoration: none;
    border-right: 2px solid #fff;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.4em;	
}

#leftNav ul li a:hover, #leftNav ul li#active a {
    color: #000;
    font-weight: normal;
}


#header {
	padding: 0;
    margin: 0; 
    height: 0px;
    width: 100%;
}

h1 span {
    display: none;
}


h2 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.10em;
    margin: 15px 0 5px 0;
    font-color: #777;
}


h3 {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
        letter-spacing: 0.15em;
    margin: 15px 0 10px 0;
}

p {
    margin: 0 0 15px 0;
}


p bold {
	font-color: #ff0000;
	font-weight: normal;
}



#inside { margin: 15px 15px 15px 15px; }

a, a:link, a:visited {
    color: #008;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #f60;
    text-decoration: none;
    font-weight: normal;
}

.screened {
	color: #666;
}

.themerow {
	width: 715px;
	margin-top: 90px;
/* 	padding-bottom: 20px; */
}

.themeLeft {
	padding-top: 0px;
	float: left;
	width: 250px;
}

.themeLeft img {
	margin-left: 0px;
	margin-top: 0px;
	padding: 6px; 
	width: 170px;
	border-top: 1px solid #ddd; 
	border-left: 1px solid #ddd;	
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;	
}

.themeRight {
	width: 390px;
	margin-left: 275px;
/*	border-left: dotted #999 1px; */
	padding-left: 0px;
/*	padding-right: 10px; */
	text-align: left;
}

#bottomLinks {
    margin: 10px;
    font-size: 10px;
    color: #666;
}

#bottomLinks a, #bottomLinks a:link, #bottomLinks a:visited {
    color: #666;
    font-weight: normal;
}

#bottomLinks a:hover {
    color: #f60;
    font-weight: normal;
}

#copyright {
    font-size: 9px;
    line-height: 10px;
    color: #666;
}

#themesmain {
	width: 580px;
}

#main {
    float: left;
    width: 375px;
    text-align: left;
}

