body {
margin: 0 auto;
}

body div {
text-align: left
}

#main {
width: 1000px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
background-color: #000000;
}

#head {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 1px;
text-align: center;
height: 100px;
width: 1000px;
background-image: url("head.jpg");
background-position: center;
background-repeat: no-repeat;
}

#head h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
color: #ffffff;
}

#menu {
margin: 0;
padding: 0;
float: left;
clear: left;
width: 170px;
font-family: sans;

}

#menu h1 {
padding-left: 0px;
font-size: 14px;
margin-top: 1px;
margin-bottom: 5px;
color: #CCFFFF;
}

#menu a {
color: #FFFFFF;
padding-left: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
display: block;
background-color: #CC0000;
border-bottom: 1px solid #ffffff;
}

#menu a:hover {
background-color: red;
}

#sidegallery {

clear: right;
width: 170px;
text-align: left;
background-color: #CC0000;
float: left;
padding: 0;
margin: 0 0 0 0.5em;
margin-bottom: 1em;
}

#sidegallery h1 {
font-size: 14px;
margin-top: 1px;
margin-bottom: 0px;
color: #FFFFFF;
} 

a img {
border: 1px solid #CCCCCC;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
li {list-style: none;
}
a:hover img {
border: 1px solid #FF0000;
}

#content {
font-family: serif;
width: 625px;
background-color: #CC0000;
color: #292929;
float: left;
margin: 0 0 0 0.5em;
padding: 0 0.5em 0 0.5em;	
}

#content h1 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #FFFFFF;
}
#content h2 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #FFff33;
}
#content h3 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #FFff33;
}
#content h4 {
font-size: 19px;
margin-top: 5px;
margin-bottom: 0px;
color: #6699CC;
}
#content a {
text-decoration: none;
color: #FFff33;
font-style: italic;
}

#content a:hover {
text-decoration: none;
color: #ffffff;
text-decoration: underline;
}

#foot {
text-align: center;
color: #676767;
font-size: 12px;
}

#foot a {
color: #676767;
text-decoration: none;
font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}
