body {
	background-color: #262626;
	margin:0px;
}

body, td, th {
	color: #ffffff;
	font-size:12px;

}

.menu {
	background-color: #454545;
	color:#FFFFFF;
	padding:10px;
	border-bottom: 1px solid #606060;
}

A.menu:link { COLOR: F#fff; TEXT-DECORATION: none }
A.menu:visited { COLOR: #fff; TEXT-DECORATION: none }
A.menu:active { COLOR: F#fff; TEXT-DECORATION: none }
A.menu:hover { COLOR: F#fff; TEXT-DECORATION: underline }

.search {
	
	background: url(img/search.jpg) no-repeat;
	padding:45px 15px 25px 15px;
	background-color: #454545;
}

.site_img {
	padding:23px;
	background-color: #454545;
}

.title{
	background: url(img/title_bg.jpg) no-repeat;
	height:28px;
	padding-left:40px;
}

.title_black,
.title_blue,
.title_brown,
.title_gray,
.title_green,
.title_orange,
.title_pink,
.title_purple,
.title_red,
.title_white,
.title_yellow {
	height:30px;
	padding-left:40px;
}
.title_black{ background: url(img/title_brack.jpg) no-repeat; }
.title_blue{ background: url(img/title_blue.jpg) no-repeat; }
.title_brown{ background: url(img/title_brown.jpg) no-repeat; }
.title_gray { background: url(img/title_gray.jpg) no-repeat; }
.title_green { background: url(img/title_green.jpg) no-repeat; }
.title_orange { background: url(img/title_orange.jpg) no-repeat; }
.title_pink { background: url(img/title_pink.jpg) no-repeat; }
.title_purple { background: url(img/title_purple.jpg) no-repeat; }
.title_red { background: url(img/title_red.jpg) no-repeat; }
.title_white { background: url(img/title_white.jpg) no-repeat; }
.title_yellow { background: url(img/title_yellow.jpg) no-repeat; }
