@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Grande",verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	position:relative;
}

.logo {
	font-size: 28px;
	position:relative;
	font-weight: bold;
	background-image: url(../img/plzjoin-logo32.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:35px;
	margin-bottom: 10px;
}

.logo a{
	text-decoration:none;
	color:white;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1 { font-size:100%; font-weight:normal; }

h2 { font-size:14px; font-weight:bold; }

.divider {
background-color:#ffffff;
height:2px;
}

#header {
	height:58px;
	padding-left:10px;
	position:relative;
	color:#CCC;
	font-size:14px;
	margin:0 auto;
	width:740px;
	margin-bottom:10px;
}


#maincontent {

	padding:5px 20px 10px 20px;
	position:relative;
	width:740px;
	background-color:#FFF;
	margin:0 auto;
	}


#footer {
	padding:5px 20px 10px 20px;
	margin:0 auto;
	position:relative;
	width:740px;
	height:20px;
	background-color:#FFF;
}