/* CSS Document */

body {
margin : 0 0 0 0;
font-family : Arial, Helvetica, sans-serif;
line-height: 18px;
font-size : 12px;
}
a {color:#FF0000;
text-decoration: none}
a:hover {text-decoration: underline}
h1 {
background-color : red;
color : white;
font-weight : bold;
font-size : 23px;
padding : 10px 10px 10px 40px;
font-family : Arial;
margin-bottom : 4px;
width : 240px;
margin-top : 0;
float : left;
}
h1 a {
color : white;
text-decoration : none;
}
h1:hover {
background-color : #cccccc;
text-decoration : none;
}
h1 a:hover {
text-decoration : none;
}

h2 {
font-weight : normal;
font-size : 16px;
font-family : Arial;
color : #666666;
letter-spacing : 1px;
padding : 0;
margin : 0;
border-bottom : 1px solid #cccccc;
}
h3 {
font-family : Arial;
font-size : 12px;
letter-spacing : 1px;
padding : 0;
margin : 0;
color : red;
}
#menu {
float : left;
width : 240px;
font-size : 10px;
color : #777777;
clear : both;
}
#menu a {
color : white;
font-family : Arial;
font-size : 12px;
letter-spacing : 1px;
line-height : 20px;
padding-top : 3px;
text-decoration : none;
padding-left : 40px;
background-image : url(images/buttonbg.gif);
background-repeat : no-repeat;
}
#menu a:hover {
color : black;
background-image : url(images/buttonbg_over.gif);
background-repeat : repeat-x;
}
#arrow a {
width : 23px;
height : 23px;
background-color : #cccccc;
color : #ffffff;
font-size : 16px;
font-weight : bold;
font-family : Georgia;
float : left;
padding : 2px;
text-decoration : none;
border-left : 2px solid #ffffff;
}
#arrow a:hover {
width : 23px;
height : 23px;
background-color : #999999;
color : #ffffff;
font-size : 16px;
font-weight : bold;
font-family : Georgia;
float : left;
padding : 2px;
}
#arrowcontainer {
float : right;
margin-top : 6px;
width: 58px;
}
#arrowcontainer a {
color : #ffffff;
}
.buttons {
width : 300px;
}
.buttons a {
padding : 10px 10px 0 10px;
border-left : 1px solid #666666;
font-size : 15px;
font-family : Arial;
color : #666666;
float : right;
text-decoration : none;
}
.buttons a:hover {
color : red;
}
#main {
margin-left : 290px;
width:600px;
color : #777777;
}
#previous {
float : right;
font-family : Arial;
font-size : 11px;
margin : 0;
}
#previous a {
color : #ffffff;
text-decoration : none;
background-color : #666666;
padding : 3px;
margin : 0;
}
#previous a:hover {
background-color : black;
}
#morepics a {
width : 15px;
height : 15px;
border : 1px solid #999999;
display : block;
margin-right : 10px;
margin-top : 5px;
float : left;
color : red;
text-decoration : none;
text-align : center;
font-size : 10px;
}
#morepics a:hover {
border : 1px solid red;
}
#morepics a:visited {
color : #999999;
}
#bottom {
margin-top : 20px;
clear : both;
}

#bottom a {color: #666666; text-decoration: none;}
#bottom a:hover {text-decoration: underline;}

h5 {
margin-top: 100px;
background-color : #cccccc;
text-align : right;
font-size : 10px;
color : #666666;
height : 40px;
width : 100%;
}
#maincontainer {
padding-top : 60px;
}



