body {
	margin: 0px auto 0;
	text-align:center;
	background:url('bck.jpg');
	color:#333;
}

a, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	padding: 0 0px 0 0px;
	width:900px;
	margin: 0px auto 0;
	background:#fff;
	text-align:left;
}

/*
	---------------- IMAGES ---------------- 
*/

#bottom {
	position:absolute;
	top:250px;
	width:900px;
}

#nst {
	position:absolute;
	top:60px;
	width:900px;
}

#flags {
	position:absolute;
	top:10px;
	width:900px;
	text-align:right;
}

#call {
	position:absolute;
	top:40px;
	width:900px;
	text-align:right;
}

/*
	---------------- CONTENT ---------------- 
*/


#content {
	width:590px;
	min-height:400px;
	height:400px;
	padding:0 10px 5px 25px;
	margin:25px 0 2px 0;
	border-right:1px dashed #ddd;
	clear:both;
	float:left;
	font:16px Georgia;
}

#content h1 {
	color:#337fc6;
	font:18px Georgia;
	margin:0;
}

#data {
	padding:30px 4px 60px 10px;
	width:260px;
	float:left;
	font: 14px Georgia;
	color: #333;
	border-bottom:1px dashed #ddd;
}

#data img {
	vertical-align:bottom;
}

#data h1 {
	color:#f9450c;
	font:18px Georgia;
	margin:0;
}

#data a, a:hover, a:visited {
	color:#333;
}


#data ul {
	list-style-type:none;
	margin:2px 0 0 0;
	padding:0;
}

#data ul li {
	padding:2px 0 5px 5px;
} 


#menu {
	font: 13px Arial;
	color:#fff;
	position:absolute;
	width:900px;
	top:256px;
	text-align:right;
}

#menu p {
	margin:0;
}

#menu a, a:hover, a:visited {
	color:#fff;
}


#footer {
	width:883px;
	min-height:60px;
	padding:10px 2px 2px 15px;
	font: 12px Trebuchet MS;
	color:#fff;
	background:#454545;
	clear:both;
	margin-bottom:2px;
}

#footer a, a:hover, a:visited {
	color:#fff;
}

