﻿@charset "UTF-8";

body { font-family:Arial, Helvetica, sans-serif; background:#F4F4F4; color: #999; margin: 0; padding:0;}
/* HEADER */
#header_main { 
	height: 90px; 
	width: 100%; 
	background: #000000 ; 
}
	
#header_short { 
	height: 90px;
    text-align: center;
    border-bottom: 2px solid #0BB5FF; 
    box-shadow:rgba(34,25,25,0.4) 0 1px 3px;
}

#header_short img { 
	padding: 15px 0; 
	margin: 0; }
	
/* ---------------------- */


#nav { 
	height: 46px; 
	width: 100%;
	background:url(/images/nav_gradient.png) repeat-x ; 
}

/* ---------------------- */

#message {
	margin: 60px auto;
	width: 370px;
	text-align:center;
}

#message h1 {
	font-size: 30px;
	margin-top: 10px;
}
#message p {
	font-size:15px;
	margin-top: 30px;
}

#message a {
	color: #06263C;
	text-decoration:underline;
}
#message a:hover {
	color: #06263C;
	text-decoration:none;
}

/* ---------------------- */



#maintenance{
	margin: 60px auto;
    text-align: left;
    width: 520px;
}

#maintenance img {
    float: left;
}

#maintenance h1 {
	color: #959595;
    float: left;
    font-size: 30px;
    margin-left: 20px;
    margin-top: 34px;
    width: 360px;
	font-weight:bold;
	letter-spacing: -1px;
}
#maintenance p {
	color: #666666;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin-left: 20px;
    margin-top: 11px;
    width: 309px;
}



/* ---------------------- */

#footer {
	width: 100%;
	height: 30px;
	background: #E4E5E9;
	position:fixed;
	bottom: 0;

}

.copyright {
    float: left;
    line-height: 30px;
    padding-left: 15px;
	color: #333;
	font-size:11px;
}

.footerlinks {
    float: right;
    line-height: 30px;
    padding-right: 15px;
	color: #333;
	font-size:11px;
}

.footerlinks a {
	color: #333;
	text-decoration:none;
}

.footerlinks a:hover {
	text-decoration:underline;
}