
* { margin: 0px; padding: 0px; font-size: 10pt; font-family: Arial, Helvetica, sans-serif }

img { border-width: 0px }

a, a:visited, a:link {
	color: #5555cc;
	font-family: Times New Roman
}

a:hover {
	color: #cc5555;
	text-decoration: none
}

.clear { clear: both }

#body {
	background-color: #996633
}

#container {
	width: 800px;
	margin: auto;
	background: url(images/bg_main.png) repeat-y left top
}

#tm {
	width: 800px;
	height: 90px
}

#tm a img {
	display: block;
	width: 800px;
	height: 90px
}

#banner {
	display: none
}

#toolbar {
	display: none
}

#header .extra {
	width: 800px;
	height: 60px;
	padding-top: 12px;
	background: url(images/header_title_b.png) no-repeat left top
}

#thanks {
	display:none
}

#counter {
	display: none
}

#main {
	clear: both;
	width: 800px;
	background: url(images/deco_pic.png) no-repeat right top
}

#selector {
	height: 25px;
	position: relative;
	left: 310px;
	top: -60px;
	width: 500px
}

#selector .border_top {
	display:none
}

#selector .border {
	width: 500px;
	height: 25px;
}

#selector .border_bottom {
	display: none
}

#menu {
	height: 25px;
	width: 500px;
}

#menu ul {
	display: block;
	list-style-type: none;
	width: 500px;
	height: 25px
}

#menu li {
	display: inline
}

#menu a, #menu a:visited, #menu a:link {
	color: #333333;
	height: 20px;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left:5px;
	margin-left:4px;
}

#menu a:hover {
	color: brown
}

#selector .extra {
	display:none;
	/*float: right;
	display: block;
	z-index: 50;
	width: 166px;
	border: 1px solid red*/
}

/*
#selector .extra img {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 323px
}
*/
/*
#selector .extra img {
	display: block;
	width: 166px
}
*/
#content_holder {
	width: 620px;
	margin-left: 8px;
	margin-top: -20px;
	background: url(images/bg_content.png) repeat-y left top
}

#content_holder .border_top {
	width: 620px;
	height: 40px;
	background: url(images/bg_content_top.png) no-repeat left top
}

#content_holder .border_bottom {
	display: block;
	width: 620px;
	height: 50px;
	background: url(images/bg_content_bottom.png) no-repeat left top;
	cursor: pointer
}



#content {
	width: 577px;
	margin: -25px 0px 0px 20px;
	color: #666666;
	letter-spacing: 1px;
	font-family: Times New Roman
}

#content th, #content td {
	padding: 5px
}

#content h1 {
	height: 32px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 50px;
	padding-top: 16px;
	margin-bottom: 10px;
	font-family: Arial;
	background: url(images/bg_content_h1.png) no-repeat left center	
}

#content h2 {
	height: 37px;
	font-size: 10pt;
	font-weight: normal;
	text-indent: 36px;
	line-height: 2.8;
	margin-top: 10px;
	margin-left:35px;
	margin-bottom: 10px;
	font-family: Arial;
	color: #996600;
	background: url(images/bg_content_h2.png) no-repeat left center	
}

#content h3 {
	font-size: 10pt;
	font-weight: blod;
	line-height: 2.5;
	font-family: Arial;
	color: #cc0066;
	margin: 10px 37px 15px 50px
}

#content h4 {
	font-size: 10pt;
	font-weight: blod;
	line-height: 2;
	color: #336699;
	margin: 10px 37px 15px 50px
}

#content h5 {
	font-size: 10pt;
	font-weight: blod;
	line-height: 2;
	color: #cc9900;
	margin: 10px 37px 15px 50px
}

#content h6 {
	font-size: 9pt;
	font-weight: blod;
	line-height: 2;
	color: #999933;
	margin: 10px 37px 15px 50px;
}

#content p {
	line-height: 1.9;
	margin: 10px 37px 15px 50px;
	text-align:justify
}

#content ul, #content ol {
	padding-left: 20px;
	line-height: 1.8;
	margin: 10px 37px 15px 50px;
}

#content ul {
	list-style-image: url(images/bg_li.gif);
	list-style-type: none;
	margin: 10px 37px 15px 50px;
}

#content ul ul {
	list-style-image: none;
	list-style-type: disc;
	margin-left: 2px;
	margin-right: 5px
}

#content ul ul ul {
	list-style-type: circle
}

#content ul ul ul ul {
	list-style-type: square
}

#content dl {
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 10px
}

#content a.more, #content a.more:visited, #content a.more:link {
	display: block;
	width: 69px;
	height: 26px;
	padding-top: 12px;
	font-size: 8pt;
	color: #888888;
	text-indent: 24px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/bg_more.png) no-repeat center center
}

#content a.more:hover {
	color: #cc9955
}

#content p.pager {
	clear: both;
	text-align: center;
	margin-left:30px
}

#content .pager a, #content .pager a:visited, #content .pager a:link {
	display: block;
	height: 20px;
	float: left;
	color: #FFFFFF;
	background-color: #FF9900;
	margin: 5px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	text-decoration: none
}

#content .pager a:hover {
	background-color: #FF5500;
}

#footer {
	clear: both;
	width: 800px;
	height: 75px;
	background: #5c3d20 url(images/bg_footer.png) repeat-x center top;
	color: white;
	font-size: 8px;
	line-height: 1.75;
	padding: 15px 0px 0px 0px;
	
}

#footer a, #footer a:visited, #footer a:link {
	color: #ffcc99
}

#footer a:hover {
	color: #ff6600;
	text-decoration: none
}

address {
	float: left;
	font-style: normal;
	padding-left: 10px
}

#powered {
	float: right;
	padding-right: 10px;
	text-align: right
}

