body {  font-family: Arial,sans-serif;
        font-size: 15px;
        color: #000000;
        background: url("s_bg.png") repeat fixed;
     }

.xxpage {
	min-height: 605px;
    	margin: 10px auto 0px;
    	width: 800px;
    	border-radius: 5px;
    	border: 1px solid #aaaaaa;
    	padding: 1px 1px;
    	background: #90b0ff;
	opacity: 0.8;
	box-shadow: 10px 10px 5px #8088aa;
	}
	 
	 
#xxheader {
	height: 280px;
	position: relative;
	width: 778px;
	height: auto;
	margin: 0px 0px;
	padding: 10px 10px;
	border: solid 1px transparent;
	
	}

	#xxheader .logo {
		position: relative;
		width: 450px;
		height: 100px;
		margin: 0px 0px;
		border: solid 2px transparent;
		background: url("logo_ld_black.png") no-repeat left top transparent;
	}
	#xxheader .rtext {
		position: relative;
		width: 315px;
		height: 100px;
		margin: 0px 0px;
		border: solid 2px transparent;
	}

	
	#xxheader .menu {
		position: relative;
		width: 100%;
		height: 30px;
		margin: 0px 0px;
		border: solid 2px transparent;
		background: #ddeeff;
	}
	 
	#xxheader ul{
		float: left;
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	#xxheader li{
		float: left;
		}
		
	#xxheader .menu a{
		display: block;
		width: 150px;
		text-decoration: underline;
		color: white;
		background-color: #4060aa;
		padding: 0.2em 0.6em;
		border-right: 5px solid #ddeeff;
		text-align: center;
	}
	#xxheader .menu a:hover{ text-decoration:underline;background-color: #204080;}
	
#xxcontent {
	position: relative;
	width: 777px;
	height: 425px;
	margin: 0px 0px;
	padding: 10px 10px;
	border: solid 2px transparent;
	background: #f0f0f0;
} 

.bld {font-weight: bold;}
a {color:black}

a:link, a:visited {color: black; text-decoration: underline}
a:hover   {color: green; text-decoration: underline}



