body {
	background-image: url('gfx/back.gif');
}

body, table, input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

#wrapper {
	padding: 13px;
	border: 1px solid #ccd5e0;
	background-color: #FFFFFF;
	margin: 10px auto;
	width: 1050px;
	background-image: url('gfx/head.gif'); 
	background-repeat: repeat-x;
	background-position: top; 
}
#header	{
    font-size: 15px;
	padding: 5px;
	height: 50px;
}
#pagebody {
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontent {
	background-color: #FFFFFF;
	margin-left: 190px;
	margin-right: 140px;
}
#sidebar {
	background-color: #FFFFFF;
	float: left;
}
#adbar {
	background-color: #FFFFFF;
	float: right;
}
#footer {
	height: 2px;
	border: 1px solid #A0C268;
	background-image: url('gfx/head.gif'); 
	background-repeat: repeat-x;
	background-position: top; 
	height: 10px;
	clear: both;
}
#footer-text {
	padding: 5px;
}

.sub-menu {
	border: 1px solid #C6E298;
	padding: 5px;
	background-color: #ecfad6;
}
.div-news-head {
	border: 1px solid #A0C268;
	background-image: url('gfx/head.gif'); 
	background-repeat: repeat-x;
	background-position: top; 
    padding: 5px;
}

.div-head {
    font-weight: bold;
	border: 1px solid #A0C268;
	background-image: url('gfx/head.gif'); 
	background-repeat: repeat-x;
	background-position: top; 
    padding: 5px;
}
.div-text {
    border-bottom: 1px solid #A0C268;
    border-right: 1px solid #A0C268;
    border-left: 1px solid #A0C268;
    padding: 10px;
	background-color: #FFFFFF;
}
.div-menu-head {
    font-weight: bold;
    border: 1px solid #A0C268;
	background-image: url('gfx/head.gif'); 
	background-repeat: repeat-x;
	background-position: top; 
    padding: 5px;
}
.div-menu-text {
    border-bottom: 1px solid #A0C268;
    border-right: 1px solid #A0C268;
    border-left: 1px solid #A0C268;
    padding: 5px;
    width: 167px;
}

#news-wrapper {
	border-left: 1px solid #A0C268;
	border-right: 1px solid #A0C268;
	border-bottom: 1px solid #A0C268;
}
#news-imagebar {
    float: right;
	vertical-align: top;
	padding: 7px;
}
#news-content {
	vertical-align: top;
	padding: 5px;
}
#news-footer {
	clear: right;
}

.div-content {
	border: 1px solid #DADADA;
	background-color: #F9F9F9;
	padding: 5px;
}
.div-tip {
    border: 1px solid #6582D6;
    background-color: #D5DAFD;
    padding: 5px;
}
.div-example {
    border: 1px solid #CBD004;
    background-color: #FFFFDD;
    padding: 5px;
}
.div-note {
    border: 1px solid #D66565;
    background-color: #FFDCDC;
    padding: 5px;
}
.div-os-zeta {
    border: 1px solid #CBD004;
    background-color: #FFFFDD;
    padding: 5px;
}
.div-os-beos {
	border: 1px solid #3711EE;
	background-color: #D5DAFD;
	padding: 5px;
}
.div-os-haiku {
	border: 1px solid #28AB07;
	background-color: #C7FCBA;
	padding: 5px;
}

fieldset {
	border: 1px solid #DADADA;
	padding: 10px;
	background-color: #F9F9F9;
}
legend {
    font-weight: bold;
    padding: 1px 5px 1px 5px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

