/*
Theme Name: Xav's Customised Blue Layout
Theme URI: http://mrxav.co.uk/
Description: Xav's custom-designed blue layout.
Version: 1.0
Author: Xavier Hussain
Tags: mantle color, variable width, two columns, widgets

I have COPYRIGHTED this layout (not really), but no-one has access to it anyway. :)*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	font-family: Arial;
	background: url(images/background.gif) repeat-x;
	background-color: #3a99dd;
}
#wrapper
{
	margin: 0 auto;
	width: 930px;
}
#content
{
	background: url(images/content.png) -1px 0% repeat-y;
}
#footer
{
	height: 70px;
	clear: both;
	text-align: center;
}
#header
{
	height: 172px;
	background: url(images/header.png) 50% 0%;
}
#navbar
{
    width: 400px;
    margin: 0 auto;
}
/* Blog #ffd47c */
.storycontent
{
	margin: 30px 0px 10px 0px;
}