@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffed02;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #649220;
}

#container{
	margin: auto;
width: 947px;
}

#header {
	width: 947px;
	height:191px;
	margin: auto;
	padding: 0px;
   background-color:#ffed02; 
}


#pics{
       float:left;
       background-color: #ffffff;
       width:361px;
       height:392px;
       padding: 16px;
       text-align: justify;
          font-size:14px;
}

#login{
       float:left;
       background-color: #ffffff;
       width:373px;
       height:150px;
       margin-top: 8px;
       text-align: left;
       padding:10px;
      font-size:12px;
}

#info{
   float:right;
	width: 512px;
	height:570px;
   background-color:#ffffff; 
   padding: 16px;
   text-align:justify;
   font-size:14px;
}


#footer {
 width: 947px;
	height:100px;
	margin: auto;
	padding: 0px;
   background-color:#ffed02; 
}

.textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    color: #000000;
    background-color: #ffffff;
}
/*
Form button settings
*/
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: solid 1px #bdb001;
	color: #00000;
	background-color: #fffab3;
}
.alert {
    color: #CC0000;
	background-color: #FFFFFF;
    text-align: center;
	width: 60%;
	border: solid #8B0000 2px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}