#container {
	width: 57em;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	text-align:left;
	padding: 1em;
}

#header {
	margin-bottom: 1em;
	height: 10em;
}

#header_left {
	float: left;
        height: 10em;
	width: 13.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	margin-bottom: 0em;
	background-color: #F0F0FC;
	background-image: url(http://.com/images/Bkg5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header_right {
	float: right;
        height: 10em;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	margin-bottom: 0em;
	background-color: #ECE4E4;
	background-image: url(http://.com/tmp/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation {
}

#left_container {
        float: left;
        width: 13.8em;
}

#left {
	float: left;
	width: 13.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #F1FCF1;
}

#content {
	float: right;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCF1F1;
}

#right {
}

#footer {
	clear: both;
	padding: 0.5em;
	background-color: #FAF5FF;
	color: #4a4c57;
	text-align: center;
	font-size: .9em;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
}

img
{
	vertical-align: bottom;
}

input, textarea, select
{
	color: #75778E;
	border: 1px solid;
	margin: 1px;
	padding: 2px;
}

p, table {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
}

tr {
}

td {
}

h1 {
	font-size: 5.3em!important;
	font-size: 3.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	font-size: 2em;
	padding: 0.5em;
	color: #798196;
	border-bottom: 1px solid #EEEEEE;
}

h3 {
	font-size: 1em;
	padding: .5em;
	color: #365885;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

ul {
}

ol {
}

li
{
	margin-left: 30px;
}

a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #365885}
a:active {color: #365885}
