html, body {
   margin : 0;
   padding : 0;
   height: 100%;
   min-height: 101%;
}

body {
   font : 13px Verdana, sans-serif;
   color : #333;
   background : #666;
   width : 100%;
}

a:link {
   color : #336633;
   background : transparent;
   text-decoration : underline;
   font-weight: bold;
}

a:visited {
   color : #336633;
   text-decoration : underline;
}

a:hover {
   	text-decoration: none;
	color: #ccc;
	background: #999;
}

a:active {
   color : #336633;
}

h2 {
   text-align : left;
   margin : 1.2em 0 0.75em 0;
   color: #666;
   font-size: 130%;
}

img {
   border : none;
   padding: 5px 5px 1px 5px;
}

#wrap {
   margin : 0 auto;
   width : 697px;
   background-image : url(images/back.gif);
   background-repeat: repeat-y;
   border: 1px solid #000;
}

#content {
   margin : 0;
   padding : 10px;
}



#right {
   float : right;
   width : 264px;
   margin : 0;
   padding : 0;
 }

 #left {
	float:left;
	width: 410px;

}

#left p{
	text-align: justify;
}

#right ul {
	margin : 0;
	padding: 0 0 0 25px;
	color: #666;
	font-size: 85%;
	list-style: none;
}

#right li {
 	margin : 0;
	padding: 5px 0 2px 0;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
	
}

#right a {
	color : #336633;
   	background : transparent;
   	text-decoration : none;
   	font-weight: bold;
}

#right a:hover {
	text-decoration: none;
	color: #ccc;
	background: #999;
}

#right a { display: block; }

#footer {
   margin : 0;
   padding : 5px;
   background: #999;
   text-align:center;
   height: 35px;
   clear: both;
   font-size: 80%;
}



