* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 72px;
	font: 13px/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	letter-spacing: 1px;
}
strong {
	font-weight: normal;
	color: #000;
}
p {
	margin-bottom: 10px;
}
ul, ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #069;
	color: #069;
}
a img {
	border-style: none;
}
table {
	margin-bottom: 10px;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
table tr th, table tr td {
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0 5px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}
a:hover {
	color: #369;
	border-bottom: 1px solid #369;
}
h2 {
	color: #971C1F;
	margin-bottom: 5px;
	font-size: 18px;
}
h3 {
	color: #000;
	margin-bottom: 5px;
	font-size: 15px;
	clear: both;
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* --- Grid --- */
.grid {
	width: 810px;
	margin: auto;
	padding: 0 5px;
}
.grid-c1 {
	width: 260px;
	margin: 0 5px;
}
.grid-c2 {
	width: 530px;
	margin: 0 5px;
}
.grid-c3 {
	width: 800px;
	margin: 0 5px;
}
.container {
	border: 1px solid #BBB;
	padding: 10px 10px 0px 10px;
	margin-top: 10px;
}
/*---*/
#header {
	height: 72px;
	text-indent: -9999px;
}
/*---*/
#header a {
	border: none;
}
#header h1 {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 72px;
	text-indent: -9999px;
}
#nav {
	height: 45px;
	line-height: 45px;
	text-align: center;
}
#nav a {
	color: #FFF;
	border-style: none;
	display: block;
	float: left;
	padding: 0 25px;
	background-image: url(../img/vline1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav a.first {
	background-image: none;
	margin-left: 10px;
	_margin-left: 30px;
}
#nav a:hover {
	text-decoration: underline;
}
#sidebar {
	text-align: center;
	margin-top: 10px;
}
#sidebar img {
	display: block;
	margin: auto;
}
#footer {
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding-top: 5px;
}
#footer p {
	margin-bottom: 0px;
}
#footer p a {
	margin: 0 5px;
}
#tt {
	position:absolute;
	display:block
}
#ttcont {
	display:block;
	padding:10px;
	margin-left:5px;
	background:#333;
	color:#FFF;
	letter-spacing: 0px;
	line-height: 1.2em;
	width: 250px;
}
