body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-y;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	
}

#header {
	background-image: url(../images/banner2.jpg);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
}

#header_home {
	background-image: url(../images/banner_home.jpg);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
}

#content {
	float: right;
    width: 510px;
	padding: 0 10px 0 0;
}
#content p, #content ol, #content ul {
	font-size: 80%;
	line-height: 1.6em;
}


#navigation {
	float:left;
	width: 300px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #008800;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 0.4em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
}
#news {
	float:left;
	width: 370px;
}

ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

li {
	font-size: 80%;
    border-bottom: 1px solid #999;
	padding:0.2em;
	
}

a:link, a:visited {
	color: #008800;
    background-color:transparent;
    display:inline;
    padding: 0.4em 0 0.2em 0;
    text-decoration:none;
}

a:hover {
	color: #999;
}

p.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:b;
    border-bottom: 2px solid #999;
	color:#009933;
	background:#CCFFCC;
}
#footer {
	clear:both;
	font-size: 80%;
	padding:0.3em;
    text-align:right;
    color: #999;
    background-color: transparent;
    border-top: 2px solid #006600;	
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 85%;
    line-height: 1.4;
}

p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
}

#login_status {
	/*clip: rect(auto,auto,auto,auto); */
	display: block;
	position: absolute;
	font-size: 12px;
	margin-top: 145px;
	margin-left: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
	color:#600;
	/*border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; */
	color: #900;
}
#login_area {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#loginarea {
	width: 300px;
}
#login_failed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
}
