/*------------------------------------------------------------
Author:	Luke Jones
Web:		http://www.traxor-designs.com/
Mail:		info@traxor-designs.com
Description:	CSS & XHTML Written
------------------------------------------------------------*/

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

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

body {
	background:#46472a;
	font-family:"Verdana", Arial, Helvetica;
	color:#fff;
	font-size:12px;
}

/*
Wrapper to hold main content
*/

#min-width {
	width:1002px;
	height:100%;
	min-height:585px;
	margin:0 auto;
	position:relative;
}

#wrapper {
	width:1002px;
	height:585px;
	background:url('../images/greenbg.png') top left repeat-y #3c3d24;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-501px;
	margin-top:-291px;
	border:1px solid #fff;
}

/*
Header
*/

#header {
	width:1002px;
	height:67px;
	background:url('../images/topright.png') top right no-repeat;
	text-align:right;
}

/*
Grey Content
*/

#grey {
	width:1002px;
	height:300px;
	background:#808080;
}

/*
Selecter Projects
*/

#selected-projects {
	float:right;
	margin:5px 25px 0 0;
}

/*
Contact Bg
*/

#contact {
	width:1002px;
	height:462px;
	background:url('../images/contactbg.png') top left no-repeat;;
}

/*
Text Content
*/

#text-content {
	width:1002px;
	height:162px;
	background:url('../images/contentbg.png') top left no-repeat;
}

/*
Footer
*/

#footer {
	width:1002px;
	height:26px;
	background:url('../images/foot.png') top left no-repeat;
}