﻿body, html {
	height:100%;
}
#wrap {
	background:#000 url(/imgs/bodybk.jpg) bottom right no-repeat;
}
#header {
	background-color:#000;
    height:240px;
}
#bodyid_default #header {
    height:84% !important;
}
#header * {
	outline:none;
}
#content {
	text-align:justify;
	color:#999;
	font-size:1.7em;
	padding:30px 40px 70px;
	margin-left:26px;
}
#content h1 {
    text-align:left;
}
#content a {
	color:#FFF;
	text-decoration:none;
	border-bottom:2px dotted #FFF;
}
#content a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
#content h1, #content h2, .errorbox{
    color:#FFF;
}
.errorbox {
    font-size:1.4em;
}
input, select {
    font-size:1.2em !important;
    font-weight:normal !important;
}
#footer {
    padding:30px 70px;
    color:#999;
    font-size:1em;
}
#footer a {
    color:#999;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
#nav {
    list-style:none;
    margin:0;
}
#nav li {
    float:left;
    padding-right:20px;
}
