#nav a,#nav a:link,#nav a:visited,#nav a:active { text-decoration: none; color: #8c85fe; }
#nav a:hover { color: #4236fe; text-decoration: none; }
#news a,#news a:link,#news a:visited,#news a:active { text-decoration: none; color: #8c85fe; }
#news a:hover { color: #4236fe; text-decoration: none; }
#links a,#links a:link,#links a:visited,#links a:active { text-decoration: none; color: #8c85fe; }
#links a:hover { color: #4236fe; text-decoration: none; }
body {
	background: url('../images/bg.gif');
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	top: 50px;
	left: 25px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#banner {
	position: absolute;
	padding-left: 5px;
	top: 91px;
	left: 125px;
        border-bottom: 1px solid #ccc;
}

#nav {
	position: absolute;
/*        border-right: 1px solid #ccc;*/
	padding-top: 2px;
	top: 152px;
	left: 25px;
	width: 100;
}

#links {
        border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;

        padding-top: 2px;
        width: 100;
}


#middle {
	position: absolute;
	top: 152px;
	left: 125px;
	border-left: 1px solid #ccc;
/*	border-top: 1px solid #ccc;*/
	padding-left: 10px;
	padding-top: 5px;
}

#news {
        position: absolute;
	width: 500px;
        top: 152px;
        left: 125px;
        border-left: 1px solid #ccc;
/*        border-top: 1px solid #ccc;*/
        padding-left: 50px;
        padding-top: 10px;
}


.bold {
	font-weight: bold;
}

.navitem {
	font-family: courier-new;
	font-size: 20pt;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: right;
	color: #8c85fe;
}

.link {
        font-family: courier-new;
        font-size: 8pt;
        margin-right: 3px;
        margin-top: 5px;
        padding: 0px;
        text-align: right;
        color: #8c85fe;
}

h.head {
	font-family: courier-new;
	font-size: 15px;
	text-align: center;
	color: #554ccb;
}

img {

	border-style: none;
}
