* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background: #666;
}

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

blockquote {
font: bold 1em sans-serif;
}


images {border: none;}

ul {
margin-left: 2em;
}
h1 {
font: normal 2.4em sans-serif;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
clear: both;
}
.stripes {
	background: #333 url(images/stripe.gif);
	background-repeat: x;
	height: 6px;
}
.left {
float: left;
}
.right {
float: right;
}

/* header */
.header {
	background: #ccccff url(images/logo.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 3px solid #444;
	height: 90px;
}

.contact {
float: right;
display: block;
line-height: 10px;
margin-top: 20px;

width: 37%;
padding: 0;
margin-left:20px;
}

.contact span{
font-weight: bold;
font: 2.4em sans-serif;
color:  #99cc66;
}

iframe {
border: none; 
margin: 0 auto;
padding:0;
}

/* structure */
.container {
width: 90%;
	
	
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	
}

.main {
	background: #fff;
	
	margin:0;
	padding:0;
}
.main .left {
width: 62%;
margin:0;
	padding:0;
}
.main .right {
width: 37%;
margin:0;
	padding:0;
}

.content {
	
	padding: 16px;
}

/* content elements */
.content h1 {
	color: #000;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #444;
	text-decoration: underline;
}
.content a:hover {
color: #aaa;
}
.content .descr {
margin-bottom: 5px;
}

/* navigation */
.nav {
background: #191919 url(images/nav.gif);
}
.nav a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 10px;
	text-transform: uppercase;
}
.nav a:hover {
	background: #191919 url(images/nav_hover.gif);
}

/* sub-navigation */
.subnav {

	background: #fff;
	
	padding-left: 12px;
}
.subnav h1 {
padding-top: 8px;
}
.subnav ul {
margin: 0;
}
.subnav li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #262626;
}
.subnav li a {
	color: #000;
	line-height: 2.4em;
	padding-left: 6%;
	text-decoration: none;
	display: block;
	width: 95%;
}
.subnav li a:hover {
background: url(images/li.gif) no-repeat left bottom; 
background-color:  #222;
color: #ccccff;
}
/*box class */
.box {
background-color:  #ccccff;
display: block;
width: 100%;
}
.box p{
padding: 8px;
}

.box a{
color: #444;
text-decoration: none;
padding: 2px;
background-color: #ddd;
}

.box a:hover{
color: #ccccff;
background-color: #444;
}

.boxed{
font: normal 1.6em sans-serif;
border-bottom: none;
text-decoration: none;
font-weight: bold;
background-color:  #99cc66;
padding: 8px;
}


/* footer */
.footer {
	background: #99cc66;
	
	color: #000;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
}
.footer li a {
	text-decoration: none;
	display: block;
	line-height: 2em;
	padding-left: 6%;
	width: 96%;
	color:#000;
}
.footer li a:hover {
background: url(images/li.gif) no-repeat left bottom; 
background-color:  #222;
color: #ccccff;
line-height: 2em;
	padding-left: 6%;
	width: 96%;
}
.footer a {
color:#000;
}
.footer a:hover {
	color: #ccccff;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {
margin: 0 3%;
}

/* bottom */
.bottom {
	color: #000;
	clear: both;
	font-size: 1.1em;
}
.bottom a {
color: #000;
}