@charset "UTF-8";
/* CSS Document */



body{
background-color:#A7DEEC;
}

#header{
	width: 843px;
	height: 203px;
	left: 0px;
	top:0px;
	background: url('../media/images/header.jpg')  no-repeat;
	position:absolute;
}

#home {
	height: 38px;
	width: 389px;
	left:0px;
	background: url('../media/images/home.jpg') no-repeat;
	top: 203px;
	position: absolute;
	
}

#home_over a{
	height: 38px;
	width: 389px;
	align: left;
	background: url('../media/images/home_over.jpg') no-repeat;
	
}

#flash {
	height: 38px;
	width: 112px;
	background-image: url(../media/images/flash.jpg);
	position: absolute;
	top: 203px;
	left: 389px;
}

#flash_over a{
	height: 38px;
	width: 112px;
	background: url(../media/images/flash_over.jpg) no-repeat;
	
}

#graphics {
	height: 38px;
	width: 131px;
	background: url('../media/images/graphics.jpg') no-repeat;
	left: 500px;
	top: 203px;
	position: absolute;
}

#graphics_over {
	height: 38px;
	width: 131px;
	background: url('../media/images/graphics_over.jpg') no-repeat;
	
}

#resume {
	height: 38px;
	width: 211px;
	background: url('../media/images/resume.jpg') no-repeat;
	top: 203px;
	position: absolute;
	left: 631px;
}

#resume_over a{
	height: 38px;
	width: 211px;
	background: url('../media/images/resume_over.jpg') no-repeat;
	
}


/* --------------------------------- BODY ---------------------------------*/
#body_top {
	width: 843px;
	height: 120px;
	background: url('../media/images/body_top.jpg')  no-repeat;
	top:241px;
	left:0px;
	position: absolute;
}
#body_repeat{
	width: 843px;
	height:166px;
	top:346px;
	left:0px;
	background: url('../media/images/body_repeat.jpg') repeat-y;
	position:absolute;
	}
	#body_repeat_flash{
	width: 843px;
	height:256px;
	top:346px;
	left:0px;
	background: url('../media/images/body_repeat.jpg') repeat-y;
	position:absolute;
	}
	
	#body_repeat_graphics{
	width: 843px;
	height:406px;
	top:346px;
	left:0px;
	background: url('../media/images/body_repeat.jpg') repeat-y;
	position:absolute;
	}
#body_bottom{
	height:35px;
	width: 843px;
	background: url('../media/images/body_bottom.jpg') no-repeat;
	top:510px;
	left:0px;
	position:absolute;
}

#body_bottom_flash{
	height:35px;
	width: 843px;
	background: url('../media/images/body_bottom.jpg') no-repeat;
	top:600px;
	left:0px;
	position:absolute;
}
#body_bottom_graphics{
	height:35px;
	width: 843px;
	background: url('../media/images/body_bottom.jpg') no-repeat;
	top:747px;
	left:0px;
	position:absolute;
}

#copyright{
	width: 855px;
	height:40px;
	background: url('../media/images/copyright.jpg') no-repeat;
	top: 600px;
	left:0px;
	position:absolute;
}

#copyright_flash{
	width: 855px;
	height:40px;
	background: url('../media/images/copyright.jpg') no-repeat;
	top: 650px;
	left:0px;
	position:absolute;
}


#copyright_graphics{
	width: 855px;
	height:40px;
	background: url('../media/images/copyright.jpg') no-repeat;
	top: 800px;
	left:0px;
	position:absolute;
}
/* --------------------------------- SPECIAL ---------------------------------*/
#content{
	color: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 550px;
	align: center;
	position: absolute;
	left: 250px;
	top: -50px;
	text-align: left;
}
#content_flash{
	color: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	align: center;
	position: absolute;
	left: 250px;
	top: -50px;
	text-align: left;
}

#content ul{
	
	list-style-type: none;
}

