html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6, hr,
form, fieldset, a {
	margin:  0px;
	padding: 0px;
	border:  0px;
}

body {
	background-color: #f4f5f7;
	background-image: url(/images/pattern.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.hide {
	position: absolute;
	text-indent: -9999px;
}

#body_wrapper {
	width: 830px;
	margin: 0px auto 0px auto;
}

#masthead {
	height: 100px;
	background-image: url(/images/masthead.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#content {
	margin: 0px auto 0px auto;
	text-align: center;
}

ul.headernav {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 15px;
}

ul.headernav li {
	display: inline;
	border-right: 2px solid #666;
	padding: 0px 5px 0px 5px;
}

ul.headernav li.lastitem {
	border: none;
}

ul.headernav li a,
ul.headernav li a:link,
ul.headernav li a:hover,
ul.headernav li a:visited {
	font-weight: bold;
	color: #004F90;
	text-decoration: none;
}

ul.headernav li a:hover {
	text-decoration: underline;
}

ul.panelnav {
	list-style-type: none;
	display: inline;
}

ul.panelnav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#leftpanelnav {
	padding-right: 75px;
}

#rightpanelnav {
	padding-left: 75px;
}

ul.panels {
	list-style-type: none;
}

ul.panels li {
	display: inline;
	float: left;
	margin: 5px;
}

ul.panels li img {
	border: 1px solid #000;
}

ul.panels li p {
	text-align: right;
}

.footer {
	clear: both;

	margin: 5px auto 20px auto;
	border-top: solid 1px #666;
	font-size: 10px;
	color: #666;
}

#commentcount {
	float: left;
	text-align: left;
	width: 150px;
}

#commentcount a,
#commentcount a:link,
#commentcount a:hover,
#commentcount a:visited {
	text-decoration: none;
	color: #666;
}

#commentcount a:hover {
	color: #00f;	
}

#copyright {
	float: right;
	width: 150px;
	text-align: right;
}

#loginbox {
	width: 400px;
	text-align: left;
	margin: 20px;
}

#loginbox p {
	padding: 15px;
}

.error {
	color: red;
}

.success {
	color: green;
}

#adminmenu {
	background-color: yellow;
	border:  1px dashed #000;
	padding: 5px;
	margin:  5px;
}

#adminmenu ul {
	display: inline;
	list-style-type: none;
}

#adminmenu li {
	display: inline;
	padding: 0px 3px 0px 3px;
}

#upload_pane {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

#upload_pane h2,
#upload_pane p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#manage_pane {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

#manage_pane table {
	width: 800px;
}

#manage_pane table thead {
	font-weight: bold;
	background-color: #ccc;
	border-bottom: 1px solid #000;
}

#manage_pane .altrow {
	background-color: #eee;
}

.comment,
.commentalt {
	width: 550px;
	text-align: left;
	padding: 5px;
	margin: 0px auto 0px auto;
}

.commentalt {
	background-color: #ddd;
}

p.cname {
	font-family: Times New Roman, Serif;
	font-size: 20px;
}

p.cpost {
	font-size: 10px;
	color: #666;
}

#about_page,
#archive_page {
	text-align: left;
	position: relative;
	padding-bottom: 30px;
}

#about_page p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	width: 500px;
	color: #666;
}

#about_page h2,
#archive_page h2 {
	font-family: Times New Roman, Serif;
	color: #004F90;
	
	padding-left: 5px;
	padding-top:  5px;
}

#about_page hr,
#archive_page hr {
	height: 1px;
	color: #000;
	background-color: #000;
}

#links_callout,
#archive_callout {
	position: absolute;
	top: 35px;
	left: 600px;

	width:  215px;

	background-image: url(/images/about_friendlies_mid.gif);
	background-repeat: repeat-y;
}

#links_callout_top,
#archive_callout_top {
	background-image: url(/images/about_friendlies_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}

#links_callout_bot,
#archive_callout_bot {
	background-image: url(/images/about_friendlies_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 100%;
	
	padding: 15px;
}

#links_callout ul {
	list-style-type: none;
	padding-left: 5px;
}

#links_callout a,
#links_callout a:link,
#links_callout a:visited {
	color: #000;
	text-decoration: none;
}

#links_callout a:hover {
	text-decoration: underline;
}

#archive_header {
	margin-bottom: -3px;
}

#archive_callout p {
	font-family: Times New Roman, Serif;
	font-size: 20px;
	color: #004F90;
	padding: 10px;
}

#archive_panel_blocker {
	float: right;
	width: 235px;
	height: 200px;
}

.archive_item {
	float: left;
	height: 95px;
	width:  200px;
	padding: 10px;
	cursor: hand;
}

.archive_item img {
	width: 150px;
	height: 75px;
	margin-right: 5px;
}

.archive_item p {
	display: inline;
	color: #666;
}