@charset "utf-8";
/* Wrapper CSS Document */


#bodyContainer_wrapper {
	position:relative;
	width:900px;
	height:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#body_wrapper {
	position:relative;
	width: 850px;
	/*background-color:#999;*/
	margin-left:auto;
	margin-right:auto;
	top: -100px;
	/*border: black 2px solid;*/
}

/*--------------------------------------------------------------BANNER CSS Stuff*/

#banner_wrapper {
	position:relative;
	width: 850px;
	height: 240px;
	/*height: 300px;*/
	background-color:#999;
	margin-left:auto;
	margin-right:auto;
	top: 24px;
	border: white 5px solid;
	z-index:2;

	
	/*border-bottom:none;*/
}

#banner_dropshadow {
	position: relative;
	width: 972px;
	height:150px;
	top: -41px;/*31*/
	right:30px;
	/*background:url(../Images/bg/header_dropshadow1.png) no-repeat;*/
	z-index:1;

}

.bannertext {
	margin-left: 40px;
	margin-top:35px;
	height: 50px;
	display:block;
	background:url(../Images/bg/shawnkirsch.png) no-repeat;
}

.bannertitle {
	height: 25px;
	margin-top:-7px;
	margin-left: 45px;
	margin-bottom:70px;
	background:url(../Images/bg/technical_artist_banner.png) no-repeat;
}

.bannerresume {
	position: relative;
	margin-top: -105px;
	left: 690px;
	display:block;
	height: 40px;
	width: 120px;
	text-indent:-9999px; 
	background:url(../Images/bg/resume_header.png) no-repeat;
	cursor: pointer;
}
.bannerresume:hover {
	background:url(../Images/bg/resume_header_down.png) no-repeat;
}

#bannerImage {
	position:relative;
	height:200px;
	width:200px;
	float:right;
	margin-top:20px;
	margin-right: 20px;
	/*background-image:url(../Images/bg/edge_detected.png);*/
	background-image: url(../imagerotator/rotate.php);
}

/*--------------------------------------------------------------About Me CSS Stuff*/

#aboutmewrapper {
	background-color:#03F;
	margin-top:30px;
	position:relative;
	width: 650px;
	background-color:#999;
	margin-left: 100px; /*was 100px*/
	margin-right: 100px;
	top: -8px;	
	border: black 2px solid;
	border-top: none;
	
}

.aboutme {
	/*background-color:#3F3;*/
	cursor: pointer;
	position: absolute;
	
	bottom: -20px;
	right: -20px;
}

.aboutme:hover {
	color:#999;
}

.aboutmetext {
	font-size: 120%;
	margin-right:230px;
	margin-left: 15px;
	margin-top: 20px;
	text-align:justify;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
