body { 
	font-family: Helvetica, sans-serif;
	min-width: 750px;
	font-size: 100%;
	background: #F6FBFF;
	background-image: url('/static/frontbg.jpg');
}

#header {
	clear: both;
	height: 30px;
	border-bottom: 1px #E6F3FF solid;
	color: #144;
	
}
#header a { color: #166; text-decoration: none; }
#header a:hover { color: #000; text-decoration: none; }


#header #title {

	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 5px;
	padding-top: 4px;
	padding-left: 10px;
	color: #123;
	text-align: left;
	float: left;
}

#header #topinfo {
	font-size: 13px;
	float: right;
	padding-top: 9px;
	padding-right: 10px;
}


#footer {
	clear: both;
	height: auto;
	border-top: 1px dotted #ddd;
	padding: 15px;
	font-size: 12px;
	height: 50px;
	color: #839795;
}


#main-container {
	padding: 5px;
	min-height: 400px;
	background: #fff;
	padding-bottom: 100px;
}


.fixed-width {
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
}



a {
	color: #199; text-decoration: none;
}
a:hover {
	color: #000; text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 3em;
	padding-top: 1em;
}

h1  {  
	font-size: 1.4em; 
	font-family: Verdana, sans-serif; 
	color: #4Ca3c0;
}
h2  {  
	font-size: 1.3em; 
	font-family: Verdana, sans-serif; 
	color: #3C93b0;
}    
h3  {  
	font-size: 1.2em; 
	font-family: Verdana, sans-serif; 
	color: #2C7390;
}
h4  {  
	font-size: 1.1em; 
}
h5  {  
	font-size: 1.05em; 
}
h6  {  
	font-size: 1em; 
}
p   {  
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 1.3em;
	padding-top: 0.5em;
}

.warning {
	color: #aa3300;
}

form, button, input {
	border: 0;
	margin:0; 
	padding:0;
	background: none;
}


input {
	border: 1px #4CA3C0 dotted;
	padding: 5px;
	width: 250px;
}

input[type="submit"] {
	width: auto;
}
