@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
background:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:underline;}
a:hover {text-decoration:underline;}

div.main a:link {color:#000000; font-weight:normal;}
div.main a:visited {color:#000000; font-weight:normal;}
div.main a:active {color:#000000; text-decoration:underline;}
div.main a:hover {color:#000000; text-decoration:underline;}


div.main {
position:absolute;
top:0px;
left:50%;
margin-left:-400px;
width:800px;
height:auto;
}

h1 {
font-size:20px;
font-weight:bold;
margin-bottom:30px;
}

div.navbar {
float:left;
display: block;
height:60px;
text-align:center;
}

.navbar img{
margin:-10px 0px 0px -10px;
}

div.active {background:#ff6a6a; width:100%;height:10px;}
div.inactive {background:#d07575; width:100%;height:6px;}

div.main img {
margin:20px;
}

img {border:0px;}
a {outline:0px;}

hr {
margin:10px;
margin-top:40px;
border:0px;
height:1px;
width:700px;
background-color:#8d4747;
}

div.post {
width:100%;
font-size:10px;
color:#8d4747;
text-align:center;
margin-bottom:50px;
}

.display1, .display2, .display3, .display4, .display5, .display6, .display7 {
display:none;
position: absolute;
top:50%;
left:50%;
background:#ffffff;
border:1px solid #000000;
overflow:hidden;
z-index:5;
font-size:10px;
}


