body{
	background-color: #000;
	background-image: url(../images/layout/bg_top.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

body, td, tr {
	color: #dedede;
	font-size: 11px;
 	font-family: tahoma, arial, verdana, sans-serif;
	line-height: 16px;
}

h1 {
	font-size: 15px;
	color: #ffff00;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 11px;
	color: #fff;
	margin: 0;
}

input, select, option {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #fff;
	font-weight: bold;
}

#container
{
	margin: 0 auto;
	width: 780px;
	padding-bottom: 20px;
}


#header {
	height: 75px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#header ul li a {
	display: block;
	width: auto;
	color: #fff;
	padding: 20px 30px 20px 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff0000;
}

#content {
	width: 96%;
	margin: 10px auto 0px auto;
}

#footer {
    left: 0px;
    right: 0px;
	padding-top: 15px;
	background-color: #000000;
	background-image: url(../images/layout/bg_foot.gif);
	background-repeat: repeat-x;
	
}

#footercontainer {
	margin: 0 auto;
	width: 780px;
	padding-top: 10px;
	background-image: url(../images/layout/logo_alkote.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 50px;
	text-align: center;
}

