#menu {
	position:absolute;
	top:40px;
	left:10px;
	width:290px;
	background:#FFFFFF;
	padding: 0px 10px 0px 0px;
	border-right:1px solid #000000;
}

#main {
	position:absolute;
	top:40px;
	left:310px;
	background:url(../images/_2_bg.gif);
	background-repeat : no-repeat;
	background-position: center center;
	margin: 0px 40px 0px 0px;
	padding: 0px 20px 0px 20px;
	border-left:1px solid #000000;
}

#footer {
	position:absolute;
	left: 20px;

}


#signs ul {
		margin: 0px;
		padding: 5px;
		list-style-type: none;
    }

#signs ul li {  
		display: inline;
    }

ul {
                list-style-type:none;
		margin: 0px;
		padding: 2px;
}


p {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 12px;
		color: #000000; 
		text-align: justify;
}

form {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 12px;		
}

p.centered {
		text-align:center;
}

p.quotes {

		font-size:11px;
		width:240px;
}

p.copyright {
		font-size:10px;
		width:240px;
		text-align: right;
}

span.copyright {
		font-size:11px;
}

p.copyright_notice {
		font-size:10px;

}

p.printer_friendly {
                text-align:right;
}

h1 {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 20px;
}

h2 {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 18px;
}

h3 {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 16px;
}
h4 {
		font-family:Georgia,Times New Roman,Times,serif;
		font-size: 14px;
}


a:link {
		color: #CC0000;
}

a:visited {
		color: #CC0000;
} 

a:hover {
		color: #CC0000;
                background: #FFFF00;
		text-decoration: none;
}

a:active {
		color: #CC0000;
		cursor:wait;
} 

.anchor_link a:link {
		color: #CC00CC;
}

.anchor_link a:visited {
		color: #CC00CC;
} 

.anchor_link a:hover {
		color: #CC00CC;
		text-decoration: none;
}

.anchor_link a:active {
		color: #CC00CC;
		cursor:wait;
} 

img.dashed {
		border: 1px dashed #000000;
		margin: 5px; }

a img {
		border: none;
}


img {
		border: none;
}

img.menu {
		margin-left:84px;
}

img.logo {
		margin-left:40px;
}

hr {

		height: 1px;
		border: 1px dashed #000000;
}


div.img
  {
  margin: 2px;
  height: auto;
  width: auto;
  float:left;
  text-align: center;
  border: 1px dashed #CC0000;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  }

div.desc
  {
  text-align: center;
  width: 120px;
  margin: 2px;
  }

div.cleared {
clear:both;
}