﻿/*
Theme Name: OOBGUILD
Author: KOIVU
*/

body {
	background-color:#54738e;
	text-align: center;
}

#container {
position: relative;
width: 750px;
margin: 0 auto;
text-align: left;
}

#header {
background-color:#54738e;
}

#main {
background-color:#fff;
position: absolute;
top: 180px;
width: 730px;
padding: 0px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#navlist ul
{
margin: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 2px 15px 2px 15px;
border: 1px dashed #333;
background-color: #b1250a;
}

#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navlist a:hover
{
border: 1px dashed #333;
background-color: #fff;
color: #333;
}

hr  {
	color:#b1250a;
}

a {
color: #b1250a;
text-decoration: none;}
a:visited {
color: #b1250a;
text-decoration: none;}

