/* by kat neville www.safetygoat.co.uk */

html{margin: 0; padding: 0;}

body{
	color: #000;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande", "Helvetica", Arial, sans-serif;
}

a{
	color: #2abd68;
	text-decoration: none;
}

a:hover{
	color: #49ff96;
	text-decoration: none;
	border-bottom: 1px dotted #49ff96;}

h1 a{
	background: url(images/logo.gif) no-repeat 0 0;
	width: 809px;
	height: 120px;
	text-indent: -9999px;
	display: block;
	margin: 20px auto;
}

h1 a:hover{border-bottom: none;}

.clear{clear:both}

.header{
	background: url(images/header.gif) repeat-x;
	height: 35px;
}

.container{
	width: 760px;
	height: 800px;
	margin: 20px auto;
	position: relative;
	left: 0;
	top: 0;
	height: auto;
}

.container .textBox{
	margin: 70px 0 50px;
}

.container p{
	width: 300px;

}

.resumeImage{
	z-index: 1;
	position: absolute;
	right: 40px;
	top: 0;
	display: block;
}

.mainFrame a{
	background: url(images/main_frame.png) no-repeat;
	width: 350px;
	height: 318px;
	display: block;
	clear: both;
	z-index: 4;
	position: absolute;
	right: 0;
	top: -30px;
}

.mainFrame a:hover, .smallFrame a:hover{border-bottom: none;}

.smallFrameContainer{
	position: relative; 
	left: 0; 
	top: 0; 
	width: 220px; 
	height: 240px; 
	float: left; 
	overflow: hidden;
	margin: 40px 30px 0 0;
}

.smallFrame a{
	background: url(images/small_frame.png) no-repeat;
	width: 230px;
	height: 199px;
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
}

.resumeImageSmall{
	position: absolute; 
	left: 30px; 
	top: 25px;
	display: block;
	z-index: 1;
}

.namePlate a{
	background: url(images/name_plate.png) no-repeat 0 0;
	width: 145px;
	height: 24px;
	position: absolute;
	bottom: 40px;
	left: 45px;
	display: block;
	z-index: 10;
	padding: 15px 0 5px;
	text-align: center;
	font-size: 0.7em;
}

.namePlateBig a{
	background: url(images/name_plate.png) no-repeat 0 0;
	width: 145px;
	height: 24px;
	position: absolute;
	top: 240px;
	right: 100px;
	display: block;
	z-index: 10;
	padding: 12px 0 8px;
	text-align: center;
	font-size: 0.85em;
}


.namePlate a:hover, .namePlateBig a:hover{border-bottom: 0;}


a.source{
	font-size: 0.6em;
	position: absolute;
	top: 200px;
	left: 80px;
}

.footer{
	background: #000 url(images/footer.gif) repeat-x top;
	height: 110px;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer p{
	position: absolute;
	right: 40px;
	top: 50px;
	color: #fff;
	text-align: right;
}
