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

body {
	background:#000;
}

.header {
	background:url('../../img/header_bgrn1.png') repeat-x 0px 0px #000;
}

.header_name{
	color:#b6a586;
}

.header_name2{
	color:#984787;
}

.header_info {
	color:#baad92;
}
.header_img {}
img.img_header_img {}
.header_bottom {
	color: #555;
}

.footer {
	background:url('../../img/footer_bgrn1.png') top repeat-x #000;
}

.footer_info {
	color:#ccc;
}

.footer_right {}
.footer_left {}
.footer_bottom {
	color:#555;
}
img {}

.main{
	color: #aaa;
}

.basic_left {
	border-right:1px solid #d6bca5;
}
.basic_content {

}
.basic_right_box {}
.basic_middle {}

/**
 * menu box
 */

.menu_line {}
.menu_box{}
img.menu {}
table.menu {}
td.li1, td.li2, td.li3, td.li4, td.li5, td.li6 {}

a.menu {
	color:#d6bca5;
}

a.menu:hover {
	color:#eee;
}



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

/**
 * DIV
 */

.box{}
.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:#baad92;
}

a:hover {}

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

a.dcs_link:hover {
	color: green;
} 


