/* CSS Document */

/* Main Start */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/ppBGrepeat.gif);
	background-repeat:repeat;
}

#wrapper_pixels {
	position: relative;
	width:1200px;
	right: auto;
	left: auto;
	z-index: auto;
	margin: auto;
	top: auto;
	bottom: auto;
}

#waterski {
	float:right;
	margin-top:175px;
	margin-right:8px;
}

#octopuss {
	float:left;
	margin-top:275px;
}

#wrapper {
	position: relative;
	width:800px;
	right: auto;
	left: auto;
	z-index: auto;
	margin: auto;
	top: auto;
	bottom: auto;
	float:left;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	z-index:1;
	background-image:url(../images/header/pixelPierbanner.png);
	background-repeat:no-repeat;
	height: 228px;
}
#nav_bar {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:25px;
	z-index:2;
	background-color:#6699CC;
}

#left_bar_wrap {
	background-color:#FFFFFF;
	min-height:610px;
	width:159px;
	position: relative;
	float:left;
	background-image:url(../images/content/left_bar_bg.png);
	background-repeat:no-repeat;
}

#left_bar {
	padding-bottom:16px;
}

#left_bar_content {
	margin:18px;
	background-color:#FFFFFF;
}

#left_bar_text {
	background-color:#FFFFFF;
	padding:8px;
	border-top:#666666 dotted 1px;
}

#sponsors_logos {
	margin:18px;
}

#content_wrap {
	float:right;
	position:relative;
	background-color:#FFFFFF;
	width:798px;
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
}

#content {
	padding-right:30px;
	padding-left:30px;
	padding-bottom:16px;
	min-height:610px;
	border-left:#999999 dotted 1px;
	width:578px;
	float:right;
}

	
#footer {
	font-size:90%;
	width:798px;
	height:15px;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	border-top:none;
	border:#999999 dotted 1px;
}

table {
	border-collapse:collapse;
}

td {
	width:120px;
	height:25px;
	text-align:center;
}

/* Profiles Start */

#head {
	width:575px;
	float:left;
	background-color:#FB6E74;
	margin-top:10px;
}

.name {
	color:#FFFFFF;
	float:right;
	margin-right:20px;
	text-transform:uppercase;
	font-weight:normal;
}

#title {
	background-color:#333333;
	width:575px;
	float:left;
	margin-top:10px;
}

.title {
	color:#FFFFFF;
	float:left;
	margin-left:20px;
}

.address {
	color:#64F495;
	width:300px;
	clear:left;
	margin-left:20px;
}

.address a {
	color:#64F495;
	text-decoration:none;
}

.address a:hover {
	text-decoration:underline;
	color:#64F495;
}

#img1 {
	width:200px;
	clear:left;
	float:left;
	margin-top:10px;
	border:thin #333333 solid;
}

#img2 {
	width:200px;
	clear:left;
	float:left;
	margin-top:10px;
	border:thin #333333 solid;
}

#desc {
	background-color:#333333;
	width:350px;
	float:right;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#content #desc p {
	color:#CCCCCC;
}

.mail {
	float:right;
	color:#64F495;
}

/* Home page Start */

.newstitle {
	color:#FFFFFF;
	font-weight:normal;
	background-color:#999999;
	border:thin #999999 solid;
}

.newstitle span {
	font-weight:normal;
	font-size:18px;
} 

.pub_date {
	float:right;
	font-size:10px;
	padding-top:5px;
	padding-right:5px;
}

/* Profile names page Start */

#namelist {
	margin-top:20px;
}

#namelist .name_list a {
	text-decoration:none;
}