@charset "utf-8";
/* CSS Document */
body {
	scrollbar-3d-light-color: #974e76;; scrollbar-arrow-color: #ffffff;; scrollbar-base-color: #000000;; scrollbar-dark-shadow-color: #974e76;; scrollbar-face-color: #000000;; scrollbar-highlight-color: #974e76;; scrollbar-shadow-color: #974e76;; scrollbar-track-color: #000000;
	/*background:url(../images/bg.jpg);*/
	background-color:#000000;
	background-position:center;
/*	background-repeat:repeat-x; */
	margin:5;
}

h3 {
	color:#FFFFFF;
}
	
p, td	{
	color:#FFFFFF;
	font-size:x-small;
}

h4, .style1 {color: #A35881}
.style2 {font-size: xx-small}

a {
	color: #974e76;
	text-decoration:none;
}

a:hover {color: #999999;
}



/* Face Box Code */

#facebox .b {
  background:url(../scripts/b.png);
}

#facebox .tl {
  background:url(../scripts/tl.png);
}

#facebox .tr {
  background:url(../scripts/tr.png);
}

#facebox .bl {
  background:url(../scripts/bl.png);
}

#facebox .br {
  background:url(../scripts/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: absolute;
  top: 80px;
  left: 450px;
  z-index:auto;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #000;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

/*Body Style*/
.about {
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 480px;
	width: 455px;
	left: 300px;
	top: -20px;
}

.resume {
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 525px;
	width: 540px;
	left: 0px;
	top: 22px;
}
.resume-pix1 {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 203px;
	width: 240px;
	top: 55px;
}
.resume-pix2 {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 250px;
	width: 240px;
	top: 25px;
}

.gallery {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 530px;
	width: 600px;
	top: 20px;
	left: 180px;
}
.media {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 530px;
	width: 550px;
	top: 20px;
	left: 230px;
	overflow:auto;
}

.links {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 530px;
	width: 550px;
	top: 25px;
	left: 230px;
	overflow:auto;
}
