@charset "utf-8";

/***---------------------------- Body ----------------------------***/
/***-------------------- /all default styling --------------------***/

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	background-color: #450000;
	text-decoration: none;
	background-image: url(../images/format/strip01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
/***-------------------- Mouse Cursor Reflexes --------------------***/

a,
a:link,
a:visited {
	text-decoration:none;
	color:#900;
	}

a:hover,
a:active {
	text-decoration:underline;
	color:#000;
	}

/***---------------------------- Header ----------------------------***/
/***---------------------------- and Nav ---------------------------***/

#header {
	position: absolute;
	left: 50%;
	width: 454px;
	top: 52px;
	margin-left: -227px;
	font-size: 20px;
	text-align: center;
	}

#header li {
	display: inline;
	}

	.header-spacer { 
	margin-left: 26px;
	}

/***---------------------------- Content ----------------------------***/

#homeimage {
	position: absolute; 
	left: 50%; 
	width: 600px;
	top: 180px; 
	margin-left: -300px; 
	}
	
#hometext {
	position: absolute;
	left: 50%;
	width: 434px;
	top: 720px;
	margin-left: -217px;
	background-image: url(../images/format/blackline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	}
	
#tutorialtext {
	position: absolute;
	left: 50%;
	width: 434px;
	top: 260px;
	margin-left: -217px;
	text-align:center
	}
	
#portfolio 
	.container{
	display: inline;
	position: absolute;
	left: 50%;
	width: 926px;
	top: 200px;
	margin-left: -450px;
	}
	.leftcolumn {
	display: inline;
	position: absolute;
	left: 50%;
	width: 438px;
	top: 200px;
	margin-left: -462px;
	}
	.rightcolumn {
	display: inline;
	position: absolute;
	left: 50%;
	width: 438px;
	top: 200px;
	margin-left: 25px;
	}
		
/***---------------------------- Sidebar ----------------------------***/

/***---------------------------- Footer -----------------------------***/

