/* xx-small, x-small, small, medium, large, x-large, xx-large */

body {
	max-width: 750px;
	min-width: 750px;
	font: small Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

a {
	color: #000;
}

.header, .main, .footer {
	width: 100%;
	clear: both;
	margin: 0 auto 0 auto;
}

/* Header  */

.header, .main, .footer {
	width: 100%;
	clear: both;
	max-width: 700px;
	min-width: 700px;
	margin: 0 auto 0 auto;
}

/* Header  */

.header .left, .header .right {
	height: 40px;
}

.header .left {
	display: none;
}

.header .right {
	background: url(../images/nucleart_logo.png) no-repeat bottom left;
	width: 100%;
}

.header .right .language {
	display: none;
}

/* Main */

.main {
	padding-top: 3em;
}
/* Content Block Sub_menu */
.menu {
	display: none;
}

.content {
	width: 100%;
}

.sub_menu {
	display: none;
}

/* Footer */

.footer .right, .footer .left, .footer .line, .footer .copyright {
	display: none;
}

.footer .copyright {
	float: right;
}