/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}

body { 
	background: #ffffff url(background-repeat.gif) repeat top left; 
	font: 12pt/12pt Verdana; 
	margin: 0px; 
	padding: 0px;
	}
p {
	font-family: Verdana;
	font-size: 10pt;
}

p, li {
	font-family: Verdana;
	font-size: 10pt;
}


p.header {
	font: 12pt/12pt Verdana;
	font-weight: bold;
}

p.box {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

p.news {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px 0px 8px 0px;
}

span.copyright {
	font-size: 8pt;
}

span.header {
	font: 12pt/12pt Verdana;
	font-weight: bold;
}

span.pageheader {
	font: 14pt/14pt Verdana;
	font-weight: bold;
}

span.plaintext {
	font-family: Verdana;
	font-size: 10pt;
}

a {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

a:hover {
	color: #30A630;
}

a.nav {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
	
a.nav:hover {
	color: #eeeeee;
}

#container {
	background: #ffffff url(background.jpg) no-repeat top left; 
	width: 800px;
	height: 608px;
}

#header {
	position: absolute;
	left:0px;
	top:0px;
	width: 800px;
	height: 109px;
	text-align: right;
}

#sidebar {
	position: absolute;
	left:0px;
	top:192px;
	width: 150px;
	padding: 0px 2px 0px 0px;
	text-align: right;
}

#main {
	position: absolute;
	left:170px;
	top:130px;
	width: 415px;
	height: 478px;
}

#main-full {
	position: absolute;
	left:170px;
	top:145px;
	width: 627px;
	height: 478px;
}

#page-header {
	position: absolute;
	left:170px;
	top:112px;
	width: 627px;
	height: 10px;
}

#vert-divider {
	position: absolute;
	left: 593px;
	top:  130px;
	width: 1px;
	height: 460px;
	align: center;
	background-color: #000000;
}

#right-container {
	position: absolute;
	left: 601px;
	top:  130px;
	width: 195px;
	height: 478px;
}

div.box {
	width: 190px;
	padding: 2px;
	border: 1px solid #000000
}
