html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#224971;
	bottom:0px;
	font-family:arial,sans-serif;
	font-size:small;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:901px;
	background:#3D5B7F;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background-repeat: no-repeat;
	background: url("../images/header.jpg");
	height: 281px;
}

	div#header img {
	    border: none;
	}

div#content {
	padding:0em 2em 5em; /* bottom padding for footer */
}
	div#content img {
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: #224971 url("../images/footer.jpg");
	height: 58px;
	background-repeat:no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top:20px;
	font-weight: bold;
	font-family: arial;
}
	div#footer a {
	    text-decoration: none;
	    color: white;
	    float: right;
	    margin-top:20px;
	    font-weight: normal;
	    font-size: 15px;
	}
	
p,ul,li {
	color: white;
	font-size: 18px;
	font-family: verdana;
	line-height: 1.5em;
}

p.title {
	color: #F6D35D;
	font-size: 23px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

p.title2 {
	color: #F6D35D;
	font-size: 23px;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}

ul#top_menu {
	float: right;
	margin-top: 0px;
}

	ul#top_menu li {
		display: inline;
		list-style-type: none;
		margin: 0px;
	}
	
table, tr, td {
	border: none;
	border-collapse: collapse;
}
td {
	padding-top: 8px;
}

div#content_back {
	 width:813px;
	 height:341px;
	 background: url("../images/content_back.jpg");
	 padding-top:20px;
	 background-repeat:no-repeat;
	 margin: auto auto;
	 padding-bottom: 10px;
	 .padding-bottom: 30px;
}

div#content_back2 {
	 width:813px;
	 height:400px;
	 background: url("../images/content_back.jpg");
	 padding-top:20px;
	 background-repeat:no-repeat;
	 margin: auto auto;
	 padding-bottom: 10px;
	 .padding-bottom: 30px;
}

div#content_back3 {
	 width:813px;
	 height:450px;
	 background: url("../images/content_back.jpg");
	 padding-top:20px;
	 background-repeat:no-repeat;
	 margin: auto auto;
	 padding-bottom: 85px;
	 .padding-bottom: 30px;
}

#exchange {
	border: 2px solid white;
	color: white;
	background-color: #052143;
	width: 700px;
	margin: auto auto;
}

	#exchange td {
	    border: 1px solid white;
	    height: 25px;
	}
	
img {
	border: none;
}

.form_label {
	text-align: right;
	width: 40%;
	background: #758FAA;
	border-bottom: 15px solid #052143;
	border-top: 15px solid #052143;
}

.fix_select {
	width: 175px;
	.width: 170px;
}

div#preload { display: none; }