﻿* {
margin: 0;
padding: 0;
}

body {
	font-family: Tahoma, serif;
	/*background-image: url('../drastik.gif');*/
	background: #2F2F2F;
	color: #DBDBDB;
	font-weight: 16px;
	font-smooth: alwyas 16px;
	text-align: center;
}
/* DIV */
#main {
	height: 50px;
	}
#container {
	margin: 0 auto;
	width: 800px;
	/*border: 1px solid red;*/
	}
#top {
	text-align: right;
	padding-right: 30px;
	/*font-size: 20px;*/
	height: 50px;
	background-image: url('top-bg.gif');
	}
#content {
	background-image: url('content-bg.gif');
	height: 400px;
	}
	
#bottom {
	height: 50px;
	background-image: url('bot-bg.gif');
	}
#menu-bottom {
	margin-top: 30px;
	clear: both;
	color:  #DBDBDB;
	font-size: 14px;
	text-align: center;
	font-smooth: auto;
	word-spacing: 15px;
}

/* CLASS */

/*#top-text {
	text-align: left;
	}*/
a.bottom {
	text-decoration: none;
	color: #DBDBDB;
	}
a:hover.botom {
	text-decoration: overline;
	}
h1.top{
	font-size: 20px;
	}
h3 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
h6 {
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

