/**
 * 0057 example by Nat
 * 
 * width = 865
 *
 * In styles css we add only images and colors we use in a current template
 **/

body {
	background: #222222;
}

.container{
	background:url('../../img/body_bgrn.png') repeat-x top #fff;
}

.header {}

.header_name{
	color:#fff;
}

.header_info {
	color:#00bcfc;
}
.header_img {
	border-right:100px solid #569667;

}
img.img_header_img {}
.header_bottom {
	color: #555;
}

.footer {
	background-color: #222222;
	border-top:2px solid #7b7b7b;
}
.footer_info {
	color:#7b7b7b;
	text-align:center;
}
.footer_right {}
.footer_left {}
.footer_bottom {
	color: #aaa;
}
img {}

.main{}
.basic_right {}
.basic_content {}
.basic_right_box {}
.basic_middle {}

/**
 * menu box
 */

.menu_line {}
.menu_box{
	border-left: 100px solid #569667;
}
img.menu {}
table.menu {}
td.li1, td.li2, td.li3, td.li4, td.li5, td.li6 {}

a.menu {
	color:#444444;
	background-color: #d6d6d6;
}

a.menu:hover, a.now {
	color:#71b47f;
	background-color: #242424;
}



/**
 * H1-H6
 */
h1 {}
h2 {}
h3 {}

/**
 * DIV
 */

.box{
	color: #9c9c9c;
	border-left: 100px solid #569667;
	padding-left:20px;
}
.box_top {}
.box_bottom {}
.box_content{}
.list_box{}
.list_box_float{}


/**********************************
 * div imgs
 */

.img_box{}
.img_button{}
.img_box_bottom{}


/**
 * A
 */
a.none {}

a {
	color:#569667;
}

a:hover {}

a.dcs_link {
	color: #bbb;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

a.dcs_link:hover {
	color: #fff;
} 


