html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background-color: #3b0205;
	width: 100%;
	font-family: serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	padding-bottom: 25px;
	background-image: url(/img/tlo.gif);
}

.clear
{
	clear:both;
	height: 1px;
	line-height: 1px;
}

a 
{
	text-decoration: none;	
}

#ie6_warning
{
	display:none;	
	visibility: hidden;
	height: 0px;
}

.center
{
	margin: 0px auto;
	width: 802px;
	padding: 0px;
	line-height: 1px;
}

#main
{
	width: 800px;
	height: auto;
	background-color: #fff;
	margin: 0px auto;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
}

#pageskel
{
	width: 793px;
	background-color: #fff;
	margin: 0px 1px;
	padding: 2px 0px 0px 3px;
	border-left: 1px solid #c7bea1;
	border-right: 1px solid #c7bea1;
}

#topbar
{
	width: 800px;
	height: 26px;
	margin: 0px auto;
	text-align: right;
	padding: 16px 8px 0px 0px;
	color: #ff0000;
}

#topbar a
{
	color: #b8ac97;
}

#menu
{
	background-image: url(/img/menu_tlo.jpg);
	width: 790px;
	height: 42px;
	padding-left: 3px;
	margin-top: 5px;
	clear: both;
}

#menu a
{
	padding: 8px 6px;
	height: 17px;
	line-height: 17px;
	display: block;
	float: left;
	background-image: url(/img/menu_split.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #904001;
	font-weight: bold;
}

#menu a:hover
{
	color: #755940;
	text-decoration: underline;
}


#c_block
{
	background-color: #f2efe0;
	background-image: url(/img/content_tlo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 790px;
	margin-bottom: 2px;
}

#c_block_main
{
	background-color: #f2efe0;
	background-image: url(/img/content_tlo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 790px;
	height: 435px;
	margin-bottom: 2px;
	padding-top: 20px;
}

#main_content
{
	background-image: url(/img/main_tlo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px 0px 0px 30px;
	padding-top: 0px;
	padding-left: 277px;
	color: #904001;
}

#main_content p
{
	margin: 10px 0px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}


#menu2
{
	padding: 20px 20px 0px 20px;
	width: 158px;
	height: 700px;
	float: left;
}

#menu2 a
{
	display: block;
	line-height: 14px;
	text-align: center;
	width: 158px;
	background-image: url(/img/menu2_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #904001;
	padding: 12px 0px;

}

#content
{
	padding: 20px;
	width: 544px;
	float: left;
	background-image: url(/img/dynks1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #904001;
}

#content h1
{
	font-size: 40px;
	margin: 0px 0px 20px 0px;
}

#content p
{
	margin: 10px 5px;
}


#dynks2
{
	width: 1px;
	float: left;
}

.news
{
	float: left;
	width: 222px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	
}

.news a
{
	color: #904001;
	
}

.news p
{
	margin: 5px;
	font-weight: normal;
	height: 60px;
	overflow: hidden;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
