﻿
html, body, form
{
	float: left;
	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	min-width:1000px;
	background-color: #ffffff;
/*
	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: 1000px;
	min-width:1000px;
/*	background-image: url('Images/background-img.jpg');	*/
	background-position: center center;

}

a
{
	color: #8f70b0;
	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:focus { 
    outline: none; 
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: center;
	margin: 4px 5px 30px 0;
	display: inline-block;
}

h3
{
	color: black;
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

p,
ul,
li
{
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

ul
{
list-style-image: url('Images/list_item_img.png');
}

.pbr-logo
{
	width: 20px;
	height: 20px;
	background-image: url('Images/PBR-logo.png');
	background-repeat: no-repeat;
	position: relative;
	top: -3px;
	display: inline-block;
}

.clear
{
	clear: both
}
