 body {
    background-color: lightyellow;
    padding: 0;
    position: relative;
    width: 816px;
    margin: 0 auto;
    margin-top:15px;  
} 


img.head {
  width:815px;
}

img.side {
  width:115px;
}

img.right	{
	width: 630px;
	margin: 10px;
}

ul#list-nav {
  list-style:none;
  margin:0px;
  padding:0;
  width:816px;
  left:19px;
}

ul#list-nav li {
  display:inline;
}

ul#list-nav li a {
  text-decoration:none;
  padding:5px 0;
  width:135px;
  background:#666699;
  color:#eee;
  float:left;
  text-align:center;
  border-left:1px solid #fff;
  font-family: "Arial", sans-serif;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

ul#list-nav li a:hover {
  background:#a2b3ff;
  color:#000;
}

ul#list-nav li a:active {
  background:#a2b3ff;
  color:#eee;
}

body#home a#homenav,
body#dropbox a#dropboxnav,
body#three a#threenav,
body#four a#fournav,
body#five a#fivenav,
body#six a#sixnav {
color: #fff;
background: #808040;
}

b {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin:0px;
}

p {
    font-family: "Arial", sans-serif;
    margin:0px;
}

H1 {
    font-family: "Arial", sans-serif;
    color:blue;
    margin:0px;
}

H2 {
    font-family: "Arial", sans-serif;
    color:blue;
    margin:0px;
}

H3 {
    font-family: "Arial", sans-serif;
    font-size: 8pt;
    color:white;
    margin:0px;
}


#wrapper {
  background-color: white;
  width: 815px;
  }

#right {
	background-color:white;
	padding:5px;
	float: right;
    width: 665px;
}
#left {
	background-color:White;
	padding:5px;
	float: left;
  	width: 125px;
}

#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    width:811px;
    padding:2px; 
}

.submitbutton1
{
	width:				125px;
	height:				30px;
	padding:			5px 10px;
	font-size:			12px;
	background-color:	#808040;
	font-weight:		bold;
	color:				white;
	cursor: 		    pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 		12px;

}

.submitbutton1:hover {
    background-color: #a0a0ff;
    color: black;
}

