html {
	height:100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img, abbr {
	border: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	color: #2D2B2B;
}
body {
	font-family:'Tahoma', Geneva, sans-serif;
	font-size: 13px;
	background-color:#fff;
	background:#fff url(../images/bg.jpg) left top repeat-x;
}
/* Headings */  
h2 {font-size: 2em} 
h3 {font-size: 1.3em}
h4 {font-size: 1.2em} /* 18px */  
h5 {font-size: 1.1em} /* 16px */  
h6 {font-size: 1em} /* 14px */  
  
h2, h3, h4, h5, h6 {  
    font-weight: 400;  
    line-height: 1.2;  
    margin-bottom: .8em;  
}
a{ text-decoration:none; color:#5C0273}

#container{
	width:800px;
	margin:auto;
}



#body{
	width:800px;
	float:left;
	background-color:#FFF;
}

#header{
	margin:auto;
	width:800px;
	display:block;
	height:171px;
	background-color:#5C0273;
	background:url(../images/header.jpg) left top no-repeat;
	text-indent:-90000px;

}
a#logo{
	float:left;
	margin:20px 0 0 20px;
	text-decoration:none;
	color:#fff;
	font-size:48px;
}
#slogan{
	font-size:12px; 
	font-weight:bold; 
	position:relative; 
	left:-180px;
	top:70px;
	float:left;
	text-align:right;
	color:#F60;
	background:#eee;
	padding:2px 5px;
	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.image{ width:75; border:#ccc solid 3px;}
#nav{
	width:650px;
	display:block;
	height:25px;
	font-weight:bold;
	margin-left:160px;
	margin-top:-15px;
}
#nav .menu {
	list-style:none;
	padding:0 5px;
	margin:0;
	float:left;
}

#nav .menu li{ 
	float:left;
	margin-top:5px;
}
#nav .menu li a{
	padding:5px 10px;
	font-size:16px;
	color:#333;
	text-decoration:none;
}
#nav .menu li:hover{ background-color:#CCC;}
#nav .menu a:hover{ color:#5C0273;}



#bottommenu {
	width:800px;
	float:left;
}
#bottommenu  .menu {
	list-style:none;
	padding:5px 20px;
	padding-top:15px;
	width:760px;
	margin:0;
	float:left;
	text-align:center;
}


#bottommenu  .menu li{ 
	margin:3px;
	display:inline-block;
	float:left;
	

}
#bottommenu  .menu li a{
	padding:5px 10px;
	width:160px;
	display:block;
	height:19px;
	font-size:16px;
	color:#333;
	text-decoration:none;
	background:url(../images/rect01in.gif) left top no-repeat;
	text-align:center;
}
#bottommenu  .menu li:hover{}
#bottommenu  .menu a:hover{ color:#5C0273; background: url(../images/rect01over.gif) left top no-repeat;}


#container .info {
	padding:10px;
	width:780px;
	float:left;
}
.footer{
	width:800px;
	margin:auto;
	color:#FFF;
	height:28px;
	padding:10px 0;
	}
#footer{
	width:790px;
	margin:auto;
	padding:5px;
	height:20px;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
	padding:3px;
}
.pass{
	background-color: #ccffcc;
	border-color: #0C0;
	padding:3px;
	}
.error a {
	color: #c00;
}
