/* Ghost Intent :: The Art Direction & Design of Jared Hardy */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EAEFF1;
}

#navcontainer {
	font-size:10px;
	color: #54301A;
	font-family:Arial, Helvetica, sans-serif;
	width: 220px;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg_nav.jpg);
	background-position: top;
	background-repeat: repeat-y;
	position: fixed;
}

#line_dots {
	width: 218px;
	height: 2px;
	border: 0px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/line_dots.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#line_dots2 {
	width: 778px;
	height: 2px;
	border: 0px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/line_dots2.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

#left {
	width: 220px;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding:0px;
	background: transparent;
	float: left;
}

#right {
	width: 728px;
	height: auto;
	border: 0px;
	margin: 0px;
	padding:0px;
	background: transparent;
	float: left;
}

#container {
	width: auto;
	height: auto;
	border: 0px;
	padding:0px;
}

#header {
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	width: 728px;
	height: 14px;
	padding:10px;
	margin-left: 4%; 
	margin-right: 4%; 
	font-weight: bold; 
	font-style:italic;
	font-size: 14px;
	color: #54301A;
}

#text {
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	width: 728px;
	height: 100%;
	padding:10px;
	margin-left: 4%; 
	margin-right: 4%; 
	font-size: 10px;
	color: #54301A;
}

#images {
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 0;
	margin-left: 4%; 
	margin-right: 0; 
}

#content {
	font-size:10px;
	color: #54301A;
	font-family:Arial, Helvetica, sans-serif;
	width: 220px;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg_nav.jpg);
	background-position: top;
	background-repeat: repeat-y;
}


/* Links */

#nav_bottom {
	font-size:10px;
	color: #54301A;
	text-align: center;
	width: auto;
	height: auto;
	font-weight: bold; 

}

#nav_bottom a:link {
	color: #54301A;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}

#nav_bottom a:visited { 
	color: #54301A;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}

#nav_bottom a:hover {
	color: #F47B20;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}

#text a:link {
	color: #54301A;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}

#text a:visited { 
	color: #54301A;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}

#text a:hover {
	color: #F47B20;
	text-decoration: none;
	font-weight: bold; 
	font-style:italic;
}
