@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
}
#container{
position:relative;
width:880px;
margin:0 auto;
background-color:#79011d;
}

#header{
float:
position:absolute;
width:880px;
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/logo.png', sizingMethod='alpha');
margin-top:45px;
width:322px;
margin-left:60px;
position:absolute;
z-index:3;
}
.gecko #logo{
float:left;
background-image:url(images/logo.png);
background-repeat:no-repeat;
width:322px;
height:78px;
position:absolute;
z-index:3;
}
.safari #logo{
float:left;
background-image:url(images/logo.png);
background-repeat:no-repeat;
width:322px;
height:78px;
position:absolute;
z-index:3;
}

#menubar{
position:relative;
margin:0 auto;
width:790px;
height:45px;
z-index:1;
}
#contents{
	position:static;
	width:auto;
	height:300px;
	background-color:#ffffff;
	z-index:1;
}
#bannersbase{
position:absolute;
z-index:0;

width:760px;
margin-left:60px;
margin-right:60px;
margin-top:0px;
padding-top:10px;
height:411px;
background-position:center;
background-repeat:no-repeat;
background-image:url(images/banners_base.png);
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:698px;
width:182px;
height:498px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rightcurtain.png', sizingMethod='alpha');
z-index:1;
}

.gecko #rightcurtain{
position:absolute;
margin-left:698px;
width:182px;
height:498px;
background-image:url(images/rightcurtain.png);
z-index:1;
}
.safari #rightcurtain{
position:absolute;
margin-left:698px;
width:182px;
height:498px;
background-image:url(images/rightcurtain.png);
z-index:1;
}
#newsletter{
position:relative;
z-index:2;
float:left;
padding-left:15px;
width:194px;
background-image:url(images/mailing_list.jpg);
background-repeat:no-repeat;
}
#footer{
position:relative;
width:880px;
margin:0 auto;
height:76px;
background-color:#7a011d;
}
#footertext{
position:absolute;
width:880px;
padding-top:17px;

}
#date{
}
#rightcontent{
float:center;
margin:0 auto;
padding-right:20px;
padding-left:20px;
padding-bottom:20px;
background-color:#ffffff;
width:780px;
}
#whitebox{
position:relative;
float:left;
width:255px;
height:221px;
margin-bottom:20px;
background-image:url(images/advertise_white_box.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;
}
#down{
position:relative;
margin-bottom:20px;
padding-left:15px;
}
#text{
width:760px;
height:100%
}
#cut{
clear:both;
}