body
{
	background:#292929;
	margin: 0px 0px 0px 0px;
}


.main
{
	
}

.left
{
	width: 210px;
	background: url('img/nav.gif');
	vertical-align:top;
}

.nav
{
	margin: 15px 10px 45px 20px;
}

	.nav a
	{
		color: #FFFFFF;
		font-family: arial;
		font-size: 14px;
		text-decoration: none;
		cursor: hand;
	}


	.navbutton
	{
		height: 20px;
		padding-top: 5px;
		border-bottom: 1px solid #6D6D6D;
		cursor: hand;
		padding-left: 7px;
	}

	.navbutton-on
	{
		height: 20px;
		padding-top: 5px;
		border-bottom: 1px solid #6D6D6D;
		cursor: hand;
		padding-left: 7px;
		background: url('img/button.gif') repeat-x bottom;
	}
	
.contact
{
	padding-left: 10px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

	.contact a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}

.right
{
	width: 690px;
	background: url('img/content.gif');
	vertical-align:top;
}

.content
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	padding: 0px 37px 25px 19px;
}

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

.footer
{
	background: url('img/nav.gif') bottom left repeat-y;
}

#logos {
	width:690px;
	height:69px;
}


#logo {
	float:left;
	height:37px;
	border-color:#00CCCC;
	background-color:#00CC33;
		
}

/* ............mailform & contact.............*/

fieldset{
	margin: 0;
	padding: 0 10% 0 10%;
	border: none;
	/*background: #dcdcdc;*/
	color: #3e3e3e;
}
/*
label{
	display: block;
}*/

input{
	width: 50%;
}

textarea{
	width: 50%;
	height: 100px;
}

input[type^="submit"]{
	height: auto;
	width: 50px;
}

.content a {color: #333333; text-decoration:none;}
.content a:hover {color: #006699; text-decoration:none;}