body {
	margin-top: 0px;
	padding: 0;
	background: url(picks/back1.jpg) fixed;
	font-size: 13px;
	text-align: justify;
	color: #ADADAD;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}


p.main { 
    font-weight: bold;}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: red;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	 
}

p, ul, ol {
	line-height: 100%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #80ffff;
	font-size: 15px;
}

a:hover {
	color: #FFFFFF;
}


hr {
	color: red;
	width: 700px;
}




/* Header */

#header {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(img/transhead.jpg) no-repeat left top;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #FFB71C;
	font-size: 44px;
}

#header p {
	padding: 65px 0 0 10px;
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 700px;
	margin: 0;
	margin-bottom: 0px;
}

.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}




/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	
}



/* Footer */

#footer {
	clear: both;
	height: 136px;
	width: 800px;
	margin: 0 auto;
	border-top: 10px solid #1E2223;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
}

#footer p {
	padding-top: 40px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: gold;
	border-color: red;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}

.hoverbox li
{
	background: #800000;
	border-color: red;
	border-style: ridge;
	border-width: 2px;
	color: #ffffff;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	width: 200px;
	height: 325px;
}

.hoverbox .preview
{
	border-color: red;
	width: 200px;
	height: 200px;
}


