body {
	background-color: #000000;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	
}

.pagecenter {
  position: absolute;
  height: 300px;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
}

.boxed {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	overflow: auto;
	height: 470px;
	border-bottom: solid 1px #999999;
}

#about,#projects,#profession,#contact {
	visibility:hidden;
	width:270px;
	height:230px;
	z-index:4;
	padding:5px;
	background-image: url(../images/portrait.gif);
}


ul {
margin: 0px;
padding:0px;
}

#websites li {
height:170px;
}

hr {
	color: #FFFFFF;
	width: 100%;
}

.red {
background-color:#990000;
}

.nav_new {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}


 /* links beginning */

a.nav:link,a.nav:visited,a.nav:hover,a.nav:active{
	text-decoration:none;
	font-size: 18px;
	font-weight: bold;
}

a:link,a:visited{
	
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:hover,a:active{
	
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

 /* links end */

 /* font beginning */
.font9 {
font-size: 9px;
}

.font12 {
font-size: 12px;
color: #000000;
}

.font14 {
font-size: 14px;
}

.font16 {
font-size: 16px;
}

 /* font end */

 /* background beginning */ 
.background_shape {
	background-image:url(../images/portrait_shape.gif);
	position: absolute;
	z-index: 0;
	height: 600px;
	width: 600px;
}

.crosshair {
	background-image:url(../images/crosshair.gif);
	position: absolute;
	z-index: 1;
	height: 600px;
	width: 600px;
	}

.crosshair2 {
	background-image:url(../images/crosshair2.gif);
	position: absolute;
	z-index: 1;
	height: 600px;
	width: 600px;
	}
 /* background end */ 
 
 /* Positioning beginning */ 
.headline_pos {
	position: absolute;
	z-index: 3;
	top: 140px;
	left: 25px;
	}
	
.home_pos {
	position: absolute;
	z-index: 2;
	top: 560px;
	left: 520px;
	}

.content_pos {
	position: absolute;
	z-index: 4;
	top:30px;
	left:200px;
	width:380px;
}

.leftimg_pos {
	position: absolute;
	top:281px;
	left:0px;
	width:179px;
	height:259px;
}

.front_pos {
	position: absolute;
	z-index: 2;
	width:280px;
}

.red_pos {
	position:absolute; 
	z-index:1;
	top:542px;
	left:0px;
	width:600px;
	height:58px;
	background-color:#990000;
}

 /* Positioning end */ 