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;
}

#header {
   background-image : url(images/header.jpg);
   background-repeat : no-repeat;
   margin : 0;
   height : 161px;
}

#header h1 {
	color: #fff;
	margin: 0;
	padding: 20px 0 0 10px;
	text-align: left;
	letter-spacing: 3px;
	font-size: 160%;
}

#content {
   margin : 0;
   padding : 10px;
}

#content p {
   margin : 0 270px 6px 0;
   text-align : justify;
   font-size : 90%;
}

#right {
   float : right;
   width : 264px;
   margin : 0;
   padding : 0;
 }

#right p {
   margin : 1.2em 0.75em 1.2em 2.25em;
   font-size : 90%;
}

#right h2 {
	margin : 1.5em 0.75em 0.75em 2.25em;
	color: #666;
	text-align: center;
	font-size : 130%;
	background: transparent;
}

#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; }

#news a { display: inline; }

#footer {
   margin : 0;
   padding : 5px;
   background: #999;
   text-align:center;
   height: 35px;
   clear: both;
   font-size: 80%;
}


