body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333;
	color: #ccc;
	text-align: center;
	width: 100%;
	height: 100%;
}

/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}




/*==============================================================*/
/*========SHARED================================================*/
/*==============================================================*/

#container {
	position: relative;
	/* height: 600px; */
	width: 800px;
	padding: 50px 0px 0 0;
	background: #333;
	margin: auto;
	text-align: left;
}

#title {
	background-color:#333333;
	width: 800px;
	margin-top:10px;
	border-bottom: 1px solid #ccc;
	position:relative;
	clear:both;
}

#logo{
	/* background: url(_images/logo.gif); */
	width:216px;
	height:49px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#logo img{
	border:none;
}

#menu{
	position:absolute;
	bottom:0px;
	right:0px;
}

.navigate, .noNavigate {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	position:relative;
	height: 29px;
}
.navigate{
	background:url(images/prev.gif) no-repeat left;
}
.noNavigate{
	background:url(images/dots.gif) no-repeat left;
}
.navigate span, .noNavigate span {
	position:absolute;
	left:25px;
}

#footer2 {
	width: 800px;
	padding: 0px 0px;
	text-align: right;
	border-bottom:#333333 14px solid;
	clear:both;
}



a {
	color: #ccc;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	outline:none;
}


/*-----------text stuff---------------------*/
.head{
	font: bold icon;
	color: #fff;
	margin:0 0 3px 0;
}
.text{margin:0 0 20px 0;}
.text a, .head a , .hilite{
	color: #fff;
	text-decoration: none;
}
.text a:hover, .head a:hover {
	color: ccc;
	text-decoration: underline;
}



/*------BIO------------------------------*/

#bio{
	background:#000;
	position:relative;
	margin:auto;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
	overflow: hidden;
	clear:both;
}
#cv{
	width:580px;
	float:left;
	margin-left: 25px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	clear:both;	
}
.block{	
	border-top: 1px dotted #ccc;
	clear:both;
}
.colLeft{
	width:100px;
	float:left;
}
.colRight{
	margin-bottom: 20px;
	padding-left:5px;
	float:left;
	width: 660;
	border-left: 1px dotted #ccc;
}






/*----GALLERY--------------------------*/

#directories {
	border-bottom: 1px solid #ccc;
	position:relative;
	height: 115px;
}
#directories .clipper{
	margins:auto;
}

#directories .clipper div{
	float:left;
	width:114px;
	text-align:center;
	font-size:12px;
	margin:15px 0 0 0;
}
#directories .clipper div div{
	margin: 0px;
}

#directories .clipper a{
	margin:auto;
}

#directories img{
	margin:0 25px 5px 25px;
}


.thumbnailOpen {
	background: #000;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
	overflow: hidden;
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}




/*--------FRONT PAGE-----------------------*/
