@charset "UTF-8";
/* CSS Document */

/* COLORS */
/*

-TANS
#817F74
#67665D
#41413A

-BLCAKS
#1D1D1D
#131313
#0C0C09

-GRAYS
#E3E0E6
#D6D2D6

-BLUE
#1387B7

*/



body{
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#817F74;
	font-family: Verdana, sans-serif;
	font-size:11px;
}

#page-wrapper{
	width:inherit;
	height:inherit;
	background: #131313 ;
	margin:0px;
	padding:10px 0px 0px 0px;

}


/* HEADINGS ///////////////////////////////////////////////////////////////*/
h1{
	font-size:25px;
	font-weight: normal;
	color:#E3E0E6;
}

h2{
	font-size:20px;
	font-weight: normal;
	color:#E3E0E6;
}

h3{
	font-size:15px;
	font-weight: normal;
	color:#E3E0E6;
}

h4{
	font-size:10px;
	font-weight: normal;
	color:#E3E0E6;
}

#footNotes h1{
	color: #CCCCCC;
}

#footer .featured{
	color: #CCCCCC;
	width:952px;
	margin:0px auto 0px auto ;
	padding:10px 0px 10px 0px ;
}
.clearer{
	clear:both;
	height:3px;
	
}
/*/ Anchors and links//////////////////////////////////////////////////////////////*/

a img{
	border: 0 ;
}

a:link, a:active{
	color:#E3E0E6;
	text-decoration: none;
}

a:visited, a:hover{
	color:#D6D2D6;
	text-decoration:none;
}
/*///////////////////////////////////////////////////////////////*/
#navi-wrapper{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#navi{
	width:952px;
	min-height:100px;
	max-height: auto;
	/*background:url('_baseImages/logo.png') left 25px no-repeat ;*/
	margin:0px auto 0px auto;
	padding:0px;
}

#header{
	padding:20px 0px 0px 0px;
	margin:20px 0px 0px 0px;
/* 	background: aqua; */
}

/*///////////////////////////////////////////////////////////////*/

#content-wrapper{
	width:auto;
	height:auto;
	margin:0px;
	padding: 0px;
/* 	background: #333; */
}


#content{
	width:952px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 0px 15px 0px;
/* 	background: #222; */
}




/*///////////////////////////////////////////////////////////////*/


#gallery-wrapper{
	width:auto;
	height:auto;
	background:#0C0C09;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#gallery{
	width:952px;
	height:auto;
	padding:5px 0px 0px 0px;
	margin:0px auto 0px auto;
	list-style:none;
}

/*///////////////////////////////////////////////////////////////*/

#footer-wrapper{
	width:auto;
	height:auto;
	background:#1D1D1D;
	clear:both;
	padding: 5px 0px 15px 0px;
	
}


#footer{
	width:952px;
	height:auto;
/*	background:#000000;*/
	color:#817F74;
/* 	border-top: 1px solid #CCCCCC; */
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	clear:both;
}

/* //////////////// */



.profile-page #content p{
	width:400px;
}

.profile-page #content ul{
	margin: 0px;
	padding: 0px;

}

.profile-page #content ul li{
	list-style: none;
}

.experience, .skills{
	width:450px;
	float:left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.proficiency, .wknowledge {
width:150px;
float: left;
margin: 0px 40px 0px 0px;
padding: 0px;
}


/* home /////////////////// */

.intro{
	display: block;
	font-size: 55px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* contact /////////////////// */














