:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	margin:0px;
	padding:0px;
	font-family: tahoma, lucida sans unicode, helvetica, arial;
	font-size:13px;
	line-height:20px;
	color:#000000;
	background-color:#ffffff;
	letter-spacing: .1em;
}

a {
	color: #878787;
	font-weight: bold;
	font-family: tahoma, lucida sans unicode, helvetica, arial;
	font-size:13px;
}

#container {
	width:954px;
	margin: 0 auto;	
	padding: 0px;
	position:relative;
	border: 1px solid black;
	background: #f3f3f3;
	min-height: 600px;
}
#topmenu {
	width: 954px;
	height: 25px;
	text-align: right;
	margin: 0px auto;
}
#topmenu a {
	margin-left: 60px;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	line-height: 30px;
	color: #878787;
	font-weight: bold;
	text-transform: uppercase;
}
#mainmenu {
	width: 100%;
	text-align: center;
}
#menu {
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	border-bottom: 1px solid #c0c0c0;
}
#menu li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}	
#menu a {
	background: #EEE8AA;
	font-family: tahoma, lucida sans unicode, helvetica, arial;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 1px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #535353;
}
#menu a:hover {
	border-bottom: 1px solid #f3f3f3;
	background: #f3f3f3;
	color: #000000;
}
#header {
	width:100%;
	height:128px;
	margin:0px;
	color:#000000;
	font-weight:normal;
	background: url(header.png) no-repeat center center;
}
#header h1 {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
	text-indent: -9999px;
}

#leftcolumn {
	position: relative;
	left: 0px;
	width:675px;
	padding:20px;
	padding-left:14px;
	padding-top: 30px;
	background: #f3f3f3;
}
#rightcolumn {
	position: absolute;
	right: 0px;
	top:151px;
	background-color:#f1f0ed;
	width:200px;
	text-align:left;
	padding:20px;
	padding-top:20px;
	border:1px solid #d8d6ce;
	border-right: 0px;
	border-top:none;
	min-height:300px;
}
#rightcolumn h3 {
	color: #081274;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	font-family: Lucida Sans Unicode, Arial;
}
#rightcolumn hr {
	border:0px; 
	height:0px; 
	border-top:1px solid #d8d6ce; 
	width:240px; 
	position:relative;
	left:-20px;
	margin-top:20px;
	margin-bottom:20px;
}
#leftcolumn h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2.new {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
#leftcolumn #post {
	border: 1px dashed #c0c0c0;
	margin-bottom: 15px;
}
#leftcolumn #post h3 {
	font-size: 14px;
	margin-top: -16px;
}
#leftcolumn #post p.postinfo {
	text-align: right;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
}
#leftcolumn #post p {
	padding: 10px;
}
ul#about {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul#alerts li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #000000;
}
ul#recentposts li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #000000;
}
form {
	padding: 10px;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"] {
	margin: 4px;
}
input[type="radio"] {
	margin: 5px 5px 0px 5px;
}
ol {
	list-style-type: decimal;
	padding-left: 20px;
}
ol li {
	margin-top: 5px;
}
.feedback {
	width: 350px;
	height: 75px;
}
.message {
	width: 100%;
	height: 75px;
}
#adminmessage {
	width: 100%;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
}
#footer {
	width: 100%;
	text-align: center;
	height: 40px;
}
#shirts {
	padding-left: 30px;
}
#stub {
	width: 500px;
	margin: 50px auto;
	border: 3px dashed #eee;
	padding: 10px;
	background: #ccc;
}
.admin_posts_table {
	font-family: tahoma, lucida sans unicode, helvetica, arial;
	font-size: 10px;
	border-bottom: 1px solid black;
}
.admin_posts_table a {
	font-family: tahoma, lucida sans unicode, helvetica, arial;
	font-size: 10px;
}
ul.list {
	margin-left: 15px;
	padding-left: 10px;
	list-style: square;
}