* {
	padding: 6px;
}

body {
	width: 960px;
}


#page {
	width: 960px;
	background: #fff url(page.gif) repeat-y;
	text-align: left;
}

#header {
    background-color : #4591AD;
    background-repeat : no-repeat;
    color : black;
    height : 200px;
  }


#header h1 {
    font-family: Arial, Helvetical, sans-serif;
    text-align: center;
	margin-top: 10px;
  }


#header h2 {
    margin-top: 10px;
    margin-left: 2em;
  }


#header img {
    float: left;
    margin-right: 20px;
  }


#header-bottom {
    border-top: 2px solid red;
    border-bottom: 2px solid blue;
  }


#header-bottom ul {
    margin:0;
    padding: 0;
  }


#header-bottom li {
    display: inline;
    float: left;
    white-space:nowrap;
    line-height:1em;
    margin: 0;
    width:19.5%;
  }


#header-bottom a {
    text-decoration:none;
    border:1px solid;
    display:block;
    font-weight:bold;
    background-color: #808080;
    color:yellow;
    padding:3px 0 3px 5px;
    float:none;
  }


#header-bottom a:hover {
    background:yellow;
    color: #808080;
    border-color: #000000 #CCCCCC #CCCCCC #000000;
  }

#menu {
        position: absolute;
	margin: 20px 3px 60px 3px;
	left: 12px;
	width: 320px;
	font-size: 13px;
	background: #FFFAD5 none repeat scroll 0%;
	border: 1px solid black;
}

#menu h2 {
    margin-left: 2em;
    background-color: #BD4932;
    color: white;
  }


#menu h3 {
    font-family: Arial, Helvetical, sans-serif;
	font-size: 2em;
    text-align: center;
}

#menu h4 {
     font-family: Arial, Helvetical, sans-serif;
	font-size: 1.2em;
  }

#menu ul {
	list-style: none;
}

#menu li {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 16px;
	padding-left: 4em;
}

#main {
	position: absolute;
	margin-top: 20px;
	left: 353px;
	width: 628px;
	background-color: #99CC99;
	border: 1px solid black;
  }


#main img {
	float: left;
	margin-right: 20px;
	
}


#main h2 {
    margin-left: 2em;
    background-color: #cccc33;
    color: white;
  }


#main h3 {
    font-family: Arial, Helvetical, sans-serif;
    text-align: center;
  }

fieldset {
	float:left;
	clear:left;
	width:90%;
	background-color:"#99CC99";
}

fieldset ol {
	list-style: none;
}

fieldset li
{
	padding-bottom: 1em;
}
fieldset.submit {
	font-weight:bold;
	float:none;
	padding-left:12em;
}

fieldset.reset {
	font-weight:bold;
	float:none;
	padding-left:12em;
}
label {
	display:block;
}
legend {
	margin-left: 1em;
	font-weight:bold;
}


