/*********************************************/
/************ Airidas 2008 *******************/
/*********************************************/
/**************** HTML ***********************/
/*********************************************/
body {
	margin:0; padding:0;
	font-family:Verdana, Tahoma, Arial, Serif;
	line-height: 1.5em;
	font-size: 0.76em;
	color:#333;
	text-align:center;
}
table {
	border:0px;
	font-size: 12px;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 1.5em;	
}
h2 {
  margin-top: 0;	
  font-family:Verdana, Tahoma, Arial, Serif;
  font-size: 12px;
  font-weight: bold;
  color: #800000;
}

a {
  text-decoration: none;
  color:red;
  

}
a:link, a:visited {
   color: #red;
}
a:hover {
	color: #b78181;

}

.links {
	color:white;
	padding-right:25px;
}
.links:hover  {
	color: white;
	text-decoration:underline overline;
}
.LR {
	position:relative;
	left:440px;
	color:white;
}
/*********************************************/
/**************** DIV ************************/
/*********************************************/
#container {	
	text-align:left;
	width:800px;
	padding-left:30px;

	
}
#header {
	background-color:#336699;
	height: 120px;	
	width: 760px;
	background:url(images/logo.jpg) no-repeat;
	
   
  	
}
#top_links {
   background:url(images/links.jpg) no-repeat;   
   width:760px;
   height: 30px;
   text-align:right;
   padding-top:3px;

   
}

#main {
	width: 760px;
	background-color: #ffffff;
	
	
}

#footer {
	clear: both;
	background:url(images/footer.jpg) no-repeat;
	color: #ffffff;
	font-size: 0.9em;		
	padding-top:3px;
	height: 30px;
	width:760px;
}

