﻿/* ===========================================
The pretty stuff
============================================== */
#wrapper
{
	background-color: #666;
}

#header
{
	height: 115px;
	background-color: #b0b0b0;
	background: url(../Images/Logo.jpg) no-repeat left top;
}

#header h1
{
	margin: 0;
	display: none;
}

#content
{
	padding: 5px 0 5px 5px;
}

#sidebar
{
	padding: 5px 5px 5px 0;
}

#footer p
{
	text-align: center;
	color: #fff;
	font-size: 85%;
	padding: 10px;
}

#footer a
{
	color: #fff;
}

/* ===========================================
The Core Technique
============================================== */
body
{
	text-align: center;
	min-width: 1000px;
}

#oneColumn #content
{
	width: 955px;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#content
{
	width: 640px;
	float: left;
}

#sidebar
{
	width: 310px;
	float: right;
}

#footer
{
	clear: both;
	margin: 1em 0;
}

/* ===========================================
Rounded Corner Boxes
============================================== */
.boxTop
{
	background: url(../Images/Box.png) no-repeat 100% 0;
	margin: 0 0 0 18px;
	height: 17px;
}

.boxTop div
{
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(../Images/Box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.boxBottom
{
	background: url(../Images/Box.png) no-repeat 100% 100%;
	margin: 0 0 0 18px;
	height: 17px;
}

.boxBottom div
{
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(../Images/Box.png) no-repeat 0 100%;
}

/* Insert the left border */
.boxLeft
{
	padding: 0 0 0 12px;
	background: url(../Images/Borders.png) repeat-y 0 0;
}

/* Insert the right border */
.boxRight
{
	padding: 0 12px 0 0;
	background: url(../Images/Borders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.boxContent
{
	background: #fff;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 0 10px;
}
