@charset "UTF-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto;
	width: 880px;
}

#names {
	background: url(assets/address.png) no-repeat right bottom;
	float: left;
	height: 46px;
	width: 100%;
	text-align: left;
	margin-top: 43px;
}
#names img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrap #holder {
	float: left;
	height: 639px;
	width: 939px;
}
.front {background:url(assets/front.jpg) no-repeat center top;}
.profile {background:url(assets/profile.jpg) no-repeat center top;}
.fees{background:url(assets/fees.jpg) no-repeat center top;}
.gallery{background:url(assets/gallery.jpg) no-repeat center top;}
.friends{background:url(assets/friends.jpg) no-repeat center top;}


#wrap #content {
	float: left;
	height: 600px;
	width: 900px;
	margin-top: 10px;
}
#nav {
	background: url(assets/navbar.png) repeat-x;
	height: 29px;
	width: 400px;
	margin-top: 30px;
	border: 1px solid #ccc;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}

#nav.navright {
	float: right;
	margin-right: 60px;
}

#nav.navleft {
	float: left;
	margin-left: 60px;
}


#nav a {
	font-size: 70%;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

#nav a:link {color: #000000;}
#nav a:visited {color: #000000;}
#nav a:hover {color: #ff0000;}


#strap {
	font-size: 80%;
	color: #999999;
	text-align: right;
	float: left;
	width: 100%;
	font-weight: bold;
}
#strap a {
	color: #FF00CC;
	text-decoration: none;
}

#info {
	float: left;clear: left;
	width: 350px;height: 450px;
	margin-top: 20px;margin-left:50px;
	text-align: justify;
	font-size: 76%;
	color: #444;
}
#thumbs {
	float:left;
	width: 500px;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 60%;
	color: #999;
}#thumbs img {
	float: left;
	height: 60px;
	width: 60px;
	margin: 5px;
}
table {
	font-style: italic;
	color: #FF0000;
}
#footer {
	font-size: 90%;
	color: #000;
	text-align: right;
	float: left;
	width: 80%;
	font-weight: bold;
	margin-left: 10%;
}
#footer a {
	color: #FF0000;
	text-decoration: none;
}
#flinks {
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 66%;
	color: #ccc;
}
#flinks img {
	border-style: none;
}

#flinks a {
	color: #ff00cc; text-decoration: none;
}

#linkholder {
	display: none;
}
#flinks a {
	border-style: none;
}

#links {
	margin-top:20px;
	font-size: 90%;
	color: #000;
	text-align: right;
	float: left;
	width: 80%;
	font-weight: bold;
	margin-left: 10%;
}
