
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background-color:#999999;
	margin-top: 20px;
	
}

/* header */
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom:1px solid #999;
	height:50px;
	margin:0 auto;
	width:900px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	width:500px;
	margin-bottom:-15px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:145px;
	height:10px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:70px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:10px;
	text-align:center;
}
#navigation a:hover {
	background:#FFFFFF;
	color:#555;
}
#navigation .active {
	background: white;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 10px;
	width:950px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:10px 0 0;
}
#content p {
	width: 750px;
	padding:20px 20px 0;
	background-color: #FFFFFF;
	
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}

/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.curlycontainer{
	margin: 0px auto 0px auto;
	position: relative;
	width: 1000px;
	background-color:#FFFFFF;
	height:auto
	}

			
#intro #bar {
	color: #FFFFFF;
	position: absolute;
	top: 27px;
	left: 149px;
	width: 751px;
	z-index: 2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #67A3C4;
	border-bottom-color: #67A3C4;
	}

			

.curlycontainer .innerdiv{
background:  url(../images/brcorner.gif) bottom right no-repeat;
position: relative;

left: 0px;
top: 0px;

z-index: 1;
}
.curlycontainer .topright{
background:  url(../images/tlcorner.gif) top left no-repeat;
position: relative;
left: 0px;
top: 0px;

z-index: 1;
}
.curlycontainer .topleft{
background:  url(../images/trcorner.gif) top right no-repeat;
position: relative;
left: 0px;
top: 0px;

z-index: 1;
}
.curlycontainer .bottomleft{
background:  url(../images/blcorner.gif) bottom left no-repeat;
position: relative;
left: 0px;
top: 0px;

z-index: 1;
}
.content{
	position: relative;
	width: 940px;
	background-color: #FFFFFF;
	padding-top:45px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	z-index:2;
	
	

}
.content .users{
	position: relative;
	width: 400px;
	background-color: #FFFFFF;
	padding-top:10px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right: 60px;
	z-index:2;
	margin:0 auto;
}


.small {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
} 
.caption {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
} 