* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #777777;
	margin: 0;
	background-image: url(../images/background_black.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	font-size: 11px;
	margin: 0 0 7px 0;
	color: #BCBDC0;
}

h2 {
	color: #BCBDC0;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 3px 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.clear { clear: both; }

#wrapper {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	padding: 0 50px 50px 50px;
}


/* HEADER */
#header {
	width: 920px;
	height: 160px;
	margin: 0;
	padding: 78px 0 0 0;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#header ul#menu {
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	color: #FFFFFF;
}

#header ul#menu li.active {
	color: #000000;
	font-weight: bold;
}

#header ul#copyright {
	font-size: 10px;
	padding: 7px 0 0 0;
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
}

#header a:hover {
	color: #000000;
}


/* CONTENT GALLERY */

#content {
	margin: 20px 0 0 0;
}

#content div.works {
	padding: 0 0 70px 0;
}

#content div.works div.images {
	position: relative;
	width: 640px;
	height: 360px;
	margin: 0;
	padding: 0;
	background: #000000;
	float: left;
	overflow: hidden;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	visibility: visible;
}

#content div.works div.images img {
	position: absolute;
}

#content div.works div.images a {
  position: absolute;
  top: 153px;
  width: 55px;
  height: 55px;
}

#content div.works div.images a.prev {
  left: 0px;
  background-image: url(../images/previous.gif);
	background-repeat: no-repeat;
}

#content div.works div.images a.next {
  right: 0px;
  background-image: url(../images/next.gif);
	background-repeat: no-repeat;
}


/* CONTENT TEXT */
.description {
	float: right;
	width: 250px;
	height: 360px;
}

.description a {
	color: #BCBDC0;
}

.description a:hover {
	color: #FFFFFF;
}

.description ul {
	font-weight: bold;
	color: #BCBDC0;
}

.description ul li {
	font-weight: normal;
	list-style: disc;
	list-style-position: inside;
	color: #777777;
}

.description ul li ul li {
	margin: 0 0 0 13px;
	font-size: 9px;
	list-style: none;
}


/* RESUME */
#resume {
	padding: 20px 0 0 0;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#resume .one, #resume .two, #resume .three {
	float: left;
}
	

#resume .one, #resume .three {
	width: 250px;
}

#resume .two {
	width: 360px;
	padding: 0 30px;
}

#resume h2 {
	margin: 10px 0 5px 0;
	color: #FFFFFF;
}

#resume ul {
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #FFFFFF;
}

#resume ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:disc;
	list-style-position:inside;
	color: #BCBDC0;
}

p.white {
	color: #FFFFFF;
}

#resume .three ul li a {
	color: #BCBDC0;
}

#resume .three ul li a:hover {
	color: #FFFFFF;
}

#resume .three ul li ul	{
	margin: 0 0 0 10px;
	font-size: 10px;
}










