/* ----------------------------------------------------- */
/* HTML										  */
/* ----------------------------------------------------- */

html {
	border: 0px;
}

body {
	/* => Margins */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	/* => Background */
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-image:url(../images/canvasBackground.jpg);
	
	/* => Text */
	color:#7a8391;
	font-size:14px;
	font-family:"Trebuchet MS";
}

A:link {
	color:#b65b5e;
	font-weight:bold;
	text-decoration:none;
}
A:visited {
	color:#b65b5e;
	font-weight:bold;
	text-decoration:none;
}
A:active {
	color:#b65b5e;
	font-weight:bold;
	text-decoration:none;
}

A:hover {
	color:#b65b5e;
	font-weight:bold;
	text-decoration:underline;
}

img {
	border:0px;
}

/* ----------------------------------------------------- */
/* Grey Links 									  */
/* ----------------------------------------------------- */

A.Grey {
	color:#7a8391;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
A.Grey:visited {
	color:#7a8391;
	text-decoration:none;
}
A.Grey:active {
	color:#7a8391;
	text-decoration:none;
}
A.Grey:hover {
	color:#7a8391;
	text-decoration:underline;
}

/* ----------------------------------------------------- */
/* Containers 									  */
/* ----------------------------------------------------- */

#globalContainer {
	margin:0 auto; 
	position:relative;
	width:975px;	
}

/* ----------------------------------------------------- */
/* Header										  */
/* ----------------------------------------------------- */

#Header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:975px;
	height:160px;
}

/* ----------------------------------------------------- */
/* Navigation									  */
/* ----------------------------------------------------- */

#HeaderNavigation_ {
	position:absolute;
	left:75px;
	top:160px;
	width:819px;
	height:25px;
	color:#64686c;
	font-size:16px;
	background-image:url(../images/NavigationInner.jpg);
}

#NavigationBottom_ {
	position:absolute;
	left:75px;
	top:185px;
	width:819px;
	height:22px;
}

A.Navigation {
	color:#64686c;
	font-weight:bold;
	text-decoration:none;
}
A.Navigation:visited {
	color:#64686c;
	text-decoration:none;
}
A.Navigation:active {
	color:#64686c;
	text-decoration:none;
}
A.Navigation:hover {
	color:#b65b5e;
	text-decoration:none;
}

.PipeDivider {
	font-weight:bold;
}

/* ----------------------------------------------------- */
/* Runners									  */
/* ----------------------------------------------------- */

#LeftTopOuterRunner_ {
	position:absolute;
	left:0px;
	top:160px;
	width:75px;
	height:47px;
}

#RightTopOuterRunner_ {
	position:absolute;
	left:894px;
	top:160px;
	width:81px;
	height:47px;
}

#LeftMiddleOuterRunner_ {
	position:absolute;
	left:0px;
	top:207px;
	width:65px;
	height:705px;
}

#RightMiddleOuterRunner_ {
	position:absolute;
	left:894px;
	top:207px;
	width:81px;
	height:705px;
}

/* ----------------------------------------------------- */
/* Inner Content								  */
/* ----------------------------------------------------- */

#LeftInnerContent_ {
	position:absolute;
	left:65px;
	top:229px;
	width:24px;
	height:658px;
}

#RightInnerContent_ {
	position:absolute;
	left:570px;
	top:229px;
	width:23px;
	height:658px;
}

#TopInnerContent_ {
	position:absolute;
	left:65px;
	top:207px;
	width:528px;
	height:22px;
}

#BottomInnerContent_ {
	position:absolute;
	left:65px;
	top:887px;
	width:528px;
	height:25px;
}

#InnerContent {
	position:absolute;
	left:89px;
	top:229px;
	width:481px;
	height:658px;
	background-color:#ffffff;
}

#contentArea {
	padding:20px 0px 20px 20px;
}

.pageTitle {
	font-size:20px;
	font-weight:bold;
}
.pageTitleTag {
	font-size:16px;
	font-weight:bold;
}

/* ----------------------------------------------------- */
/* Right Side Pods								  */
/* ----------------------------------------------------- */

#PurchaseBook_ {
	position:absolute;
	left:593px;
	top:207px;
	width:301px;
	height:194px;
}

#AboutSteve_ {
	position:absolute;
	left:593px;
	top:401px;
	width:301px;
	height:196px;
}

#ViewPhotos_ {
	position:absolute;
	left:593px;
	top:597px;
	width:301px;
	height:198px;
}

#AssaultedByBlog_ {
	position:absolute;
	left:593px;
	top:795px;
	width:301px;
	height:117px;
}

/* ----------------------------------------------------- */
/* Footer										  */
/* ----------------------------------------------------- */

#Footer_ {
	position:absolute;
	left:0px;
	top:912px;
	width:975px;
	height:173px;
}

/* ----------------------------------------------------- */
/* WoolworthMedia Tag							  */
/* ----------------------------------------------------- */

#WMTag_ {
	position:absolute;
	top:1085px;
	width:975px;
	text-align:center;
}

/* ----------------------------------------------------- */
/* Worthless Excuse for a "Browser" fix				  */
/* ----------------------------------------------------- */

.ieSucks {
	/* display: block; */
}



