body {
	margin: 0;
	padding: 0;
	background-color: #336699;
	font: 0.8em arial, verdana
}

/*
.header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 120px;
	background: #7FCAFF url(../images/header_bg.gif);
	position: relative;
}
*/

.header {
	background-color: #7FCAFF;
}

.header .container {
	margin: 0 auto 0 auto;
	background: url(../images/header_bg.gif) top left no-repeat;
	height: 120px;
	width: 800px;
	position: relative;
}

.header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 48px;
	text-indent: -999em;
}

.header h1 a {
	width: 288px;
	height: 51px;
	display: block;
}

.header hr {
	display: none;
}


.body {
	background-color: #FFD75F;
}

.body .container {
	padding: 0 25px 10px 25px;
	margin: 0 auto 0 auto;
	background: url(../images/body_bg.gif) top left repeat-y;
	width: 750px;
}

.body form {
	margin: 0;
	padding: 0;	
}

.body form ul.error {
	margin: 3px 0 0 3px;
	padding: 0;
	list-style: none;
}

.body hr {
	display: none;	
	
}

.footer {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #cccccc;
}

.footer .container {
	padding: 15px 50px 20px 50px;
	margin: 0 auto 0 auto;
	background: url(../images/footer_bg.gif) top left repeat-y;
	width: 700px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;	
}

.footer hr {
	display: none;	
	
}

.footer .links {
	float: right;	
}

.content {
	margin: 0 0 0 1px;
	padding: 5px 10px 0 10px;
	width: 730px;
	background: url(../images/content_bg.gif) top left repeat-x;
}

.content h2 {
	margin: 5px 0 0 10px;
	padding: 0;	
}

.content p {
	margin: 5px 20px 10px 20px;
}

.content ul {
	margin: 10px 0 0 30px;
	padding: 0;
}

.content dt {
	margin: 5px 5px 5px 10px;
}

div.translate {
	margin: 0 0 0 1px;
	width: 750px;
	height: 70px;
	background: url(../images/translate_bg.gif) bottom left repeat-x;		
}

div.translate h2 {
	margin: 0;
	padding: 10px;
}

div.translate h2 a {
	text-decoration: none;
	display: block;
	background-color: #fff;	
	text-align: center;	
	padding: 10px;
	color: #000000;
}

div.translate h2 a:hover {
	text-decoration: underline;
}

form.translate {
	margin: 0 0 0 1px;
	width: 750px;
	height: 70px;
	background: url(../images/translate_bg.gif) bottom left repeat-x;	
}

form.translate table {
	margin: 15px 0 0 10px;
}

form.translate input.uri {
	padding: 2px 10px 0 10px;
	width: 350px;
	border: solid 1px #cccccc;	
	height: 22px;
	font-size: 15px;
	line-height: 25px;
}
	
form.translate select.language {
	width: 240px;
	border: solid 1px #cccccc;	
	height: 25px;
	font-size: 18px;
	line-height: 25px;
}

form.translate input.submit {
	height: 26px;
	font-size: 15px;
}

form.translate .error {
	color: red;
}

.item {
	padding: 0 0 25px 0;
	background: #ffffff url(../images/item_bottom_bg.gif) bottom left no-repeat;		
	position: relative;
}

.item .container {
	padding: 5px 20px 10px 20px;	
	margin-top: 10px;
	width: 690px;	
	background: #ffffff url(../images/item_top_bg.gif) top left no-repeat;
}

.item h4 {
	margin: 0;
	padding: 8px 0 10px 0;
}

.item h4 a {
	font-size: 1.3em;
	text-decoration: none;
	color: #000;	
}

.item h4 a:hover {
	text-decoration: underline;
}

.item .datecreated {
	position: absolute;
	bottom: 5px;
	right: 15px;
}