*{
padding: 0px;
margin: 0px;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: #333333;
background:url(images/bak.gif) repeat-x top;
} 
h1 {
font-size:140%;
text-align:center;
margin:15px;
color:#304AA6;}
a{
color: #666;
}
	a:hover{
	color:#304AA6;
	}
	
	#table {
	width:600px;
	margin:0 auto;
	border: 1px solid #ccc;}
	#table .tab1, .tab0{
	width:auto;
	padding:10px;
	text-indent:10px;}
	#table .tab1{
	background:#FFF;}
	#table .tab0{}
	
p {
display:block;}
#container{
width: 800px;
margin: 0px auto 0px auto;}

#head_menu{
margin-top: 5px;
/*background: #F3F3F3;
border-left: 1px solid #999;
border-right:  1px  solid #999;*/
border-top: 2px dotted #fff;
width: 100%;
height: 30px;
}
#head_menu .left{
float:left;
}
	#head_menu .left a{
	margin:10px;
	}
	#head_menu .left img{
	background: transparent;
	border: 0px;
	margin-right: 3px;}
	
#head_menu .right{
float:right;
}

	#head_menu .right img{
	border: 0px;
	margin: 5px;
	
	
	}

#logo{
width: 100%;
height: 204px;
}
#logo .left{
float:left;
height: 204px;
width: 400px;
background: url(images/site_01.gif) no-repeat center;
}
#logo .left a{
display:block;
width: 300px;
height: 80px;
float:right;
margin-top: 120px;
}
#logo .right{
float:right;
height: 204px;
width: 400px;
background: url(images/site_02.gif) no-repeat center;
}

#button{
margin: 25px auto;
width: 500px;
}

#menu{
width:100%;
height:25px;
font-size:120%;
font-weight:bold;
}
	#menu ul{
	list-style:none;
	}
	#menu li{
	display: "inline-block";
	line-height:100%;
	float:left;
	margin:0px 4px;
	white-space:nowrap;
	}
		#menu a{
		display:block;
		line-height:100%;
		padding: 2px 2px 0px 2px;
		color: #304AA6;
		text-decoration:none;
		}
		#menu a:hover{
		color: #0033FF;
		border-bottom: 4px solid #304AA6;
/*		background: url(images/menu.gif) repeat-x bottom;*/
		}
		#menu a:active{
		color: #333333;
		border-bottom: 2px solid #0099FF;
		}		

#content{
background: #F3F3F3 url(images/r_2.gif) bottom right no-repeat;
border: 2px dotted #999;
width: 100%;
text-align:justify;
padding-bottom: 25px;
}
	#content ul{
	margin: 10px 0px 10px 0px;}
	#content li{
	margin: 10px 30px 10px 120px;}
	#content img{
	border: 4px solid #CCCCCC;
	margin: 5px;
	}
	#content p{
	text-indent: 20px;
	margin: 10px 15px 3px 15px;
	}
	
#footer {
width: 100%; 
border: 2px dotted #999;
background: #F3F3F3 url(images/r_2.gif) bottom right no-repeat; 
text-align:center; 
color:#666666; 
font-size: 80%;
height: 40px;
margin: 25px 0px 20px 0px;
}

#footer p {
margin-top: 15px;}
