﻿
body
{
	width:675px;
	color:#545454;
	font-family:Arial;
	font-size:1.2em;
	line-height:1.4em;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;		
}

/** Formatting **/
a
{
	text-decoration:underline;
	color:#002A58;
}
p { margin-bottom: 0.5em; }

h1 
{ 
	margin-bottom: 0.5em; 
	text-transform: lowercase;	
	color: #000000;
	font-size: 1.75em;	
}

.left
{
	float: left;
}
.right
{
	float: right;	
}
.clear
{
	clear: both;
}

/** Page Layout **/
.header
{
	min-height: 50px;
	border-bottom: solid 1px #b2b2b2;
}

.header .logo
{
	margin-bottom: 15px;
}

.content
{
	border-bottom: solid 1px #b2b2b2;
	margin-top: 30px;	
}

.content .info
{
	width: 405px;
	min-height: 240px;
	border-right: solid 1px #b2b2b2;
}

.content .cover
{
	width: 170px;
}

.content .description
{
	width: 210px;
	margin-right: 10px;
	margin-left: 15px;
}

.content .paypal
{
	width: 230px;
	min-height: 189px;
	color: #000000;
	background-image: url(Images/Background/buyers_view.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
	padding-left: 30px;
}

.content .paypal select
{
	margin-bottom: 10px;
	margin-top: 5px;
}

.bottom_spacer
{
	height: 20px;
}

.footer
{
	text-align: right;
	font-size:0.95em;
	margin-top: 5px;
}

.footer .disclaimer
{
	width: 455px;
	margin-left: 100px;
}

.footer .paypal
{
	width: 100px;
	margin-left: 20px;
}

.nosubs
{
	padding-top: 20px;
	padding-left: 5px;
}