
/* Layout Stylesheet */
html, body {
    height: 100%;
}

body {
    margin: 0;
    background: black;
    color: #333333;
    text-align: center;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} #outer {
    text-align: left;
    border: 1px solid #000000;
    width: 970px;
    margin: auto;
    background: white;
} #hdr {
    background: #eeeeee;
    text-align: left;
    color: #333333;
    background-image: url('img/WSL top bar gradient.jpg');
} #bar {
    border: solid #000000;
    background: white;
    border-width: 1px 0 1px 0;
} #content {
    width: 570px;
    background: #ffffff;
    color: #28004D;
    text-align: left;
    float: left;
    height: 100%;
	text-align: justify;
} .scaffold_logos {
	vertical-align: middle;
	padding: 0 5px 5px 0;
} #r-col {
    background: #dcdcdc;
    color: #333333;
    width: 399px;
    margin: 0 0 0 569px;
	padding: 0;
} #logos {
    float: bottom;
	margin: -97px 0 20px 100px;
	padding: 0;
} #logos img {
	border: none;
	margin-right: 30px;
} #logos2 {
	margin: 30px 0 20px 100px;
	padding: 0;
} #logos2 img {
	border: none;
	margin-right: 20px;
} #ftr {
    clear: both;
    height: 35px;
    background: white;
    color: black;
    border: solid black;
    border-width: 1px 0 0 0;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 150%;
} #retrospek_ftr {
    clear: both;
    height: 20px;
    padding-top: 10px;
    background: black;
    color: white;
	font-weight: bold;
    border: solid white;
    border-width: 1px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
} #retrospek_ftr a {
    color: white;
} .main_menu {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #666666 none;
} .main_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
} .main_menu li {
    margin: 0;
    padding: 2px 7px 2px 7px;
    float: left;
    width: 7em;
    background: #cccccc none;
    text-align: center;
	border: 1px solid #333333; 
} .main_menu a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #28004D;
} .main_menu a:hover {
    font-weight: bold;
} .spacerdiv {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #28004D none;
    height: 10px;
}
span.right {
    position: relative;
    float: right;
	margin-right: 30px;
	color: #cccccc;
    margin-top: 4px;
}
.img_text {
	color: white;
	font-family: Verdana;
	font-size: large;
	text-align: center;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 200%;
	padding: 10px 30px 20px 30px;
} span.right a {
    font-size: 11px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
} span.right a:hover {
    background: none;
} .services_list {
	line-height:150%;
}

