body {
margin: 0;
padding: 0;
background-color: #000;
background-image: url(../i/bg.gif);
color: #fff;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 85%;
line-height: 125%;
}


a:link { 
color: #8a8c7e; 
background: transparent; 
text-decoration: none; 
}

a:visited { 
color: #8a8c7e;
text-decoration: none; 
}

a:hover, a:active{
color: #000;
background-color: #8a8c7e;
text-decoration: none;
}

	

/* hide from ie on mac 

html {
height: 100%;
overflow: hidden;
}
	
#flashcontent {
height: 100%;
padding: 0;
margin: 0;
background: #000;
}

/* end hide */




#container {
background: #000; 
margin: 0 auto;
padding: 20px 10px 50px 10px;
width: 750px;
height: 100%;
text-align: left;
}





#navigation {
background: #000 url(../i/cont_bg.jpg) top left repeat-x; 
font-family: Georgia, 'Times New Roman', Times, Serif;
font-size: 120%;
margin: 0 0 10px 0;
padding 0 0 10px 0;
border-bottom: 1px solid #333;
text-align: center; 
}

#navigation ul {
padding: 0 0 10px 5px;
margin: 0;
}

#navigation li {
display: inline;
list-style-type: none;
margin: 0px 5px 0px 5px;
padding: 1px 2px 1px 2px; 
}

#navigation a { 
font-weight: normal;
}

#navigation a:link {
color: #8a8c7e;
background: transparent; 
text-decoration: none;
}

#navigation a:hover {
color: #fff;
background-color: transparent; 
text-decoration: none;
}

#navigation li#active a {
color: #fff;
background-color: transparent; 
text-decoration: none;
}

#navlist a:visited {
color: #cba856;
background: transparent; 
text-decoration: none;
}


#footer {
background: transparent;
padding: 10px 10px 0 10px;
color: #8a8c7e;
margin-top: 20px;
font-size: 90%;
border-top: 1px solid #333;
}

h1
{
font-family: Georgia, 'Times New Roman', Times, Serif;
font-weight: normal;
font-size: 130%;
color: #8a8c7e;
border-bottom: 1px solid #333;
padding-bottom: 10px;
margin-top: 20px;
}

.quote {
margin: 30px 50px 30px 50px;
color: #8a8c7e;
font-size: 130%;
font-family: Georgia, serif;
font-style: normakl;
line-height: 120%;
}

.home_title {
margin: 0;
width: 350px;
height: 310px; 
}

#pagetitle {
width: 350px;
margin: 0 400px 0 0;
background: transparent;
border: 0px solid red;
}

#thumbnails {
width: 360px;
float: right;
background: transparent;
border: 0px solid red;
}

.menuthumb {
float: left;
width: 115px;
height: 110px;
margin: 0 5px 5px 0;
padding: 0;
border: 0px solid #000;
}

.menuthumb a:link {
border: 2px solid #000;
}

.menuthumb a:hover {
border: 2px solid #fff;
}

.menuthumb a:visited {
border: 2px solid #000;
}


.homethumb {
float: left;
width: 352px;
height: 115px;
margin: 0 5px 5px 0;
padding: 0;
border: 0px solid #000;
}


.clearboth { clear: both; }

.small_type {
padding: 0 0 0 10px;
font-size: 85%;
color: #444;
}


