/* standard elements */
* {margin: 0; padding: 0;}
a {color: #888888;}
a:hover {color: #ffffff;}

body {
	background-image: url('img/bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #333333;
	color: #444;
	font: normal 62.5% verdana, "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}


h1,h2,h3 {
	color: #ffffff;
	padding-top: 6px;
}

.bold {
	font-weight: bold;
}

/* structure */
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	margin-top: 20px;
	width: 750px;
	background-color: #333333;
	height: auto;
	border: 1px solid #666666;
}

.header {
	background-image: url('img/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 8px;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* main */
.main {
	clear: both;
	padding: 8px 10px;
}

/* NAV DEFINITIONS */
#nav {
	width: 175px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	font-family: verdana;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	background-color: #222222;
	border: 1px solid #444444;
}

#nav ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}

#nav ul li {
	width: auto;
}

#nav ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 175px;
	border-bottom: 1px solid #555555;
	color: #ccc;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	text-indent: 5px;
}

#nav ul li a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #ffffff;
	text-indent: 5px;
}

#left {
	float: left;
}

#address {
	font-size: 10px;
	text-align: center;

}

#address p {
	color: #ccc;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: 1px;
}

/* content */
.content {
	float: right;
	width: 540px;
	height: auto;
}
.content .item {
	color: #ccc;
	text-align: left;
	padding: 6px 12px;
	border: 1px solid #555555;
	background: #444444;
	margin-bottom: 8px;
}
.content .item_white {
	color: #ccc;
	text-align: left;
	padding: 6px 12px;
	border: 1px solid #555555;
	background: #ffffff;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content img.border {
	border: 1px solid #666666;
}

#set_clear {
	clear: both;
}

/* forms */
.form_message {
	width: 300px;
}
/* footer */
.footer {
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 6px;
	width: 450px;
}
.footer a {
	color: #888888;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}