/* CSS Document */

* {margin:0; padding:0; }

body {
	background-color: #673212;
	background-image: url(bg_y.png);
	background-repeat: repeat-y;
	font: normal 52.5% Arial, "Lucida Sans Unicode",Verdana,sans-serif;
	color:#000000;
}

#header  {
	position: absolute;
	top:0px;
 	left:0px;
}

#contact {
	position: absolute;
	top:0px;
	left:0px;
}


#logo {
	position: absolute;
	top:85px;
	left:525px;
	font-family:"Verdana",Arial,Sans-Serif;
	font-size:11px;
	line-height:1.5;
	text-align:right;
}

#content {
	position: absolute;
	top:210px;
	left:250px;
	width:511px;
	font-family:"Verdana",Arial,Sans-Serif;
	font-size:11px;
	line-height:1.5;
	color: #000000;
	text-align:center;
}

#resume {
	position: absolute;
	top:160px;
	left:250px;
	width:511px;
	font-family:"Verdana",Arial,Sans-Serif;
	font-size:11px;
	line-height:1.5;
	color:#000000;
	text-align:left;
}

.footer {
    margin-top:30px;
    margin-bottom:10px;
	font-family:"Verdana",Arial,Sans-Serif;
	font-size:9px;
	color:#000000;
	text-align:center;
}

.centeredimg {
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
}

.rightimg {
    text-align:right;
    margin-top:0px;
    margin-bottom:40px;
    padding:0px;
	border:0;
}

ul#email li { display: inline; }

ul#email li a {
	display: block; float: left; height: 94px;
	background-image: url(email.png); text-indext: -9999px;
}

	ul#email li a.email {
		width: 254px; background-position: 0 0;
	}
	ul#email li a.email:hover, ul#email li a.email:focus {
		background-position: 0 94px;
	}
	
a { outline: none; }

a:link 
{
color:#000000;
text-decoration:underline;

}    /* unvisited link */

a:visited {
color:#000000;
text-decoration:underline;
} /* visited link */

a:hover {
color:#000000;
}   /* mouse over link */

a:active {
color:#000000;
}  /* selected link */

a.logo:link {
text-decoration:none;
}

a.logo:visited {
text-decoration:none;
}

a.logo:hover {
text-decoration:none;
}

a.logo:active {
text-decoration:none;
}



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


