/*Style Sheet for Webhome index*/

body {
margin: 0;
padding: 0; 
background-color: white;
background-image: url(image/south_pacific.png);
background-repeat: repeat-x;
background-position: top left;
font-family: Georgia, Geneva, sans-serif;}

a:link{ 
color: white; 
font-weight: normal; 
text-decoration: none;
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, sans-serif ;
}

a:visited{ color: white;
font-weight: normal; 
text-decoration: none;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, sans-serif ;
}

a:hover	{ 
color:#FF7744; 
font-weight: normal; 
text-decoration: underline;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, sans-serif ;
}

a:active{ color: #FF0000;
text-decoration: none;}

img.center {
display: block;
margin-left: auto;
margin-right: auto; }

#navigation {
width: 175px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
border-bottom: 2px solid black;
}

#navigation li a:link, #navigation li a:visited {
font-size: 80%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color: #B51032;
color: #FFFFFF;
text-decoration: none;
}



#navigation li a:hover {
background-color: #711515;
color: #FFFFFF;
}

#navigation ul ul {
margin-left: 12px;
}

em { 
color: brown;
font-weight: bold;
text-decoration: none;}


#maincontainer{
width: 920px; 
margin: 0 auto; 
border: 1px solid grey;
}

#topsection {
height: 180px; 
margin-top: 10px;
background-color: black;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 175px;/*Set left margin to LeftColumnWidth*/
background-color: white;
padding: 20px;
height: 2560px;
}

#leftcolumn{
float: left;
width: 175px; /*Width of left column*/
height: 2580px;
padding: 10px;
margin-left: -920px; /*Set left margin to -(MainContainerWidth)*/
background-color: #CCC;
}


.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

img {
border: none;
}

.innertext {
padding: 10px;
font-family: Arial,Helvetica, Geneva; 
font-size: 12px; }

h1 {
font-color: #420038;
font-family: Arial Unicode M, Perpetua, Arial;
font-size: 18px;
font-weight: bold;
text-align: center;
}


ul { list-style-type: circle; color: blue; }

#footer{
clear: left;
width: 100%;
background: #335544;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 12px;
}

