/*Roll Magazine css by www.hvvs.net */
body {
background-image:url(bodybg.gif);
background-repeat:repeat-x;
background-color:#060606;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:11px;
color:#FFF;
}
#wrap {
width:960px; 
height:610px;
position:absolute;
top:50%;
left:50%;
margin-top: -300px;
margin-left: -480px;
overflow:hidden;
}
#box {
width:950px;
height:610px;
background-image:url();
background-repeat:no-repeat;
border:0px #666666 solid;
}
#box_content {
width:950px;
height:600px;
background-image:url(/images/000.png);
float: left;
border-left:0px #666666 solid;
overflow: hidden;
}
#wrapper { margin:0px auto; width:950px;  padding:0; background:#000;}
#bottomcontent{
width:950px; 
height:600px;
}
.left {
float: right;
width: 415px;
height: 598px;
margin: 0px 2px 5px 0; 
padding:0px; 
background: #000 url("alt2.jpg") top no-repeat;
}
.middle {
float: right;
width: 370px;
height: 598px;
margin: 0 2px 5px 0; 
padding:0px; 
background: #000000
}
.right {
float: right;
width: 145px;
height: 600px;
margin: 0 2px 5px 0; 
padding:0px; 
background: #000 url("rollhome_03_03.gif") top no-repeat;
}

#customscroll {
width: 371px;
height: 440px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: url(../images/beige.gif) repeat;
margin: 0px;
padding:0px 10px 0px 25px; 
}
h1 {
font-family: arial;
font-size: 17px;
color: #ffffff;
font-weight: bold;
text-align: left;
padding:10px 0px 0px 25px; 
} 

h2 {
font-family: arial;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-align: justify;
word-spacing: 1px;
line-height: 2pt;
padding:0px 0px 0px 25px; 
}

h3 {
font-family: arial;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-align: left;
background: url(../images/02.png) no-repeat;
padding: 10px;
} 

h4 {
font-family: arial;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-align: justify;
border-bottom: 2px dotted #333;
line-height: 4pt;
}
h5 {
font-family: arial;
font-size: 10px;
color: #333;
font-weight: bold;
word-spacing: 1px;
line-height: 14pt;
text-align: justify;
background: #CCC;
}
h6 {
font-family: arial;
font-size: 10px;
color: #ffffff;
font-weight: bold;
word-spacing: 2px;
line-height: 12pt;
text-align: justify;
}

p {
font-size: 100%;
color: #ffffff;
font-weight: bold;
}
a {
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}