@charset "UTF-8";
/*General site rules*/
body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	margin-top: 0px;
	/* [disabled]margin-left: 0px; */
}
ul, ol, dl {
	list-style-type: square;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0F0;
	font-weight: bold;
}
#container {
	max-width:800px;
	background-image: url(/images/background.jpg);
	height: auto;
}
#header {
}
#content {
	margin: 0px;
	padding: 0px;
}
#content ul, .content ol {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	list-style-type: none;
	color: #FC0;
}
#sidebar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 180px;
}
#maincolumn {
	max-width: 600px;
}
#footer {
	padding: 10px 0;
	clear: both;
	color: #CCC;
	background-color: #003172;
}
.fltleft {
	float:left;
}
/*Specialty rules*/
#indexcontent {
	margin: 0px;
	padding: 0px;
	height: 500px;
	background-image:url(images/indexcontent.jpg);
}
#indexmaincolumn {
	color: #FFF;
	max-width: 600px;
}
.tagline {
	font-style: italic;
}
.emphasis {
	font-size: 120%;
	font-weight: bold;
}
.show-all a {
	color: #000;
	text-decoration: underline;
}
table {
	text-align: center;
	vertical-align: top;
}
#colortable {
	padding-left: 15px;
	padding-bottom: 15px;
}
#psidebar {
	width: 160px;
	overflow-y:scroll;
	margin-top: 0px;
	margin-left: 0px;
	height: 480px;
}
#pfullphoto {
	min-height: 480px;
}
img.pthumb {
	padding: 1px;
	width: 40px;
	/* [disabled]height: 40px; */
}
.f_logo {
	float: right;
	margin-right: 10px;
}

