@import url(screen/content.css);

#wrapper, #contact-wrapper, #footer {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	border-style: solid;
	border-color: #555;
	border-width: 0px 0px 0px 0px;
}

#contact-wrapper {
	background-color: #d1d1d1;
}

#footer {
	border-width: 1px 0 0 0;
	background-color: transparent;
	background: transparent url("../images/roundcorn/bottom_gray-03.png") no-repeat scroll bottom center;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

#content-wrapper {
	visibility: visible;
}

#logotype {
	text-align: center;
	width: 100%;
	background-color: #000;
	border-bottom: 1px solid #555;
}

#logotype-content {
	width: 1000px;
	margin: 0 auto;
}

#navigation {
	width: 100%;
	background: #C0C0C0 url(../yaml/navigation/images/shiny_buttons/background.png) repeat-x scroll right center;
	border-bottom: 1px solid #555;
}

.coda-nav ul li a {
	font-weight: bold;
}

.coda-nav a:hover {
	color: #FFF;
	background: #000 url(../yaml/navigation/images/shiny_buttons/background_active.png) repeat-x scroll right center;
	}

.right-nav {
	float:right;
}

.coda-nav .right {
	float:right;
}

.coda-nav .right a {
	border-width: 0px 0px 0px 1px;
}

	
.textcol {
	width: 230px;
	margin: 10px 5px 5px 10px;
	float:left;
}

.imgcol {
	float:right;
}

.fullcol {
	width: 900px;
	padding: 10px 5px 5px 10px;
	margin: 0 auto;
}

.contactcontainer {
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	background-color: #FFF;
	border: 1px solid #555;
}