#container {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 330px;
}
#header {
	padding-top: 130px;
	padding-bottom: 1px;
	background-image: url(../im_base/header.png);
}
#contentLeft {
	width: 250px;
	float: left;
	margin-left: 65px;
	margin-top: 20px;
}
#contentRight {
	float: left;
	width: 350px;
	margin-left: 23px;
	margin-top: 10px;
}
#footer {
	padding-bottom: 27px;
	padding-top: 26px;
	text-align: center;
	background-image: url(../im_base/footer.png);
	background-position: bottom;
	padding-left: 0px;
}
body {
	background-color: #FFF;
}
.clearBoth {
	clear: both;
}
#footer a {
	font-size: 9px;
	text-decoration: none;
	color: #900;
}
#footer a:hover {
	color: #609;
	text-decoration: none;
}
#content {
	background-image: url(../im_base/slice1.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 0px;
}
#navigation a:hover {
	text-decoration: none;
	color: #F00;
}
#navigation a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 8px;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.smallText {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	text-align: right;
}
.imBorder {
	margin: 8px;
	padding: 1px;
	border: 1px solid #333;
	background-color: #FFF;
}
#content a:link {
	color: #009;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
#content a:hover {
	color: #F00;
	text-decoration: none;
}
#content a:visited {
	color: #00C;
	text-decoration: none;
}
#contentFull   {
	width: 750px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
strong {
	font-weight: bolder;
	color: #333;
}

