body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Book Antiqua, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img{
    border:0px;
}

#container {
	width: 850px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 770px;
	height: 160px;
	padding: 20px 40px 0px 40px;
	background-image: url('images/bg_header.jpeg');
	line-height: 100px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
    letter-spacing:2.7px;
    position:absolute;
}

#container-slogan {
    position:absolute;
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

#container-name span,#container-slogan span {
	color: #AABBCC;
}

#container-eyecatcher {
	width: 770px;
	padding: 0px 40px 0px 40px;
	height: 326px;	
	background: url('images/bg_eyecatcher_wingolf.jpg') top repeat-y;
}

#container-navigation{
	width: 770px;
	background-color: #AABBCC;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

#container-navigationLEFT {
	width: 500px;
	float:left;
	background-color: #AABBCC;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}
#container-navigationRIGHT {
	width: 270px;
	float:right;
	text-align:right;
	background-color: #AABBCC;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

#container-navigationLEFT_LOGIN {
	width: 400px;
	float:left;
	background-color: #aaa;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}
#container-navigationRIGHT_LOGIN {
	width: 370px;
	float:right;
	text-align:right;
	background-color: #aaa;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}   

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	padding: 5px 15px 6px 15px;
}

#navigation li a:hover {
    font-weight:bold;
    color:black;
}

#container-content {
	width:770px;
	background-image: url('images/bg_content.gif');
	background-repeat: no-repeat;
	padding: 20px 40px 0 40px;
	height: auto;
}

#content {
    margin-top:0px;
	width: 600px;
	float: left;
}

#border {
	width: 130px;
	margin-left: 640px;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 770px;
	padding: 10px 0px 20px 0px;
	margin: 20px 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #e6b036;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 770px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h4 {
	font-size: 14px;
	color: #AABBCC;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #000000;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

/* DONE AND ERROR MESSAGE */
#systemMsg{
   width:770px;
   
}
#systemMsg p{
    padding: 2px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    background-color:#abc;
    border:1px solid #000;
}


div.login{
    text-align:center;
}
