a {color: white; text-decoration: underline;}
a:link {color: white; text-decoration: underline;}
a:visited {color: white; text-decoration: underline;}
a:hover {color: gray;}
a:active {color: white;}

#buttons {color: white; text-decoration: none;}
#buttons a:link {color: white; text-decoration: none;}
#buttons a:visited {color: white; text-decoration: none;}
#buttons a:hover {color: gray;}
#buttons a:active {color: white;}

#nav a {color: black;}
#nav a:link {color: black;}
#nav a:visited {color: black;}
#nav a:hover {color: blue;}
#nav a:active {color: black;}

.inset {
	position: relative;
	left: 10px;
}

#footpane {
	position: absolute;
	bottom: -95px;
	left: -2px;
	width: 517px;
	height: 85px;
    background-image: url(images/quote_pane.jpg);
	background-repeat: no-repeat;
}

#quotearea {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 220px;
	height: 42px;
	color: #ffffff;
}

#messageLine
{
	position: absolute;
	left: 170px;
	top: 150px;
	color: #000000;
	font-weight: bold;
}

#footer {
	position: absolute;
	background-image: url(images/footer.gif);
	width: 1000px;
	height: 90px;
	bottom: -600px;
	left: -161px;
	text-align: right;
}

#contextlogged {
	position: absolute;
	top: -2px;
	left: -3px;
	width: 288px;
	height: 139px;
	background-image: url(images/context.gif);
}

#contextad {
	position: absolute;
	top: -2px;
	left: -3px;
	width: 288px;
	height: 139px;
	background-image: url(images/context_ad.gif);
}

body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
	color: #ffffff;
} 

#site {
    position:relative;
	top:0px;
    min-height: 768px;
	height: 768px;
	width: 987px;
    margin: 0 auto;
    text-align: left;
    background-image: url(images/structure.gif);
    background-repeat: no-repeat;
} 

#logout {
        position:relative;
	top:0px;
        min-height: 768px;
	height: 768px;
	width: 987px;
        margin: 0 auto;
        text-align: left;
        background-image: url(images/logoutpage.gif);
        background-repeat: no-repeat;
} 

#logerr {
        position:relative;
		top:0px;
        min-height: 768px;
		height: 768px;
		width: 987px;
        margin: 0 auto;
        text-align: left;
        background-image: url(images/logerr.gif);
        background-repeat: no-repeat;
} 

#search {
	position: absolute;
	top: 117px;
	left: 789px;
}

#nav {
	position: relative;
	left: 6px;
	top: 10px;
	minimum-height: 300px;
	width: 139px;
	text-align: left;
	background-image: url(images/nav_back.gif);
	background-color: #CCCCCC;
	padding-bottom: 40px;
}

#contentwrapper {
	position:absolute;
	top: 170px;
	left: 152px;
}

#content {
	position: relative;
	background-image: url(images/content_backer.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	min-height: 407px;
	_height: 407px;
	width: 484px;
	background-color: #CCCCCC;
	text-align: left;
	padding: 15px;
	margin-bottom: 10px;
	padding-bottom: 50px;
	color: #000000;
}

#home {
	position: relative;
	background-image: url(images/home_pane.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 413px;
	width: 516px;
	color: #FFFFFF;
}

#hometext {
	position: absolute;
	right: 10px;
	top: 40px;
	width: 250px;
	text-align: right;
}

#logbutton {
	position: absolute; 
	top: -45px;
	left: 241px;
}

#advert {
	position: absolute;
	top: 43px;
	left: 482px;
	height: 60px;
	width: 468px;	
}

#user {
	position: absolute;
	padding: 5px;
	top: 213px;
	left: 683px;
	height: 103px;
	width: 250px;
	text-align: left;
}

#contextPane {
	position: absolute;
	top: 325px;
	left: 679px;
	text-align: left;
}

#newsPane {
	position: absolute;
	top: 500px;
	left: 705px;
	text-align: left;
	width: 245px;
	height: 160px;
	color: #000000;
}

#toplinks {
	position: absolute;
	top: 92px;
	left: 245px;
	width: 200px;
	height: 13px;
}

#buttons {
	position: absolute;
	top: 169px;
	left: 0px;
	width: 154px;
	height: 18px;
}

.navlinks
{
	padding: 3px;
	padding-left: 6px;
}

.clear {
clear:both;
}

#error {
	position: absolute;
	top: 0px;
	left: 0px;
}

.article {
	clear: both;
	background-color: #DFDDDD;
	border-right: solid white 2px;
	border-bottom: solid white 2px;
	padding: 6px;
}