body
{
     padding:0px;
     margin:0px;
     text-align:center;
     font-family:verdana,sans-serif;
     font-size:10pt;
}
     
#container
{
     width:929px;
     background:red;
     margin:0px auto;
}

#panel-upper
{
     height:46px;
     background-image:url("../img/top.png");
	color:white;
}

#logo
{
     height:138px;
     background-image:url("../img/logo.png");
	position:relative;
}

#logo h1
{
     display:none;
}

#logo a
{
	position:absolute;
	display:block;
	top:18px;
	left:0px;
	width:285px;
	height:98px;
}

#panel-middle
{
     width:929px;
     height:40px;
     background-color:black;
	color:white;
}


#footer
{
     height:94px;
     background-image:url("../img/bottom.png");
     clear:both;
}


#upperbox
{
     width:917px;
     margin:5px;
     border:1px solid black;
     height:200px;
     background-color:#333333;
     color:#c3c3c3;
}

#contentbox
{
     width:917px;
     margin:5px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.clear
{
     clear:both;
}

a
{
     text-decoration:none;
     color:white;
}

a:hover
{
     text-decoration:underline;
}