/* CSS Document */

* {
margin: 0 0 0 0;

padding: 0 0 0 0;
}

body
{
	background-image: url('../images/logan_02.jpg');
	color: #cc9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}
img
{

}
#menucontent li
{
position: relative;
top: 10px;
left: 28px;
list-style: none;
float: left;
padding-right: 30px;
}

#menucontent a
{
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
#menucontent a:hover
{
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

#page
{
width: 798px;
margin: 0 auto 0 auto;
}

#head
{
background-image: url(../images/logan_04.jpg);
width: 798px;
height: 201px;
}

#menu
{
width: 798px;
height: 38px;
background-image: url(../images/logan_07.jpg);
}

#content
{
width: 798px;
background-image: url(../images/logan_08.jpg);
overflow: visible;
}

#contentform
{
padding-top: 10px;
padding-bottom: 10px;
margin-left: 28px;
margin-right: 28px;
overflow: visible;
}

#foot
{
clear: both;
width: 798px;
height: 29px;
background-image: url(../images/logan_10.jpg);
}

.imagee { border: 1px solid #CC9833; }