html { 
padding:0px;
margin:0px;
}

body {
font: 12px Arial;
color: #000000;
background: #fff;
margin: 0; 
padding: 0;
}

A {
outline: none;
}

#main {
position: absolute; 
width:900px;
left: 50%; 
margin-top: 20px; 
margin-left: -450px;
background-color: #fff;
}

#header {
background-color: #fff;
background: url('images/header.jpg'); 
background-repeat: no-repeat;
width:900px;
height: 100px;
border-bottom: 7px solid #3e3e3e;
}

.logo {
padding-left:10px;
}

#picture {
margin-top:3px;
background-color: #fff;
background: url('images/picture.jpg'); 
background-repeat: no-repeat;
width:900px;
height: 355px;
border-bottom: 5px solid #fff;
}

#welcome {
width:400px;
height: 200px;
padding-top:20px;
padding-left:40px;
display:none;
border-bottom: 5px solid #fff;
}

#menu {
background-color: #fff;
background: url('images/menu-off.jpg'); 
background-repeat: no-repeat;
width:900px;
height: 40px;
margin-top:0px;
border-bottom: 5px solid #8bd4ff;
}

#menu:hover {
background-color: #fff;
background: url('images/menu-on.jpg'); 
background-repeat: no-repeat;
width:900px;
height: 40px;
margin-top:0px;
}

td.menuitem {
font: 14px Arial;
font-weight:bold;
color: #000000;
cursor:	pointer;
}

td.menuitem  a, a:visited, a:active {
font: 14px Arial;
font-weight:bold;
color: #000000;
text-decoration:none;
}

td.menuitem  a:hover {
font: 14px Arial;
font-weight:bold;
color: #000000;
text-decoration:underline;
}

td.menuitem:hover {
background: url('images/menuitem.png'); 
background-repeat: no-repeat;
background-position:bottom;
cursor:	pointer;
}

#content {
background-color: #fff;
width:898px;
border-left: 1px solid #8bd4ff;
border-right: 1px solid #8bd4ff;
}

#content a, a:link, a:visited, a:active {
font: 12px Arial;
color: #000000;
font-weight:bold;
text-decoration:underline;
}

#content a:hover {
font: 12px Arial;
color: #000000;
font-weight:bold;
text-decoration:none;
}

.sidebar {
border-left: 1px dotted #000;
}

.lineblock {
border-top: 1px dotted #000;
}

h2 {
font: 16px Arial;
color: #2492cd;
text-transform:uppercase;
padding:0px;
margin:0px;
font-weight:bold;
}

#footer {
padding-top:18px;
width:900px;
height:50px;
background-color: #fff;
background: url('images/footer.jpg'); 
background-repeat: no-repeat;
overflow:hidden;
}

.copy {
padding-left:15px;
text-align:left;
float:left;
font: 12px Arial;
color: #000000;
}

.botlinks {
padding-right:15px;
float:right;
text-align:right;
font: 12px Arial;
color: #fff;
font-weight:bold;
}

.botlinks a:link, a:visited, a:active {
font: 12px Arial;
color: #fff;
font-weight:bold;
text-decoration:none;
}

.botlinks a:hover {
font: 12px Arial;
color: #fff;
font-weight:bold;
text-decoration:underline;
}

#counters {
width:900px;
height:50px;
text-align:center;
font: 10px Arial;
color: #939393;
}

.mini {font-size: 9px; color: #666666; }

div.articles a {
	display:block;
	margin-bottom:6px;
}

#content a.opt {
	font-weight:normal;
	text-decoration:none;
}

div.opt {
	margin-top:30px;
	overflow-y:scroll;
	height:1700px;
}
div.opt div {
	width:250px;
	margin-bottom:30px;
}
div.opt div h3 {
	font:normal 12px Arial;
	color:#000;
	text-align:center;
	margin:12px 0px 0px 0px;
}
