div.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
div.content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: auto;
}
div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 50px;
}

div.toplinks {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 980px;
	height: 20px;
    background-color: #464646;
}

div.main {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 980px;
	height: 490px;
}
div.footer {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 980px;
	height: 15px;
	background-color: #464646;
}

#login {
    position: absolute;
    width: 400px;
    height: 200px;

    top: 30px;
    left: 290px;

    background-color: #ccc;
}

img {
	border-width: 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:white;
	background-color: black;
	margin: 0;
	padding: 0;
}
th {
    background-color: #464646;
    text-align: center
}
table {
	padding: 0px;
}

table ul {
    list-style-type: none;
    padding-left: 25px;
}
td.field_error {
	text-align: left;
	color: red;
    border: thin solid black;

    vertical-align: top;
    padding-left: 22px;
    background: #ffc URL('/site_media/images/no.png') left top no-repeat;
}

label.required {
    font-weight: bold;
}
a {
	color: red;
}
/*
form label {
    float: left;
}
form input {
    float: left;
}
*/
