@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg);
	background-color:#161616;
	background-repeat:repeat-x;
	background-color:#000000;
	background-attachment:fixed;
}
#container{
position:relative;
width:1000px;
margin:0 auto;
background-color:#79011d;
}

#header{
float:
position:absolute;
width:1000px;
height:143px;
background-image:url(images/header_bg.gif);
background-repeat: repeat-x;
z-index:3;
}

#logo{
float:left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo1.png', sizingMethod='alpha');
margin-top:25px;
width:850px;
margin-left:60px;
position:absolute;
z-index:3;
}
.gecko #logo{
float:left;
background-image:url(images/logo1.png);
background-repeat:no-repeat;
width:850px;
height:100px;
position:absolute;
z-index:3;
}
.safari #logo{
float:left;
background-image:url(images/logo1.png);
background-repeat:no-repeat;
width:850px;
height:100px;
position:absolute;
z-index:3;
}

#menubar{
position:relative;
margin:0 auto;
padding:0px;
width:910px;
height:45px;
z-index:600;
}
#contents{
	position:static;
	width:auto;
	height:300px;
	background-color:#ffffff;
	z-index:1;
}
#bannersbase{
position:absolute;
z-index:0;

width:940px;
margin-left:30px;
margin-right:30px;
margin-top:0px;
padding-top:10px;

background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;

}
#leftcurtain{
position:absolute;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-curtain.png', sizingMethod='alpha');
width:182px;
height:498px;
z-index:1;
}
.gecko #leftcurtain{
position:absolute;
width:182px;
height:498px;
z-index:1;
background-image:url(images/left-curtain.png);
}
.safari #leftcurtain{
position:absolute;
width:182px;
height:498px;
z-index:1;
background-image:url(images/left-curtain.png);
}
#rightcurtain{
position:absolute;
margin-left:818px;
width:182px;
height:498px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rightcurtain.png', sizingMethod='alpha');
z-index:1;
}

.gecko #rightcurtain{
position:absolute;
margin-left:818px;
width:182px;
height:498px;
background-image:url(images/rightcurtain.png);
z-index:1;
}
.safari #rightcurtain{
position:absolute;
margin-left:818px;
width:182px;
height:498px;
background-image:url(images/rightcurtain.png);
z-index:1;
}
#newsletter{
position:relative;
z-index:1;
float:left;
padding-left:15px;
width:194px;
background-image:url(images/mailing_list.jpg);
background-repeat:no-repeat;
}
#footer{
position:relative;
width:1000px;
margin:0 auto;
height:76px;
background-color:#7a011d;
}
#footertext{
position:absolute;
width:1000px;
padding-top:17px;

}
#date{
}
#rightcontent{
float:center;
margin:0 auto;
padding-right:20px;
padding-left:20px;
padding-bottom:20px;
background-color:#ffffff;
width:900px;
/*min-height:1170px;*/
}
#whitebox{
position:relative;
float:left;
width:255px;
height:221px;
margin-bottom:20px;
background-image:url(images/advertise_white_box.png);
background-repeat:no-repeat;
}

#whitebox_big{
position:relative;
float:left;
width:305px;
height:221px;
margin-bottom:20px;
background-image:url(images/advertise_white_box1.png);
background-repeat:no-repeat;
}

#whitebox2{
position:relative;
float:left;
width:255px;
height:369px;
margin-bottom:10px;
background-image:url(images/whitebox2.jpg);
background-repeat:no-repeat;
}
#titlesadvertising{
width:225px;
padding-top:25px;
padding-left:15px;
padding-right:15px;
}

#titlesadvertising_big{
width:275px;
padding-top:25px;
padding-left:15px;
padding-right:15px;
}

#down{
position:relative;
margin-bottom:20px;
padding-left:15px;
}
#text{
width:880px;
height:100%
}
#cut{
clear:both;
}

/*new footer*/

.NewFooter{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuHeader{
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}

.menuItem{
border-top:1px dotted #999999; width:150px; color:#FFFFFF;
}

.menuItem a{
color:#FFFFFF; font-size:12px; text-decoration:none;
}

.menuItem a:link{
color:#FFFFFF; font-size:12px; text-decoration:none;
}

.menuItem a:hover{
color:#990000; font-size:12px; text-decoration:none;
}

/*accordion*/

@font-face {
    font-family: 'Optimer';
    src: url('../fonts/optimer_regular-webfont.eot');
    src: url('../fonts/optimer_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/optimer_regular-webfont.woff') format('woff'),
         url('../fonts/optimer_regular-webfont.ttf') format('truetype'),
         url('../fonts/optimer_regular-webfont.svg#Optimer') format('svg');
    font-weight: normal;
    font-style: normal;
}

.accordion h3{
	font-family:Optimer; font-size:16px;
}

.accordion div{
	font-family:Optimer; font-size:16px;
}

