/*CSS index.php*/

body{
 
}

#mm{
 
 margin:auto;
}

#main{
 margin:0 auto;
 width:746px;
 border:0px;
 background-color:#ffffff;
 border:1px solid #cccccc;
}

#swf{
 padding-bottom:20px;
}

#main_menu{
 border-bottom:1px dashed #cccccc; 
 padding-bottom:7px; 
 margin-left:10px; 
 margin-right:10px;
}

#content{
 position:relative;
 float:left;
 border-right:1px dashed #cccccc;
 height:660px;
 width:165px;
 left: 5px;
 top: 0px;
}

#content2{
 position:relative;
 float:left;
 height:660px;
 width:540px;
 left: 10px;
 top: 0px;
}

#footer{
 border-top:1px dashed #cccccc; 
 margin-left:10px; 
 margin-right:10px;
}

.links_menu{
 font-weight:600;
 font-family: arial,helvetica,sans-serif; 
 font-size: 11px; 
}

#main_menu a:link {
 color:#83A3B0;
 text-decoration: none;
}
#main_menu a:visited {
 text-decoration: none;
 color: #83A3B0; 
}
#main_menu a:hover {
 color: #FF0066;
 text-decoration: underline;
}
#main_menu a:active {
 text-decoration: none;
 color: #83A3B0;
}