h1
{
	font-size: 18px;
	color: #546377;
	font-weight: normal;
}

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

h2 a:hover
{
	color: #929292;
}

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

body
{
	background: #f4f4f4;
	text-align: center;
	font: 12px "Verdana", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

#container
{
	width: 650px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	margin-bottom: 5px;
}

#header
{
	height: 32px;
}

#header img
{
	margin-top: 25px;
}

#page
{
	background: url('/images/content.gif');
}

#navigation
{
	background: url('/images/menu.gif');
	height: 25px;
	margin-bottom: 1px;
	margin-top: 25px;
}

#navigation ul
{
	list-style: none;
	float: left;
	margin-left: 5px;
}

#navigation ul li
{
	float: left;
	line-height: 25px;
}

#navigation ul li a
{
	float: left;
	display: block;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #333333;
}

#navigation ul li a:hover
{
	color: #000000;
}

#hline
{
	background: url('/images/headerb.gif');
	height: 4px;
	line-height: 4px;
	margin-left: 5px;
	margin-right: 5px;
}

#main
{
	background: color:#FFFFFF;
}

#content
{
	float: left;
	width: 650px;
	margin-left: 5px;
}

#content div.spacer
{
	margin: 15px;
}

#content p.main
{
	line-height: 18px;
	color: #333333;
}

#content p.main a
{
	color: #666666;
}

#content p.main a:hover
{
	color: #111111;
}

input.submit
{
background: url('/images/upicon.gif') left no-repeat;
padding: 3px 3px 3px 10px;
color: #000;
} 

#footer
{
	background: url('/images/footer.gif');
	height: 10px;
}

div#upload_pb
{
width: 75%;
margin:0 auto;
}

#upload_pb p span
{
  font-weight:bold;
}

#upload_border
{
margin: 15px auto;
border: 1px #000000 solid;
}

#upload_progress
{
width: 0;
height: 15px;
background-color: #12519F;
}

.commentform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px;
height: 1%;
}

.commentform label{
font-weight: bold;
float: left;
margin-left: -155px;
width: 150px;
}

.commentform input[type="text"]{
width: 180px;
}

.commentform textarea{
width: 250px;
height: 150px;
}
