/* Basic HTML CSS stuff */
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image:url(../images/wallpaper.jpg);
	text-align: center;
	margin: 0 0 30px;
}
fieldset{
	margin:10px auto;
	border: 1px solid #000;
	width: 380px;
}
label{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
legend{
	color: #000;
	background: #ccf;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
	position: relative;
}
h2 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
table{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;

}
TEXTAREA {
	height: 120px;
}
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 4px;
	left: 20px;
	width: 90%;
}
ul.menu li {
	display: inline;
	margin: 0;
}
ul.menu,
ul.menu li a {
	padding: 4px 15px 4px;
	text-decoration: none;
}
ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #fff;
	margin: 0;
}
ul.menu li a:hover {
	background: #fff;
	color: #333 !important;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}

/*basic page layout css */
#page {
	background: url(../images/layout_middle.png);
	text-align: left;
	margin: 0px auto;
	/* The entire template's width is set in this class. */
	width: 720px;
	_width: 720px;
}
#top_layout {
	background: url(../images/layout_top.png);
	width:720px;
	height:53px;
	margin: 30px auto 0;
}
#header {
	text-align:left;
	width: 658px;
	padding:0px;
	margin:0px;
	position: relative;
	height: 105px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat; 
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#footer {
	font-size: .9em;
	line-height: 1.5em;
	color: #FFF;
	width:720px;
	height:53px;
	background-image: url(../images/layout_bottom.png);
	text-align: center;
}
#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	border: none;
	font-weight: bold;
}
.primary {
	font: small "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	width: 638px;
	_width: 638px; /* IE Hack */
	padding: 15px 10px 10px;
	margin: 0 10px 0 30px;
	_margin: 0 20px 0 15px; /* IE Hack */
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/*  # CSS   */
#address p{
	margin: 0px;
}
#advert p {
	color: #000;
	font-size: 0.8em;
	margin:0;
}
#advert a:hover, #advert a {
	text-decoration: underline;
}		
#advert {
	width: 658px;
	text-align: center;
	padding:0px;
	margin:0px;
	position: relative;
}
#content p {
	margin-top:1em;
}
#content td {
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
}
#left {
	float: left;
}
#left, #right {
	width: 200px;
	margin: 25px;
	border: 1px solid black;
	padding: 3px;
}
#left p, #right p{
		font-size: 0.8em;
		text-align: center;
		color: #000003;
		margin: 0;
	
}
#mainbody {
	margin: 25px;
}
#right {
	float: right;
}

/* . CSS  */
.button {
    border: 1px solid #000;
    background: #ccf;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
    padding: 2px 8px;
}
.input {
    border: 1px solid #000;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.links{
	text-decoration: none;
	background: #fff;
}
.links a:visited , .links a:active {
	text-decoration: none;
	color: #000;
	border-left: 2px solid #fff;
}
.links a {
	display:block;
	color: #000;
	border-left: 2px solid #fff;
}
.links a:hover {
	color: #000;
	border-left: 2px solid #000;
}
.links h1 {
	margin-top: 10px;
}
.map {
	margin: 10px 0;
	text-align: center;
}