@charset "UTF-8";
/* CSS Document */


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: top;
	background: transparent;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000000;
	}

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;
}

#wrapper {
	position:relative;
	width:960px;
	background:url(bg_wrapper.png) top left repeat-y;
	padding:0px 10px;
	margin-left:auto;
	margin-right:auto;
	}

#wrapper_bg {
	display:block;
	position:absolute;
	width:244px;
	height:324px;
	bottom:-13px;
	right:10px;
	background:url(../watermark.html) top left no-repeat;
	z-index:0;
}

#header {
	width:940px;
	height:199px;
	position:relative;
}

#right_column {
	margin-top:20px;
	margin-right:20px;
	width:220px;
	height:auto;
	float:right;
	position:relative;
}

#left_column {
	width:660px;
	height:auto;
	margin-left:10px;
	float:left;
	position:relative;
}

#content_container {
	width:920px;
	height:auto;
	position:relative;
	border:10px solid #ab0534;
	border-top:none;
}

.float_left {
	float:left;
	margin-left:30px;
}

.float_left2 {
	float:left;
	margin-left:30px;
}

/***miscellanous*****/

.advert_bottom {
	width:200px;
	height:auto;
	/*background:#920424 url(../images/l_bottom_advert_bg.jpg) bottom left no-repeat;*/
	color:#000;
	text-align:center;
	padding:15px 10px;
	font-size:14px;
	font-family:Times, serif;
}

.clear {
	clear:both;
}

/*****slideshow****/

#slideshow {
	position:relative;
  	float:left;
  	height:350px;
	width:610px;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*******miscellanous******/

.line2 {

	width:600px;
	height:1px;
	background:#999;
	margin-bottom:10px;
}

#left_column > div:nth-child(2) > form {display: none}