body{
   font-family:Arial;
   /*background-image: url(../../bg.jpg);
   background-repeat: repeat-x;*/
   background-color:#888888;
}

#header{
   background-image: url(img/logo.jpg);
   background-repeat: no-repeat;
   width: 800px;
   height: 98px;
}

#title{
   font-size: 24pt;
   color: #880000;
   padding-top: 50px;
   float:left;
   text-indent:10px;
}

#main{
    width:800px;
	height:780px;
	padding-top:2px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:left;
}

.ind2{
    text-indent:4px;
	font-weight:bold;
	font-size:10pt;
}

.ind12{
    text-indent:24px;
	display:block;
	font-size:10pt;
	line-height:16px;
	margin-left:5px;
	margin-top:5px;
}

#menu{
    margin-top:10px;
    margin-left:7px;
    width:200px;
    height:300px;
	float:left;
	font-family:Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
}

#content{
   font-family:Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
   width:570px;
   float:left;
   height:540px;
   margin-left:10px;
   margin-top:10px;
   font-size:10pt
}

img {border:none;}
a{color:#888888}
i{color:#008800}