html{
height:100%;
margin:0;
padding:0;
}

body{
margin:0px;
padding:0px;
background:#FFFFFF url(../images/background.png);
}

#page{
width:800px;
overflow:hidden;
margin:0px auto;
background:#FFFFFF;
border-left:solid 2px #000000;
border-right:solid 2px #000000;
}

#logo{
float:center;
width:800px;
height:120px;
background:url(../images/logo.png) no-repeat center;
}

#bar{
float:center;
width:800px;
height:15px;
background:url(../images/bar.png) repeat-x center;
}

#copy{
clear:both;
width:800px;
height:15px;
background:url(../images/bar.png) repeat-x center;
}

#footer{
clear:both;
width:800px;
height:32px;
background:url(../images/footer.png) repeat-x center;
}

#menu{
width:210px;
float:left;
display:inline;
padding:2px;
}

#content{
width:582px;
float:left;
text-align:justify;
padding:2px;
}

.pan{
background:#FFFFFF;
border:1px solid;
border-color:#cccccc;
padding:5px;
}

#sidebar ul {
list-style: none;
margin: 0 0 2px 0;
padding: 0;
}

#sidebar ul li {
display: inline;
margin:0;
padding:0
}

#sidebar li{
list-style: none;
}

#sidebar ul li a {
border-bottom: 1px dotted #666;
color: #696969;
display: block;
text-decoration: none;
margin-left: 0px;
padding: 4px 0px 4px 4px;
background-repeat: no-repeat;
background-position: 2px 50%;
font-size: 11px;
font-weight: normal;
}

#sidebar ul li a:hover{
color: #494949;
background-color: #eeeeee;
font-weight: normal;
}

.font{
color:#000000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.font a:active,
.font a:visited,
.font a:link{
	font-weight: bold;
	color:#000099;
	text-decoration:none;
}
.font a:hover{
    color:#494949;
    text-decoration: underline;
}

.g_title a{
	font-family: Tahoma;
	font-size: 13px;
	color: #444444;
	text-decoration: none
}

.g_description{
	font-family: Tahoma;
	font-size: 9px;
	color: #c1c1c1;
	text-decoration: none
}

.g_hr{
	padding:0px;
	margin:0px;
	border: none;
	border-top:1px dotted #b1b1b1;
}

.image{
padding:3px;
border:1px solid #e4e4e4;
background-color: #FFFFFF;
}

.image:hover{
padding:3px;
border:1px solid #e4e4e4;
background-color: #e4e4e4;
}

input, textarea{
background: #f4f4f4;
border: 1px solid #b2b2b2;
color: #000000;
font-family:Tahoma;
font-size:10px;
margin: 1px;
padding: 3px;
}

