﻿
body {
	background: white url(/BG.png) repeat-x fixed top;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

div#PageContainer {
	width: 780px;
	margin: 0 auto;
}

div#TopHeader {
}

img {
	border-width: 0;
}

div#TopNav {
	text-align: center;
	background: Red url(/RedBG.png);
	padding: 8px 0;
	font-weight: bold;
}

	div#TopNav ul {
		margin: 0;
		padding: 0;
	}

	div#TopNav li {
		display: inline;
		margin: 0 2em;
	}

	div#TopNav a {
		text-decoration: none;
		color: #dddddd;
	}

		div#TopNav a:hover {
			color: White;
		}

div#TopBanner {
	margin: 0;
	padding: 0;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: white;
}

div#MainContent {
	background: White;
}

div#ContentLeft {
	width: 69%;
	float: left;
}

div#ContentRight {
	width: 30%;
	float: right;
	text-align: center;
}

div#RightColumnContact {
	margin: 20px 15px 0 0;
	padding: 20px;
	border: 1px solid #cccccc;
	font-size: 1.4em;
}

div#RightColumnPaymentMethods {
	margin: 20px 15px 20px 0;
	padding: 20px;
	border: 1px solid #cccccc;
	font-size: 1.4em;
}

span.RightColumnContactNumber {
	font-size: 1.4em;
}

span.RightColumnPaymentTitle {
	font-size: 1.4em;
	margin-bottom: 15px;
}

div#Footer {
	text-align: center;
	background: #333333;
	padding: 20px 0 30px 0;
	font-size: 0.75em;
	color: Yellow;
}

	div#Footer ul {
		margin: 8px;
	}

	div#Footer li {
		display: inline;
		margin: 0 8px;
	}

	div#Footer a {
		text-decoration: none;
		color: #dddddd;
	}

		div#Footer a:hover {
			color: White;
		}

div#ContentHeaderContainer {
	background: red;
	background-image: url(/HeaderBG.png);
	background-repeat: repeat-x;
	border: 1px solid black;
	color: White;
	margin: 10px 30px 0 10px;
	height: 50px;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 9px 0 0 20px;
}

div#PageContent {
	color: Black;
	margin: 15px;
}