html,body{
margin:0;
padding:0;
}

body{
font-family: verdana, tahoma, arial;
font-size: 14px;
color: #3a4ca0;
text-align:center;
background: url('img/bg.gif') repeat-x #3a4ca0;
}

p{
margin:0 10px 10px;
}

h1{
font-size: 24px;
font-weight: bold;
font-family: verdana, tahoma, arial;
color: #3a4ca0;
}

h2{
font-size: 18px;
font-weight: bold;
font-family: verdana, tahoma, arial;
color: #3a4ca0;
margin-left: 30px;
margin-top:80px;
}


div#header {
height:177px;
text-decoration: none;
margin: auto;
background: url('img/top.jpg') no-repeat top right;
}

div#nav{
height: 30px;
line-height: 30px;
margin: auto;
border-bottom-width: 1px;
border-bottom-color: #1f2951;
}

ul#navi{
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 100%;
color: #79B30B;
background: url('img/topmenubg.gif') repeat-x;
}

ul#navi li { display: inline; }  

ul#navi li a
{
float: left;
color: #3a4ca0;
padding: 1px 25px;
text-decoration: none;
font-family: verdana, tahoma, arial;
font-size: 14px;
font-weight: bold;
border-right: 1px solid #4052a3;
}

ul#navi li a:hover{
background: url('img/hov.gif') repeat-x;
color: #000;
}

#navselected a{
background: url('img/hov.gif') repeat-x;
}

div#container{
text-align:left;
width: 904px;
margin: 0 auto;
background: url('img/taka.gif') repeat-y 50% 0;
border-style: solid;
border-width: 1px;
border-color: #1f2951;
border-bottom: none;
}

div#content {
float: right;
width: 643px;
height: 532px;
margin: 0;
background: url('img/btm.gif') no-repeat right top;
padding: 20px;
padding-top: 30px;
}

div#content p{
line-height: 1.4;
}


div#navigation{
background: none;
float:left;
width:220px;
padding-top: 20px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation a {
display: block;
color: #3a4ca0;
font-family: verdana, tahoma, arial;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #4052a3;
width: 150px;
padding: 6px 20px;
text-decoration: none;
border: 0 px;
}

#navigation a:hover{
color: #000;
}


#select a{
color: #000;
}

div#extra{
background:none;
float:left;
clear:left;
width:220px;
margin-top: 100px;
}

#extra a{
color: #f0f2ff;
}

div#footer{
background: url('img/bottom.gif') no-repeat right bottom;
color: #FFF;
float: bottom;
}

div#footer p{
margin:0;
padding:10px 10px;
clear:both;
width:100%;
height: 100%;
}

.floatright { 
float: right;
margin: 0 0 10px 10px;
}

