body {
		font-family: Verdana, Helvetica;
		font-size: 11px;
		line-height: 14px;
		background-color: #DDDDDD;
		background-image: url(./html_img/bk_tile4a.png);
		background-position: right;
}
a {
		font-family: Verdana, Helvetica;
		color: #CFCFCF;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
}
a:hover {
		font-family: Verdana, Helvetica;
		color: #FFB527;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
}
/*******************Div_Splash*****************/
.div_splash {
		width:  	700px;
		height: 	380px;
		position: relative; top: 30px;
		
		padding: 0px; 
		border:	solid 1px black;
		background: #FCF7EB url(./html_img/lgdv_splash.jpg);
		background-repeat: no-repeat;
}
/*******************Div_Mail*****************/
.div_mail {
		width:  	700px;
		height: 	100%;
		position: relative; top: 35px;
		
		padding: 0px; 
		background: #7B8588 url(./html_img/contbk.jpg);
		
		border-top:			solid 3px #555555;
		border-bottom: 	solid 1px black;
		border-left:   		solid 1px black;
		border-right:  		solid 1px black;
}
/*******************Menu*****************/
ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: none;
		float: right;
		position: relative; top: 100px;
}
.menu a{
		display: block;
		height: 50px;
		width: 110px;
				
		color: #A4A4A2;
		text-decoration: none;
		text-align: left;
		text-indent: 20px;
		
		background-image:url(./html_img/selbox0.png);
		background-position: left 2px;
		background-repeat: no-repeat;
}
.menu a:hover{
		color: #444444;
		background-image:url(./html_img/selbox1.gif);
		background-position: left 2px;
		background-repeat: no-repeat;
}
