 * {
 	margin: 0px;
 	padding: 0px;	
}
 
body {
	font-family: Arial, sans-serif;
	padding: 10px 10px 20px 170px;
}

a {
	color: #89ab1b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

h1 {
	font-size: 16px;
	top: 40px;
	left: 15px;
	position: absolute;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	clear: both;
	font-size: 13px;
padding: 3px;
margin-left: 5px;
	color: #252525;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 10px;
	margin-bottom: 15px;
}

#user {
	padding-right: 5px;
	font-size: 11px;
	text-align: right;
	
}

#news + ul {
	list-style: none;
	width: 100%;
}

#news + ul li {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	min-height: 50px;
}

#news + ul li p:first-child {
	position: absolute;
	font-size: 12px;
	padding-top: 4px;
	width: 50px;color: #757575;
	text-align: center;
	text-transform: lowercase;
}

#news + ul li p:first-child:first-line {
	font-weight: bold;
	
	font-size: 16px;
}

#news + ul li p.content {
	margin-left: 60px;
	padding-top: 3px;
	color: #454545;	
	font-size: 11px;
	line-height: 18px;
}


#menu {
	font-size: 11px;
	border-top:1px solid #d3d3d3;
	background-color: #f5f5f5;
	margin-top: 13px;
	padding: 5px;
	list-style: none;

}

#users {
	margin-left: 10px;
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;	
}

#users thead td {
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#users tr {
	border-top: 1px solid #e3e3e3;
}

#users tr:hover {
	background-color: #f5f5f5;
}

#users tr td {
	padding: 5px;
	
	}

#menu a {
	color: #000000;
}

h2 a {
	font-size: 11px;
	font-weight: normal;
}

#menu li {
	display: inline;
	margin-left: 15px;	
}

.thumbs {
	padding: 15px;
}

.thumbs dl {
	width: 190px;
	height: 170px;
	float: left;
	font-size: 11px;
}

#footer {
	font-size: 11px;
	color: #757575;
	margin-left: -160px;
	text-align: right;
	border-top: 1px solid #d3d3d3;
	padding-top: 10px;
	margin-top: 30px;
	clear: both;
	
}

h2 a + a {
	margin-left: 5px;
}

.thumbs dl {
	margin-right: 5px;
	}

.thumbs dl dt {
	width: 190px;
	}

.thumbs dl dt img {
	width: 150px;
	height: 100px;
	background: url('/images/thumb_background.gif') no-repeat bottom;
	padding: 0px 20px 4px 20px;
	border: none;
	}
	
.thumbs dl dd {
	text-align: center;
	}

p.pagination {
	text-align: right;
	clear: both;
	width: 100%;
	color: #aaaaaa;
}

p.pagination a {
	color: #757575;
	margin-left: 2px;
	margin-right: 2px;
}

p.pref {
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 10px;
		padding-left: 130px;
}

p.pref strong {
	position: absolute;
	margin-left: -130px;
	
}

form {
	margin-left: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	color: #757575;
	font-size: 11px;
	padding: 20px;
}

label {
	position: absolute;
}
input {
	border: 1px solid #e3e3e3;
	font-size: 11px;
	margin-right: 5px;
	padding: 3px;
	margin-top: -3px;
	margin-bottom: 25px;
	width: 250px;
}

#intro {
	display: block;
	color: #454545;
	line-height: 18px;
		font-size: 11px;
			margin: 0px 0px 10px 10px;

	float: right;
}



input[type="text"], input[type="password"], input[type="file"],select, textarea {
	margin-left: 150px;
	border: 1px solid #e3e3e3;
	font-size: 11px;
	margin-right: 5px;
	padding: 3px;
	margin-top: -3px;
	margin-bottom: 25px;
	width: 250px;
}

#photography {
	margin-left: 5px;
	text-align: center;
}

table.private-messages {
		font-size: 11px;
		width: 100%;
		margin-left: 10px;
	
}

table.private-messages tbody tr td {
	border-top: 1px solid #e5e5e5;
	padding: 3px;
	
}

textarea {
 font-family: Arial, sans-serif;
 height: 80px;	
}

input[type="submit"] {
	border-color: #c3c3c3;
	width: auto;
	margin-bottom: 0px;
}
