body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FDFEFD;
}
#watermark {
	width: 100%;
	float: left;
	clear: none;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
}
#page {
	width: 760px;
	float: left;
}
#leftside {
	float: left;
	width: 410px;
	background-image: url(images/title-bg.gif);
	background-repeat: repeat-x;
}
#nav {
	float: right;
	width: 345px;
	text-align: right;
	clip: rect(0px,auto,auto,auto);
	position: static;
	top: 0px;
}
#footer {
	width: 745px;
	padding-bottom: 20px;
	clear:both;
}
#rightside {

	background-image: url(images/title-bg.gif);
	background-repeat: repeat-x;
	width: 345px;
	text-align: right;
	float: left;
}
#text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#text h1 {
	color: #C22026;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	display: inline;
}
#footer a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C22026;
	font-weight: bold;
	text-decoration: none;
}
#text h2 {
	color: #C22026;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
}
#text a {
	color: #C22026;
	text-decoration: none;
}
#text a:hover {

	color: #CCCCCC;
	text-decoration: none;
}
