@charset "utf-8";
/* CSS Document */
/*Overall*/
body{background:#282828  ; font-family: Arial, Helvetica, sans-serif;color:#ffffff;font-size:11px;}



.image{border:#c3baaa solid 1px;float:left;margin:2px 2px 2px 2px;}
.image1{border:#c3baaa solid 1px;float:right;margin:2px 2px 2px 2px;}




div.container
{
width:880px;
margin:0px;
border:1px solid gray;
line-height:150%;
padding:0.5em;
color:white;
background-color:"#333333";
}


ul
{
float:center;
width:100%;
padding:0;
margin:02em;
list-style-type:none;
}
a
{
float:center;
width:16em;
text-decoration:none;
color:white;
background-color:black;
padding:0.3em;

}
a:hover {background-color: RED}
li {display:inline}
.bg:hover {background-color:#282828; }
.bg:link {background-color:#282828; }
.bg:visited {background-color:#282828; }

.menuwidth 
{
width:12em;
text-align:center;
border-top-style:solid;
border-right-style:dotted;
border-left-style:dotted;
border-width:1px
}



