body{
	background-color: #1e1d16;
    background-image: url('images/backgrounds/repeat_wood.jpg');
    background-repeat: repeat-x;	
}

div#container {	
	background-color: white;
	    background-image: url('images/backgrounds/stripe.gif');
    background-repeat: no-repeat;
    background-position: 636px 289px;
}

body.acunsa div#header{
    background-image: url('images/backgrounds/header_acu.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
body.maksa div#header{
    background-image: url('images/backgrounds/header_maksa.jpg');
}

body.asa div#header{
    background-image: url('images/backgrounds/header_asa.jpg');
}

body.mcasa div#header{
    background-image: url('images/backgrounds/header_mcasa.jpg');
}

body.scsa div#header{
    background-image: url('images/backgrounds/header_scsa.jpg');
}

body.ssa div#header{
    background-image: url('images/backgrounds/header_ssa.jpg');
}

body.mcsa div#header{
    background-image: url('images/backgrounds/header_mcsa.jpg');
}

div#content{
}

div#sidebar_right{
}


#broadcaster img.post_image, .event img, img.photo, img.thumbnail, #ad img{
	border: 1px solid black;
}




.half_width, .third_width, .quarter_width {
	border-right: solid #ebebeb 1px;
}

.last_col{
	border-right: none;
}

.2_cols p, .3_cols p, .4_cols p {
	border-right: solid #ebebeb 1px;
}


div#footer{
	background-color: white;
	border: 1px solid #ccc;
	border-style: solid none;
}

hr{
	border-color: #ebebeb;
	border-style: solid none none none;
	border-width: 1px;
}

a img {
	border-style: none;
}
