/* CSS Document */

body {
 	background-color:#888888;
	margin: 0;
}

#container {
	width: 744px;
	background-color: #74c3e8;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:744px;
	height:129px;
}

#menu {
	width:744px;
	height:29px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
}
.menu_pad {
	padding: 7px 0px 0px 0px;
	text-align: center;
}

#main {
	width:744px;
	background-image: url(images/gradient.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 14px;
	background-color: #ffffff;
}

.main_font {
	font-family: Arial;
	font-size: 14px;
	padding: 40px 40px 10px 40px;
	text-align: justify;
	
}

#footer {
	width:744px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: auto;
	font-family: Arial;
	font-size: 10px;
	background-color: #74c3e8;
	
}
.footer_font {
	font-family: Arial;
	font-size: 10px;
	padding: 77px 0px 5px 15px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px solid #2e2e2e;
font:normal 12px Arial;
font-weight: bold;
line-height: 14px;
z-index: 100;
background-color: #FFFFFF;
width: 205px;
text-align: left;
}

.anylinkcss a{
width: 100%;
display: block;
font-weight: bold;
text-decoration: none;
color: #0c577a;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #4189AB;
width: 100%;
color: #9BD4EE;
}

a.drop {

	text-decoration: none;
}

a.drop:link {
     color: #20749C;
	 font-weight: bold;
	 text-decoration: none;
     }

a.drop:visited {
     color: #165572;
	 font-weight: bold;
	 text-decoration: none;
     }

a.drop:hover {
     color:  #000000;
	 font-weight: bold;
	 text-decoration: none;
     }

a.drop:active {
     color:  #ef901f;
	 font-weight: bold;
	 text-decoration: none;
     }

a:link {
     color: #20749C;
	 font-weight: bold;
	 text-decoration: underline;
     }

a:visited {
     color: #165572;
	 font-weight: bold;
	 text-decoration: underline;
     }

a:hover {
     color:  #000000;
	 font-weight: bold;
	 text-decoration: underline;
     }

a:active {
     color:  #ef901f;
	 font-weight: bold;
	 text-decoration: underline;
     }

li {

padding: 3px;
}

p.friends {
	font-size: 10px;
	}
	
img.gallery {
border: 1px solid #000000;
padding: 3px;
background: #FFFFFF;
margin: 10px;
}