body {
	background-color: #afafaf;
	font-family: sans-serif;
	font-size: 12px;
}

.main {
	border: 2px double yellow;
	background-color: black;
	width: 1024px;
	margin: 12px auto auto auto;
}

.body {
	float: left;
	background-color: black;
}

.content {
	float: left;
	font-family: serif;
	font-size: 12px;
	width: 804px;
	padding: 5px 5px;
	min-height: 400px;
	background-color: white;
}

.user_cp {
	width: 100px;
	color: yellow;
	font-family: serif;
	font-size: 8px;
	background-color: black;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.header {
	background-color: black;
	text-align: center;
	height: 120px;
}

.menu-left {
	float: left;
	width: 105px;
	min-height: 400px;
	text-align: center;
	background-color: black;
}

.menu-right {
	float: right;
	width: 105px;
	min-height: 400px;
	background-color: black;
	text-align: center;
}

.footer {
	clear: both;
	width: 1024px;
	height: 50px;
	text-align: center;
	background-color: black;
	color: white;
	font: normal normal 100 medium sans-serif;
}

.dialog {
	border: thin solid black;
	background-color: white;
	margin: 100px auto;
	text-align: center;
	width: 300px;
}

.nav-bttn {
	width: 100px;
	height: 25px;
}

#home {
	background: url("img/bttn/home.jpg");
}

#forum {
	background: url("img/bttn/forum.jpg");
}

#login {
	background: url("img/bttn/login.jpg");
}

#register {
	background: url("img/bttn/register.jpg");
}

#links {
	background: url("img/bttn/links.jpg");
}

#database {
	background: url("img/bttn/database.jpg");
}

#browse {
	background: url("img/bttn/browse.jpg");
}

#search {
	background: url("img/bttn/search.jpg");
}

#new {
	background: url("img/bttn/new.jpg");
}

#logout {
	background: url("img/bttn/logout.jpg");
}

a.menu {
	color: black;
	text-decoration: none;
}

a.footer {
	color: white;
	text-decoration: none;
	font: normal normal 900 medium sans-serif;
}

a.user_cp {
	color: white;
	text-decoration:none;
	font-family: serif;
	font-size: 11px;
	padding: 0 0;
	margin: 0 0;
}

p.header {
	vertical-align: middle;
}

p.head {
	background-color: black;
	color: white;
	font-size: 14px;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}

a {
	color: black;
	font-family: serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

p {
	margin: 5px 5px;
}

td {
        font-family: serif;
        font-size: 11px;
        background-color: white;
}

th {
	padding: 2px 2px;
	background-color: black;
	color: white;
	font-family: serif;
	font-size: 14px;
}

input {
	border: thin solid black;
	margin: 1px 1px;
	background-color: #white;
}

select {
	border: thin solid black;
	margin: 1px 1px;
}

textarea {
	border: thin solid black;
	margin: 1px 1px;
}

button {
	border: thin solid black;
}


