@charset "UTF-8";

/* Standard css */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#666;
	}

a:link {
	color: #666;
	text-decoration:underline;
	}
	
a:visited {
	color: #666;
	text-decoration:underline;
	}
	
a:hover {
	color: #666;
	text-decoration:underline;
	}
	
a:active {
	color: #666;
	text-decoration:underline;
	}

h1 {
	font-size:13px;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	}
	
h2 {
	font-size:13px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	}
	
h3 {
	font-size:11px;
	font-weight:bold;
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	}

h4 {
	font-size:10px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	}

.right {
	float:right;
	padding:0px 0px 5px 5px;
	}
	
.left {
	float:left;
	padding:0px 5px 2px 0px;
	}
	
.credits a {
	text-decoration:none;
	}
	
/* Container */

.wrap {
	background:url(../img/sl-logo.png) no-repeat top left;
	width:900px;
	margin:auto;
	padding:0px;
	}
	
.wrap2 {
	width:800px;
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 100px;
	}
	
.wrap3 {
	width:800px;
	padding:10px 0px 20px 0px;
	margin:20px 0px 20px 173px;
	text-align:center;
	border-top:1px dotted #ccc;
	font-size:10px;
	float:right;
	}

.col1, .col2, .col3 {
	width:250px;
	margin:0px;
	padding:0px;
	float:left;
	}
.col1, .col2 {
	padding-right:25px;
	}

.col2 img{
	display:none;
	}

.col4 {
	width:500px;
	margin:0px;
	padding:0px;
	float:left;
	}

.news {
	clear:both;
	border-bottom:1px dotted #ccc;
	padding:0px 0px 10px 0px ;
	}

/* Menu */

.menu {
	font-size:14px;
	font-weight:bold;
	}
.menu a{
	color:#666;
	text-decoration:none;
	}
.menu ul {
	list-style:none;
	list-style-position:inside;
	line-height:18px;
	padding:125px 0px 0px 100px;
	margin:0px;
	}