@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#container
{
	margin: 0 auto;
	background-image:url(img/backmain.png);
	background-repeat: repeat-y;
	width: 1000px;
	height:100%;
	text-align: left;	
}

h1 {
font-family:"Trebuchet MS";
color:#3366FF;
font-size:16px;
}

#right h4 {
font-family:"Trebuchet MS";
color:#3366FF;
font-size:13px;
}


#menu a {
font-family:"Trebuchet MS";
color:#ffffff;
font-size:12px;
text-decoration:none;
font-weight:bold;
margin-left:5px;
margin-top:10px;
}

#menu a:hover {
color:#3366FF;
}

#header {
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	height: 350px;
	padding-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	text-align: left;		
}

#logo {
text-align:center;
	height: 130px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left;		
}

#menu {
	height: 250px;
	padding-top:0px;
	padding-left:30px;
	width:270px;
	margin-bottom:0px;
	text-align: left;
	float:left;		
}

#menu p {
padding:0px;
margin:0px;
}

#gfx {
	height: 250px;
	width:700px;
	padding-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	text-align: left;
	float:left;		
}

#tresc {
	background-image:url(img/content.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height-min:230px;
	padding-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	text-align: left;		
}

#left {
	padding-top:0px;
	margin-left:120px;
	width:180px;
	padding-bottom:0px;
	text-align: left;
	float:left;		
}

#left h4 {
padding-top:50px;
font-family:"Trebuchet MS";
font-size:12px;
color:#FF0000;
}

#right {
	width:560px;
	padding-top:0px;
	margin-left:20px;
	padding-right:120px;
	padding-bottom:0px;
	text-align: left;
	float:left;		
}

#footer {
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	height: 120px;
	padding-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	text-align: left;		
}
