/*-----------------------------------------------------------
Description:	Matt Forde Website
Author:	Luke Jones
Web:		http://www.traxor-designs.com/
E-Mail:	info@traxor-designs.com
-----------------------------------------------------------*/

@import url('nav.css');
@import url('formatting.css');
@import url('classes.css');

body, html { width:100%; height:100%; margin:0; padding:0; }
img { border:none; }

body {
	background: url('../images/bg.png') top left repeat-x #3477bb;
	text-align:center;
	font-family:"Arial", Helvetica, Sans Serif;
	font-size:12px;
}

/*
Main Wraps and Shadows
*/

#wrap {
	width:712px;
	margin:0 auto;
}

#content-top {
	width:712px;
	height:20px;
	background:url('../images/content-top.png') top left no-repeat
}

#content-bg {
	width:712px;
	overflow:hidden;
	background:url('../images/content-bg.png') top left repeat-y;
}

#content-bottom {
	width:712px;
	height:18px;
	clear:both;
	background:url('../images/content-bottom.png') top left no-repeat
}

/*
Main CSS: Content etc
*/

#header {
	width:700px;
	height:90px;
	margin:0 auto;
	background:url('../images/logo.png') top left no-repeat;
	position:relative;
}

#content {
	width:680px;
	min-height:100px;
	margin:0 auto;
}

#content-title {
	float:left;
	width:24px;
	height:382px;
	padding:0 10px 0 0;
	margin: 0 10px 0 0;
	background:url('../images/dots.png') top right no-repeat;
}

#content-main {
	float:left;
	width:635px;
}

#top-links {
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	height:32px;
	border-bottom:1px solid #d7d7d7;
}

#footer {
	width:700px;
	padding:0 0 10px 0;
	margin:0 auto;
}

/*
Twitter Styling
*/

#twitter_div {
	margin:10px;
	padding:10px 10px 0 10px;
	background:#efefef;
	border:1px solid #cacaca;
}

/*
Edinburgh Link
*/

#edinburgh {
	position:fixed;
	top:10px;
	left:0;
}