/*
http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background:#666666;
 }
 
 #p {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
 h5{
 color:#006699;
 font-size:14px;
 }
 
 h2{
 color:#006699;
 font-size:28px;
 }
 
h6{
 font-size:14px;
 font-weight:bold;
  color:#006699;
 }
 
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border:thin;
 border-bottom-color:#003366;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 height: 135px;
 background:#FFFFFF;
 text-align:center;
}

#header img{
border:none;
}

a{
color:#006699;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#333333;
background: #DAC6A9;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#FFFFFF;
}

#navbar { 
 width: 800px;
 height:27px;
 background-color:#FFFFFF;
 float:left;
}

#navbar a {
color:#FFFFFF;
text-decoration:none;
padding-left:33px;
padding-right:35px;
font-weight:bold;
}


#content { 
 float: left;
 background:#FFFFFF;
 margin: 0px 0px 0px 0px;
 padding-left:20px;
 padding-right: 5px;
 width: 775px;
 display: inline;
}

#footer { 
 width: 780px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background:#E1BD8D;
 padding: 10px;
 text-align:center;
}
#footer a {
color:#000000;
text-decoration:none;
padding-left:10px;
padding-right:10px;
font-weight:bold;
}

#box{
float:right;
width:215px;
padding:5px;
border-style:outset;
margin:5px;
text-align:left;
background-color:#E1BD8D;
}

#box2{
float:right;
width:215px;
padding:5px;
border-style:outset;
border-color:#BDCDD9;
margin:5px;
text-align:center;
color:#000000;
background-image:url(images/tiny-e-logo.jpg);
background-repeat:no-repeat;
background-position:left top;
}

#box3{
float:right;
width:215px;
padding:5px;
border-style:outset;
background-color:#333333;
margin:5px;
text-align:center;
}

#boxwav{
float:right;
text-align:center;
}

#box2 a{
color:#000000;
}

#ul{
list-style-position:inside;
list-style:disc;
}