@charset "utf-8";
/* CSS Document */

/* defaults */
div { border:0; padding:0; margin:0; position:relative; display:block; }
a { text-decoration:none; }
li { list-style:none;}

/* Banner */
#BannerDiv { height:250px; width:100%; text-align:center; /*border:1px solid black;*/ }

#MainBody { width:1000px; margin:auto; }

/* Top menu */
#MenuTopDiv { width:690px; height:40px;  float:left; text-align:center;}
 #Btn-Info { width:100px; height:100%; float:left; text-align:center; margin:0px 5px; background-color:#C66; }
 #Btn-Program { width:100px; height:100%; float:left; text-align:center; background-color:#C66; }
 #Btn-Meld { width:100px; height:100%; float:left; margin:0px 5px; background-color:#C66; }

#MainContent { width:594px; height:650px; float:left; padding:50px; border:1px solid black;}
#MainRight_content { width:302px; height:auto; float:left; border:1px solid black; border-left:0px; }



