body
{
	font-family	: verdana, Arial;
	font-size	: xx-small;
    	background-color: #ccc;
}

img, p, div, ul, span, strong, form
{
	margin: 0;
	padding: 0;
	border: 0;
}

ul
{
	list-style: square;
	padding-top: 10px;
	margin-bottom: 10px;
}

li
{
	margin-left: 30px;
}

.Page_Div
{
	/* Centre the main page content area */
	padding		: 0px;
	margin		: 5px auto 0px auto;
	width		: 700px;
	border		: 1px solid black;
	position    : relative;
    	background-color: white;
}

.Page_Header_Div
{
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: auto;
}

.Page_Header_Image_Div
{
	width: auto;
    	height: 220px;
}

.Page_Navigation_Div
{
	background-image: url(images/page_navigation.jpg);
	background-repeat: no-repeat;
    	height: 36px;
}

.Page_Middle_Side_Div
{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	width: 80px;
}

.Page_Middle_Div
{
	margin: 0;
	padding: 0;
	float: right;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 580px;
    	line-height: 20px;
}

.Page_Footer_Div
{
    	border-top: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
    	padding-right: 30px;
	font-size: xx-small;
	clear: both;
	text-align: right;
}

.Page_Header_Login
{
	padding-top: 10px;
	padding-left: 430px; 
	width: 250px; 
	height: 24px;
	text-align: right;
	vertical-align: middle; 
}

a:link.main_menu, a:visited.main_menu, a:active.main_menu
{
	color: white;
	text-decoration: none;
}

a:hover.main_menu
{
	color: #FF0000;
}

a:link, a:visited, a:active
{
	color: blue;
}

a:hover
{
	color: red;
}

.login_textbox
{
	width: 50px;
	border: 1px solid #ccc;
	font-size: xx-small;	
}

.start_quote
{
	font-size: 200%;
}

.end_quote
{
	font-size: 200%;
}

.login_button
{
	width: 40px;
	font-size: xx-small;
}

.Page_Comments
{
	font-family: Arial;
	color: teal;
	font-size: large;
	line-height: 30px;
	text-align: center;
}
