* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #003a60 url("bg.jpg") repeat-x;
	font: 12px  "Calibri", "Trebuchet MS", "Verdana", "Arial", sans-serif;
	line-height: 15px;
	color: #00345b;
}

table, td {
	vertical-align: top
}

a {
	text-decoration: underline;
	color: #004a9e;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #ff6600;
	margin-bottom: 0px;
	font-weight: bold;

}

h2 {
	font-size: 12px;
	color: #ff6600;
	margin-bottom: 0px;
	font-weight: bold;
}


img, img a {
	border: none;
}

p {
	margin-bottom: 10px;
}

ul { 
	margin:0; padding:15px 
} 

ol { 
	margin:0; padding:30px 
} 
/* 	CLASS  */

.clear {
	clear: both;
}



/* ID */

#container {
	margin: 0 auto;
	background: transparent url("bg_overall.jpg") no-repeat;
	width: 1024px;
	height: 800px;
}

#content_container {
	width: 780px;
	margin: 0 auto;
}

	#navigation {
		float: left;
		width: 226px;
		padding-top: 240px;
		line-height: 25px;
		padding-left: 0px;
	}


	#navigation a {
		font-size: 14px;
		color: #ff6600;
		margin-bottom: 7px;
		font-weight: bold;
	}

	#content {
		width: 500px;
		margin-top: 80px;
		padding-right: 10px;
		float: right;
		height: 450px;
		overflow: auto;
	}

#footer {
	margin: 0 auto;
	margin-top: -110px;
	color: #fff;
	width: 780px;
	font-size: 12px;
}
	#footer table {
		width: 100%;
	}

	#footer table td {
		vertical-align: bottom;
		padding-right: 20px;
	}

	#footer table td.last a{
		color: #FFFFFF;
		vertical-align: bottom;
		text-align: right;
		padding-right: 0px;
	}
	
