* {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#container {
	height: 544px;
	width: 756px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	overflow:hidden;
}

#banner {
	height: 141px;
	width: 756px;
	background-image: url(../images/bg_banner.jpg);
	overflow:hidden;
}

#containerleft {
	height: 403px;
	width: 142px;
	float: left;
	background-image: url(../images/bg_left.jpg);	
	overflow:hidden;
}


#flags {
	height: 29px;
	width: 142px;
	float: left;
	overflow:hidden;
}

#menu {
	height: 152px;
	width: 142px;
	float: left;
	overflow:hidden;
}

#menubottom {
	height: 226px;
	width: 142px;
	overflow:hidden;

}


#contentcontainer {

	height: 403px;
	width: 614px;
	float: right;
	overflow:hidden;
}



#content {
	height: 364px;
	width: 526px;


	background-image: url(../images/bg_content.jpg);
	padding-left: 48px;
	padding-top: 20px;
	padding-right: 40px;
	overflow:hidden;
}


#content img {
	padding-left: 20px;
}


a.next:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding-left: 150px;
}

a.next:visited:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-left: 150px;
}

a.next:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-left: 150px;
}

a.next:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding-left: 150px;
}


a.prev:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.prev:visited:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.prev:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.prev:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.header {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

.header2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}


p {
	margin-bottom: 6px;
}

ul {
	list-style-type: decimal;
	padding-left: 24px;
}

li {
	list-style-type: decimal;
}

#footer {
	background-color: #9e665f;
	height: 19px;
	width: 614px;
	overflow:hidden;
	

}

