@charset "utf-8";
/* CSS Document */
body {
background-color:#FFFFFF;
cursor:crosshair;
text-align:center;
margin:auto;
}

a:link {
font-size: 10pt;
color: #000000; 
text-decoration:none; 
font-weight: none; 
cursor: crosshair; 
font-family: arial;
}

a:visited {
font-size: 10pt; 
color: #000000; 
text-decoration: none; 
font-weight:none;
cursor: crosshair; 
font-family: arial;
}

a:hover {
font-size: 10pt; 
color: #12d2e3; 
text-decoration: none; 
font-weight:none; 
cursor: crosshair; 
font-family: arial;
}

a:active {
font-size: 10pt; 
color: #000000; 
text-decoration: none;
font-weight: none; 
cursor: crosshair; 
font-family: arial;
}

img{
border:none;
}

#main{
position:relative;
text-align:left;
padding-top:10px;
width:550px;
height:450px;

}

#nav{
position:relative;
border-bottom:solid 1px;
text-align:left;
margin: 30px 0 5px 0;
padding:10px 0px 60px;
float:left;
clear:right;
}

#box{
position:relative;
padding:0px 0px 0px 10px;
float:left;
clear:both;;
text-align:left;
border:none;

}

#content{
position:relative;
width:570px;
margin: -10px auto 0 auto;
padding:0px;
}

#header{
position:relative;
width:287px;
height:100px;
margin: 30px 0 5px 0;
text-align:left;
float:left;
clear:right;
}



