/* General Stuff */
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/
/* We must give html and body a 100% height to make the footer work */


html {
	height:100%;
}

body {
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color: rgb(200, 200, 200);
	width:100%;
	height:100%;
	font-size:12px;
}

#containall {
	height:100%;
	margin-bottom: -20px;
} 



#container1 { background: url('images/bg_coloronly.jpg') ; /* just the color for bg */ 
	}
#container2 { background: url('images/bg_tilevertical.gif') center top repeat-y; /* vertical color background */ 
	}
#container3 { background: url('images/bg_tilehorizontal.jpg') center top repeat-x; /* this tiles the gradient horizontally */ 
	}
#container4 { background: url('images/fullbg.jpg') center top no-repeat; 	 /* the main BG image, goes on top */ 
	}

#header {
height:400px;
}

#content {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:647px;
	/* top:400px; this gives me the white bottom...because it pushes the height of content div to 100% but down an extra 400 px...so the bg doesn't cover*/
	margin-top:00px;
	height:inherit;
	min-height:1100px;
}


/* for Internet Explorer */

* html #content {
height: 1100px;
}



#leftcolumn {
	width:400px;
	padding-left:20px;
	/* min-height:1000px; */
	height:auto;
	padding-top:35px;
	padding-bottom:100px;
	position: relative;
	top:0px;
	}

#rightcolumn {
	text-align:left;
	width:155px;
	padding-right:20px;
	padding-top:35px;
	font-size:11px;
	position: absolute;
	right:0px;
	top:0px;
	}
	
.clearfooter {
	height: 20px;
	clear: both;
}

#footer {
	margin-left:0px;
	height: 20px;
	position: relative;
	border-top: 1px solid rgb(65, 65, 65);
	background:rgb(45, 45, 45);
	text-align:center;
	font-size:10px;
	color:#999999
}
	
	
a:link {	color: rgb(125, 175, 225);	text-decoration: none;}
a:visited {	color: rgb(100, 150, 200);	text-decoration: none;}
a:active {	color: rgb(100, 150, 200);	text-decoration: none;}
a:hover {	color: rgb(100, 150, 200);	text-decoration: none;}


h1 {
	font-family:"News Gothic MT", Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom: 1px solid rgb(50, 50, 50);
	font-style: italic;
}

h2 {
	font-family:"News Gothic MT", "Trebuchet MS", Verdana,  Arial, Helvetica, sans-serif;
	font size:16px;
	font-style: italic;
	color: rgb(220, 220, 220);
	border-bottom: 1px dotted rgb(75, 75, 75);
	margin-top:16px;
}

.thumbnail{
	padding: 0px 0px 0px 0px;
	background-color: #222;
	border: 1px solid #333333;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}	

a img{ 	border: none;}

/* NAV MENU */

#navarea {
	margin-left:70px;
	font-family:"News Gothic MT", "Trebuchet MS", Verdana,  Arial, Helvetica, sans-serif;
	position:absolute;
	top:-42px;
	word-spacing: 0.7em;
	text-decoration:none;
	font-size:13px;
	color: rgb(234, 199, 107);
	letter-spacing:3px;
	z-index: 2;
font-style:italic;
}


#navarea a:link, a:visited {
	color: rgb(234, 199, 107);
}

#navarea a:hover {
	color: rgb(250, 251, 205);
}


/* Scott Oleson header title text */

.scottlogo {
	font-family:"News Gothic MT", "Trebuchet MS", Verdana,  Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:absolute;
	top:-46px;
	right:450px;
	font-size:24px;
	color: rgb(234, 199, 107);
	margin-left:auto;
	margin-right:auto;
}

.portfoliologo {
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:absolute;
	top:-22px;
	right:450px;
	font-size:12px;
	color: rgb(244, 245, 199);
	margin-left:auto;
	margin-right:auto;
}

#scottotitle {
	position:absolute;
	top:-416px;
	left:0px;
	border:none;
}
