#container {
margin:0 auto;
width: 800px;
background:url(img/div.PNG);
font-family:verdana;
font-Size: 12px;
Color: #a8a8a8;

}

#header {
height:188px;
margin-top: -13px;
background:url(img/header.PNG) no-repeat;
}

#header2 {
margin-left: 22px;
margin-top: -31px; 
width: 800px;
font-family:verdana;
font-Size: 12px;
Color: black;
}

#login {
margin-left: 580px;
padding-top: 1px; 
width: 160px;
font-family:verdana;
font-Size: 12px;
Color: black;
}

#navi {
float: left;
margin-left: 25px;
margin-top: ;
width:137px;

}

#navi2 {
float: left;
padding: 1px;
margin-right: 25px;
margin-left: 5px;
width: 180px;
color: #646464;
background-color: #F9F9F9;
border: 1px solid #D8E6F1;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;

}

#post_small{
	text-align: left;
	width: 530px; 
	color: black;
	margin: 1px auto 8px auto;
	padding: 8px;
	background: #F8F8F8;
	border: 1px solid #E5E6EA;	
}


#content {
float: left;
margin-left: 25px;
width: 555px;
background: white;
font-family:verdana;
font-Size: 12px;
color: #646464;
background-color: #F9F9F9;
border: 1px solid #D8E6F1;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#footer {
clear: left;
background:url(img/bot.PNG) no-repeat;
height:45px;
color: black;
}

#top {
float:left;
margin-left:25px;
margin-top:10px;
color: black;
width:100%;
}

i { color: #fd71a6; font-family:verdana;
font-size: 9px;
}
u { color: #787878;
letter-spacing:0px;
font-family:verdana;
font-size:9px;
font-weight: bold;
}
s { color: #959595; font-size:10px;
font-family:verdana;
}

b { color: purple;
letter-spacing:0px;
font-family:verdana;
font-size:12px;
font-weight: bold;
}

font {
font-family:verdana;
font-Size: 9px;
Color: #a8a8a8;
}
#Layer {
background-color: #ffffff;
color: #FFFFFF;
font-family: arial, sans-serif;
opacity: 0.6;
filter: alpha(opacity=60); }




#title {
font-family:verdana;
text-align: center;
font-weight: justify;
font-size: 10pt;
line-height: 15px; color: red;
letter-spacing: 1px;
padding-left: 5px;
background-color: #CC9933;
border: 1px solid orange;
margin: 1px;
}

#title2 {
font-family:verdana;
text-align: left;
font-weight: bold;
font-size: 12px;
line-height: 15px; color: #5EA1D5;
letter-spacing: 1px;
padding-left: 5px;
border-bottom: 1px solid #5EA1D5;
margin: 1px;
}

a.menu:link, a.menu:visited, a.menu:active {
display: block;
height: 20px;
color: #5EA1D5;
border-bottom: 2px solid black;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
a.menu:hover { /*hover background color*/
display: block;
height: 20px;
color: black;
border-bottom: 2px solid #5EA1D5;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
img { margin: 0px;
border: 0px solid #DAD1BF;
}
a {
color: black;
text-decoration: none;
font-size: 12px;
}
a:hover, a:active {
color: red; /* #9BB9C3; */
text-decoration: none;
font-size: 12px;
}

input, input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #C6C7C9;
    background-color: #F6F6F6;
    padding: 0.1em;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-top-left: 4px;
    -webkit-border-radius-top-right: 4px;
    -webkit-border-radius-bottom-left: 4px;
    -webkit-border-radius-bottom-right: 4px;
}

input:hover, input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border: 1px solid black;
    background-color: #F6F6F6;
    padding: 0.1em;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-top-left: 4px;
    -webkit-border-radius-top-right: 4px;
    -webkit-border-radius-bottom-left: 4px;
    -webkit-border-radius-bottom-right: 4px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background: white;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5db6e9;
} 