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


/* HEADER
----------------------------------------------*/

#international_header {
	float: left;
	width: 900px;
	height: 250px;
	background-color: #333;
}


/* main navigation
-------------------------*/
#international_nav {
	float: left;
	width: 600px;
	height: 250px;
}

#international_nav_left {
	float: right;
	width: 300px;
}

#international_nav_right {
	float: right;
	width: 155px;
}

.international_nav {
	list-style: none;
	padding: 0px;
	margin: 28px 0 0 0;
}

.international_nav a1{
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
	color: #ccc;
	line-height: 2.7em;
	text-decoration: none;
}

.international_nav a:hover1 {
	color: #fff;
	font-weight: bold;
	line-height: 27em;
	text-decoration: none;
}
/*-----end main navigation*/


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

#splash {
	float: left;
	width: 900px;
	height: 340px;
	border-top: 1px solid #ccc;
	background-color: #ccc;
}


/* FOOTER AREA
----------------------------------------------*/

#international_footer {
	float: left;
	width: 900px;
	height: 50px;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color: #5a5a5a;
}

.footer_text {
	font-size: 1.1em;
	color: #000;
	margin-left: 10px;
}

