body {
	color:#333;
	background-image: url(img/default_bg.png);
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: 0.5px;
}


#container {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	width: 1048px;
	left: 50%;
	margin-top:30px;
	margin-left: -524px;
	
}

#header {
	color:#FFF;
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	height: 91px;
}


#content {
	background-image: url(img/bg_content.png);
	width: 1048px;
	height: 415px;
	margin: 0px;
}

#content_left {
	width: 680px;
	float: left;
	padding-left:50px;
	padding-right:15px;
	margin-top:115px;
	margin-bottom:-130px;
	text-align:justify;
	
	
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#headline {
	margin-top:-76px;
	margin-left:-36px;
	margin-bottom:-20px;
	height:45px;
	width:625px;
	
}
#text_left {
	padding-top:10px;
	z-index:1;
}

#footer {	
	clear: both;
}
#title {
	padding-left:30px;
	color:#FFF;
	background-image: url(img/bg_footer.png);
	background-position:center;
	background-repeat: no-repeat;
	height: 60px;
	
}


#logos {
	position: relative;
	top:60px;
	left: 50%;
	margin-left:-480px;
	padding-bottom:0px;
	height:70px;
	width:611px;	
}
#menu {
	position:absolute;
	top:13px;
	left: 45px;
	height:25px;
	width:630px;
}

#text {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size:14px;
	z-index:1;
	position: relative;
	left: 50%;
	margin-top:-440px;
	margin-left:250px;
	padding-top:52px;
	padding-left:10px;
	width: 235px;
	height: 328px;
	background-image:url(img/bg_right_grey.png);
	background-repeat:repeat;
	table-layout:fixed;
}

#copyright {
	float:left;
	font-size:14;
} 
#title_menu {
	font-size:10px;
	float:right;
	width:250px;
	padding-top:7px;
	padding-right:29px;
	
}

img {
	border: none;
}

