@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	background-color: #E6E5E0;
	background-image: url(../images/pp_background.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-size: 1em;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1em;
	color: #333;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 a {
	color: #333;
	text-decoration: none;
}
img {
	border: 0;
}
#page {
	height: 800px;
	width: 800px;
	overflow: visible;
}
#main {
	padding-top: 160px;
	padding-left: 125px;
}
#navbar ul {
	margin: 0px;
	position: relative;
	padding-left: 10px;
}
#navbar ul li {
	display: inline;
}
#navbar a {
	border:none;
	float:left;
	text-indent:-9999px;
	margin-right: 7px;
}
#nav1 a {
	width: 50px;
	background: url(../images/menu.png) 0px top;
	height: 50px;
}
#nav2 a {
	background: url(../images/menu.png) -50px top;
	height: 50px;
	width: 50px;
}
#nav3 a {
	width: 55px;
	background: url(../images/menu.png) -105px top;
	height: 50px;
}
#nav4 a {
	width: 75px;
	background: url(../images/menu.png) -160px top;
	height: 50px;
}
#nav5 a {
	width: 70px;
	background: url(../images/menu.png) -235px top;
	height: 50px;
}
#nav1 a:focus, #nav1 a:active, #nav1 a:hover {
	background: url(../images/menu.png) 0px bottom;
}
#nav2 a:focus, #nav2 a:active, #nav2 a:hover {
	background: url(../images/menu.png) -50px bottom;
}
#nav3 a:focus, #nav3 a:active, #nav3 a:hover {
	background: url(../images/menu.png) -105px bottom;
}
#nav4 a:focus, #nav4 a:active, #nav4 a:hover {
	background: url(../images/menu.png) -160px bottom;
}
#nav5 a:focus, #nav5 a:active, #nav5 a:hover {
	background: url(../images/menu.png) -235px bottom;
}
#mainContent {
	float: left;
	clear: both;
}
#mainContent p {
	padding: 2px 0px 0px 10px;
	margin: 4px 0px 0px;
}
#mainContent p a {
	color: #000;
	text-decoration: underline;
}
#mainContent img {
	padding: 2px;
	border: thin groove #666;
	margin-bottom: 15px;
	margin-left: 10px;
}
#mainContent ul {
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: url(../images/dots.png) repeat-x;
	float: left;
	width: 100%;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dots.png',sizingMethod='crop');
}
#footer img {
	border: 0;
	float: left;
	position: relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
:focus, a {
	outline: 0;
}
.strangers {
	border: 1px solid #333;
	padding: 1px;
	height: 150px;
	width: 155px;
	margin-top: 10px;
	margin-right: 10px;
}
