
/* Universal */
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    background: #000 url(header_edges.jpg) top center repeat-x;
	font: 14px Trebuchet MS, Georgia, Times New Roman, Times, Arial, serif;
}
 
/* Links */

a:link {color: #FFF; text-decoration: underline;}
a:active {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color:red;}

/* Fonts */
.fonty{
    color: #DECB3C; 
    }
.fontw{
    color: #FFF; 
    }
.fontg{
    color: #62ee94;
    }
.fontr{
    color: red;
    }
.fontc{
    color: #10eadc;
    }
.fontb{
    color: #4b7bec;
    }
.fontlg{
    font: 16px;
    }
.fontsm{
    font: 10px;
    }

.borderc{
    border-color: #10eadc;
    }
.borderr{
    border-color: red;
    }
.borderb{
    border-color: #4b7bec;
    }
.borderg{
    border-color: #62ee94;
    }

 
/* Header */
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#headertop {
    margin: 0 auto;
    width: 1000px;
	height: 158px; 
	padding: 0;
	background: url(header_main.jpg) no-repeat;
}
#menubar {
	margin: 0 auto;
	width: 1000px;
	height: 24px;
	padding: 0;
	background: url(header_menu.jpg) no-repeat;
}
#headerbot {
	margin: 0 auto;
	width: 1000px;
	height: 24px;
	padding: 0;
	background: url(header_strip.jpg) top left no-repeat;
}

/* Main panel */
#main {
	margin: 0 auto;
	width: 1000px;
	height: 430px;
	padding: 0;
    float: center;
    position:relative;
}

#content {
	margin: auto;
	width: 936px;
	height: /*1377*/700px;
    float: center;
    border: 4px ridge #000;
    position:relative;
    top: 8px;
    z-index: 1;     
}

#memstop {
    margin: 0 auto;
    height: 90px;
	width: 900px;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
} 
#memsbot {
    margin: 0 auto;
	width: 900px;
    float: left;
}
#memspace {   
    margin: 0 auto;
    width: 225px;
    height: 220px;
    float: left;
}
#membox {   
    margin: 0 auto;
    width: 179px;
    height: 151px;
    border: 4px ridge #10eadc;
    float: left;
    position:relative;
    top: 30px;
    left: 37px;
}
#memhead {   
    margin: 0;
    width: 173px;
    height: 17px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;    
    border-right: 3px solid #000;
	/*background: #10eadc;
    color: #000;*/
    background: #000;
    color: #10eadc;
    text-align:center;
}
#membox:hover>#memhead {
    background-color: #10eadc;
    color: #000;
}

#mempic {   
    margin: 0;
    width: 173px;
    height: 125px;
    border: 3px solid #000;
    float: left;
    position:relative;
}
#mempic img { 
	vertical-align:bottom;
    width: 173px;
    height: 125px;
}
/*
#mempic:hover {
	border:0;
	z-index:1;
}
#mempic span { 
	position:absolute;
	visibility:hidden;
}
#mempic:hover span { 
	visibility:visible;
	top:0px; left:-121px; 
}
#mempic span img { 
	vertical-align:bottom;
    width: 415px;
    height: 300px;
}
*/

#memstop1 {
    margin: 0 auto;
    height: 35px;
	width: 900px;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
}
#memsbot1 {
    margin: 0 auto;
    height: 50px;
	width: 900px;
    float: left;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
}
#memspace1 {   
    margin: 0 auto;
    width: 225px;
    height: 167px;
    float: left;
}
#membox1 {   
    margin: 0 auto;
    width: 197px;
    height: 144px;
    border-width: 4px;
    border-style: ridge;
    float: left;
    position:relative;
    top: 15px;
    left: 20px;
}
#membox1 img { 
	vertical-align:bottom;
    width: 197px;
    height: 144px;
}
#membox1:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
#membox1 span { 
	position:absolute;
	visibility:hidden;
}
#membox1:hover span { 
	visibility:visible;
	top:0px; left:-103px; 
}
#membox1 span img { 
	vertical-align:bottom;
    width: 415px;
    height: 300px;
}


/* Menu */
#menu, #menu ul {
	display: inline;
	list-style: none;
	float: left;
	height: 24px;
	padding: 0;
	margin: 0;    
    position:relative;
    left:32%;
    text-align: left;
}
#menu li {
	display: block;
	float: left;
	height: 24px;
    _width:0px;
}
#menu a {
	font: 13px "Georgia", Tahoma, Arial, Georgia, Times New Roman, Times, serif;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
	height: 20px;
	padding: 4px 10px 0px 10px;
}
#menu a:hover {
	color: #21eaea ;
    background-color: #000 ;
}
#menu li ul {
	position: absolute;
	left: -999em;
    border-top: 3px ridge transparent;   
}
#menu li ul a {
	width: 65px;
	margin: 0;
	height: 20px;
	padding: 4px 10px 0px 10px;
    background-color: #DECB3C;   
}
#menu ul li a:hover {
	color: #DECB3C;
} 
#menu li:hover ul{
	left: auto;
	width: 65px;
    z-index: 5; 
} 


/* Copyright message */
#copyright {
    margin: 0 auto;
    width: 500px;
    height: 20px;
    float: center;
    text-align: center;
	font: 10px Trebuchet MS, Georgia, Times New Roman, Times, Arial, serif;
    position:relative;
    top: 15px;    
} 

