html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */	
	background: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	text-align: center;
}

#container { 
	width: 950px;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */	
	background: #fff;
	text-align: left;
}

#header {
	height: 100px;
}

#main-contact {
	height: 250px;
	background: url(images/bg.top.jpg) no-repeat center;
}

#content { }

#menu {
	width: 270px;
	float: left;
	margin-left: 20px; 
	margin-top: 20px; 
	margin-right: 25px;
}

#right {
	width: 635;
	float: right;
	margin: 20px 0; 
}

#footer {
	clear: both;
	width: 950px;
	height: 60px;
	text-align: center;
}

#copyright { font-size: 12px; padding-top: 22px; color: #fff; }
#attractglobal a { color: #fff; }

.nav { float: right; margin-right: 30px; margin-top: 15px; line-height: 2.2; text-align: right; }

ul { list-style-type: none; margin-left: 10px; margin-top:0; padding: 0; line-height: 2; }
li { margin-top: 0; }

a { color:  #254888; text-decoration: none; }
a:hover { text-decoration: underline; color: #333; }

p { text-align: justify; padding: 0; margin-top: 0; margin-right: 25px; line-height: 2; }
