* {
margin : 0;
padding : 0;

}

body {
	color : #ccc;
	background: #fff;
	background-image : url(background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content h5 {
color : #666666;
font-size : 9px;
font-weight: normal;
line-height : 1.7em;
padding-left: 10px;
line-height: 15px;
font-style : normal;
}

#main {
width: 720px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #fff;

}

#navi {
float: left;
padding-left: 175px;
position: absolute;
color: #345673;
width: 40px;
height: 109px;
padding-top: 23px;
}

#navi h5 {
font-size: 9px;
font-weight: normal;
color: #59595b;
line-height: 1.5em;
}

#navi a:link {
text-decoration : none;
color : #59595b;
}

#navi a:visited {
text-decoration : none;
color : #59595b;
}

#navi a:hover {
text-decoration : line-through;
color : #00adef;
}


#navi1 {
float: left;
color: #345673;
width: 120px;
height: 109px;
padding-top: 23px;
padding-left: 230px;
}

#navi1 h5 {
font-size: 9px;
font-weight: normal;
color: #59595b;
line-height: 1.5em;
}

#navi1 a:link {
text-decoration : none;
color : #59595b;
}

#navi1 a:visited {
text-decoration : none;
color : #59595b;
}

#navi1 a:hover {
text-decoration : line-through;
color : #00adef;
}

#navi2 {
color: #345673;
width: 60px;
height: 109px;
padding-top: 23px;
padding-left: 493px;
}

#navi2 h5 {
font-size: 9px;
font-weight: normal;
color: #00adef;
line-height: 1.5em;
}

#navi2 a:link {
text-decoration : none;
color : #00adef;
}

#navi2 a:visited {
text-decoration : none;
color : #00adef;
}

#navi2 a:hover {
text-decoration : line-through;
color : #59595b;
}



#header {
position: fixed;
width: 720px;
height: 109px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image : url(header.jpg);
}

#content {
padding-top: 120px;
}

#content img {
margin-left: 10px;
padding-top: 10px;
border-top: 10px solid #fff;
}


#foota {
width: 720px;
height: 20px;
margin-left: auto;
margin-right: auto;
color:#58595b;
background-color:#58595b;
border-top: 10px solid #fff;
}

#foota h5 {
color : #fff;
font-size : 9px;
font-weight: normal;
line-height : 1.7em;
padding-left: 10px;
padding-top: 3px;
line-height: 15px;
font-style : normal;
}


