*{
margin: 0;
padding: 0;
border:0}

.clear{clear:both}
.line{
clear:both;
width: 600px;
height: 15px;
background-image: url(line.png)}

#container{
width:800px;
margin:100px auto}

#head{
background-image:url(logo.png);
width:600px;
height:100px;
float:right}

#menu{
width:200px;
float:left}
#menu a{text-decoration:none; color: #F88; font-weight: bold}
#menu a:hover{text-decoration:none; color: #F00; font-weight: bold}

#left{
width:590px;
float:left}
#left h3{
font-size: 150%;
font-weight: bold;
font-style: italic;
text-align: right;
padding: 0 150px 0 0;
margin: 40px 0 10px}
#left p{
text-indent: 40px;
text-align: justify;
padding: 5px;}
#left a{text-decoration:none; color: #00f; border-bottom: 1px dotted #00f}
#left a:hover{text-decoration:none; color: #f00; border-bottom: 1px dotted #f00}

#right{
width:190px;
float:right;
padding: 5px;}
#right h3{
font-size: 100%;
font-weight: bold;
font-style: italic;
text-align: center;
margin: 40px 0 10px}
#right p{
text-indent: 30px;
text-align: justify;
font-size: 80%}

#foot{
color: #777;
text-align: center;
font-size: 80%}
#foot a{text-decoration:none; color: #777; border-bottom: 1px dotted #777}
#foot a:hover{text-decoration:none; color: #000; border-bottom: 1px dotted #000}