@CHARSET "ISO-8859-1";

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

body {
	backgound: #FFFFFF;
	margin: 0 auto 0;
	text-align: justify;
	color: #000000;
}

#container {
	margin:5px auto 0; 
	padding:0; 
	background-color:#FFFFFF;
	position: relative;
	width: 820px;
}

#header {
	position: relative;
	height: 75px;
	width: 300px;
	overflow: hidden;
	z-index: 3;
}

#contentContainer {
	position: relative;
	width: 100%;
	top: -25px;
	z-index: 2;
}

#topLeft {
	float: left;
	background: url('../img/topleft.jpg') bottom left;
	width: 22px;
	height: 24px;
	margin-top: -2px;
}

#topRight {
	float: right;
	background: url('../img/topright.jpg') bottom right;
	width: 22px;
	height: 24px;
	margin-top: -2px;
}

#menu {
	position: relative;
	width: 100%;
	height: 22px;
	padding-top: 1px;
	background: #DEDEDE;
	text-align: right;
	border-top: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
}

#menu a {
	position: relative;
}

#submenu {
		width: 100%;
		height: 18px;
		padding-top: 2px;
		background: #EFEFEF;
		text-align: right;
		border-bottom: solid 1px #CDCDCD;
		font-size: 0.8em;
}

#content {
	position: relative;
	width: 820px;
	background: #EFEFEF;
}

#contentMain {
	width: 760px;
	padding: 30px;
	position: relative;
	min-height:300px; 
	_height:300px; 
	background: url('../img/bottom.jpg') bottom repeat-x;
}

#footer {
	position: relative;
	width: 820px;
	clear: both;
}

#switch {
	position: relative;
	float: left;
	width: 49%;
	top: -5px;
	left: 10px;
	font-size: 0.8em;
	color: #bbbbbb;
}

#copyright {
	position: relative;
	float: right;
	text-align: right;
	width: 49%;
	top: -5px;
	right: 10px;
	font-size: 0.8em;
	color: #bbbbbb;
}
#left {
	width: 49%;
	float: left;
}

#right {
	position: relative;
	text-align: right;
	width: 49%;
	margin-left: 50%;
}