@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	background-color: #000;
	background-image: url(../images/layout/alumaxi-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
}

p {
	font-size: 14px;
	color: #999;
	text-align: justify;
}

#header {
	height: 130px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 120px;
	width: 211px;
	margin-top: 10px;
}
#menu {
	float: right;
	height: 55px;
	width: 680px;
	margin-top: 55px;
	}
#menu a {
	font-size: 15px;
}

#menu-line {
	float: right;
	height: 4px;
	width: 650px;
	margin-top: 18px;
	background-image: url(../images/layout/menu-bg.png);
	background-repeat: repeat-x;
	
}
#main-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	clear: both;
}
#main-content-left {
	float: left;
	width: 560px;
	padding-right: 20px;
}
#main-colum-right {
	background-image: url(../images/layout/column-bg.png);
	background-repeat: repeat-y;
	background-position: left;
	float: right;
	width: 300px;
	padding-left: 20px;
}

h1 {
	font-size: 30px;
	color: #FFF;
}
h2 {
	font-size: 30px;
	color: #09F;
}
.image {
	border: 1px solid #333;
}


.image_left{
	float: left;
	margin-right: 25px;
	border: 1px solid #333;
}

.image_right{
	float: right;
	margin-left: 25px;
	border: 1px solid #333;
}

#main-colum-right ul li {
	text-decoration: underline;
	list-style-image: url(../images/layout/li.png);
	margin-bottom: 10px;
}
#main-colum-right ul  {
	margin-left: 20px;
}

#main-content-left ul li {
	text-decoration: underline;
	list-style-image: url(../images/layout/li.png);
	margin-bottom: 10px;
}
#main-content-left ul  {
	margin-left: 20px;
}

/* to top */
#toTop {
	width:30px;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#666;
	text-decoration:none;
}
#footer {
	background-color: #000;
	width: 100%;
	clear: both;
}


#footer-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
.footer-logo {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	position: relative;
}
.footer-text {
	float: right;
	width: 650px;
	position: relative;
	top: -40px;
}
#cu3er-container {
	background-image: url(../images/layout/cu3er_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 360px;
}
.RelevantLinks {
	font-size: 9px;
	clear: both;
	float: right;
	height: 15px;
	width: 200px;
}

