/* andreas05-reversed - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background:#fff;
color:#303030;
height: 100%;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#002d56;
}

a:hover{
background-color:inherit;
color:#002d56;
}

h1{
	margin:0;
	font-size:3.6em;
	letter-spacing:-2px;
	text-align:right;
	background-color:inherit;
	color:#002d56;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
color: #002d56;
}

h3{
font-size:1em;
font-weight:bold;
}

p{
margin:0 0 15px 0;
line-height:1.2em;
}

img{

margin:0 4px 0px 0;
}

#title{
	width:880px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

#container{
	width:880px;
	height: 383px;
	color:#303030;
	background-color: #ffffff;
	background-image: url(images/2lightsmedia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fdb813;
	border-right-color: #002d56;
	border-bottom-color: #002d56;
	border-left-color: #002d56;
}

#sidebar{
float:right;
width:125px;
padding-right:10px;
}

#main{
	width:480px;
	float:left;
	padding-left:254px;
	padding-right: 5px;
	height: 325px;
}

#footer{
	float:right;
	width: 125px;
	padding: 2px;
	clear:both;
	

}

.menu{
display:block;
width:120px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:#002d56;
color:#ffffff;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#002d56;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#002d56;
}

.credits a{
background-color:inherit;
color:#002d56;
}
div.scroll {
	width:485px;
	height:315px;
	border:0px solid #ccc;
	background:#ffffff;
	overflow-x:no;
	overflow-y: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

ul {
line-height: 2em;
}