/* Sublenko CSS Brand Styles */

/* Page Margins */
* {margin: 0; padding: 0;}

/* Body Elements */
html,body{font-family:Georgia,Helvetica,Arial,Verdana,sans-serif; font-size:12px; color:#3a3834;  background:#fff; 
background-image:  url("../css_images/main_bg.jpg");
background-color: #1b1a16;
background-repeat:repeat-y;
}


h2 {
font-size: 12px;
font-weight:bold;
color: #575652;
}

h3{
color: #4b4a45;
font-size: 12px;
}

p.bandbox {padding-top:0em;}

p{
padding-top:1em;
}

a {outline: none;}
a:link {color: #4b4a45; text-decoration: none; color:#3a3834;}
a:visited {text-decoration: none; color:#3a3834;}
a:hover {text-decoration: none; color:#3a3834;}
a:active {text-decoration: none; color:#3a3834;}

div#container {
width:717px;
min-height:759px;
}
div#col_left {
width:304px;
float:left;
}
div#col_right{
width:400px;
float:right;
}

div#enter{
margin-left:18px;
}

.Flash {

}

.menu{
margin-top:117px;
height: 40px;
}

.scroll{
width:399px; height: 310px; overflow: auto; 
margin-top:1px;
}

.scrolltext{
padding:30px 25px;
background-image:  url("../css_images/scrollbg2.jpg");
background-attachment:scroll;
background-repeat:no-repeat;
}

.bandtext{
padding:14px 16px;
background-image:  url("../css_images/scrollbg2.jpg");
background-attachment:scroll;
background-repeat:no-repeat;
}

.profilepic{
padding-left:16px;
padding-top:14px;
}
.bands{
background:#22211d;
}

.bandinfo{
padding-bottom:16px;
padding-top:14px;
padding-left:16px;
background:  url("../css_images/bandbg2.jpg"); /*tab background image path*/
background-repeat:no-repeat;
}

.bandinfo{
padding-bottom:16px;
padding-top:14px;
padding-left:16px;
background:  url("../css_images/bandbg2.jpg"); /*tab background image path*/
background-repeat:no-repeat;
}

.bandpic{
float:left;
margin-right:10px;
}

.banddesc{
padding-top:10px;
padding-bottom:16px;
margin-right: 20px;
overflow: hidden;
height: 45px;
}


.glossymenu{
position: relative;
margin: 0 auto 0 auto;
background:  url("../css_images/tabon.jpg"); /*tab background image path*/
background-repeat:no-repeat;
list-style: none;
	
}

.glossymenu li{
float:left;
text-align:center;
}

.glossymenu li a{
float: left;
background:  url("../css_images/taboff.jpg");
background-repeat:no-repeat;
color:#4a4944;
text-decoration: none;
font-family: sans-serif;
font-size: 1em;
font-weight: bold;
width:133px;
height: 40px;
line-height: 43px;
cursor: pointer;	
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 8px; /*Padding of menu items*/
}



.glossymenu li.current a, .glossymenu li a:hover{
color: #565551;
background:  url("../css_images/tabon.jpg");
background-repeat:no-repeat;
}



