body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:10px 0px 0px;
	padding:0px;
	background-color: #999999;
	background-image: url(../back2.jpg);
	background-repeat: repeat-x;
	}
	
#content {
	background-color: #FFFFFF;
	left: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	}
a:hover {
	text-decoration: underline;
}
a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
.header {
	background-color: #3333ff;
	background-image: url(../header_gradient.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
#navigation {
	left:10px;
	width:139px;
}

.blocks {
	color: #000000;
	font-weight: normal;
	text-align: left;
	border: none;
	top:108px;
}


#results li {
	margin: 0;
	text-align: left;
	padding: 2px;
}

#results a {
	display: block;
	padding: 5px 2px 5px 24px;
	background-repeat: repeat-x;
	background-position: 0% 50%;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

#results a:hover{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #CC0000;
	font-size: 12px;
}

#results {
	background-repeat: repeat;
	padding: 0px;
	overflow: auto;
	border: thin dotted #CCCCCC;
}

#results ul{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#member ul,#register ul,#edit ul,#login ul{
	list-style-type: none;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}

#member li,#register li,#edit li,#login li{
	margin: 0;
	text-align: left;
	padding: 2px;
}

.BlogBox {
	border: thin dashed #FF6666;
	margin: 15px;
	padding: 10px;
	font-size: 10px;
}
h3 {
	font-weight: bolder;
	color: #CC0000;
	font-size: 14px;
}

.rightalign {
	text-align: right;
}

