@charset "utf-8";
/* CSS Document */

#wrapper {
    width:926px;
    margin:0 auto;
}

#header {
    width:926px;
    height:268px;
    background:url(../images/layout/header_img.jpg) no-repeat;
}

#menu {
    width:926px;
    height:28px;
    background:url(../images/layout/menu_bg.jpg) repeat-x;
    margin-top:3px;
    padding:0;
}

#container {
    width:750px;
    float:left;
    padding-top:10px;
}

#adds {
    width:170px;
    height:550px;
    float:right;
	background: #310343;
	text-align:center;
	padding-top:20px;
}


#news {
    width:460px;
    height:200px;
    float:left;
    
}

#articles {
    width:700px;
}

#gallery {
    width:230px;
    height:200px;
 	overflow:hidden;
    float:left;
}

#gallery .box_content {
	padding:0;
	height:170px;
	overflow:hidden;
}

#footer {
	width:920px;
	height:25px;
    background:url(../images/layout/menu_bg.jpg) repeat-x;
	padding-right:15px;
	padding-top:5px;
	margin:0 auto;
}

#gallery_categories {
	width:250px;
	float:left;
}

#gallery_images {
	width:450px;
	min-height:200px;
	float:left;
}