﻿
html, body, form
{
	float: left;
	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	min-width:960px;
	background-color: #000000;
/*
	background-image: url('Images/border-left.jpg'), url('Images/border-right.jpg');
	background-position: top left, top right;
*/
	background-position: bottom;
	
	
	background-repeat:no-repeat;
	
}


#wrapper
{
	
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#pagewrap
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-width:960px;
/*	background-image: url('Images/background-img.jpg');	*/
	background-position: center center;

}

a
{
	color: #8363d4;
	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:focus { 
    outline: none; 
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #8363d4;
	font-family: "minion pro",sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	margin: 0 5px 5px 0;
}

h2
{
	color: #8363d4;
	font-family: "minion pro",sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 0 0px 10px 0;
	display: inline-block;
	
}


h3
{
	color: #dcdcdc;
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	color: #dcdcdc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.pbr-logo
{
	width: 15px;
	height: 15px;
	background-image: url('Images/PBR-logo.png');
	background-repeat: no-repeat;
	position: relative;
	top: -3px;
	display: inline-block;
}

.clear
{
	clear: both
}
