body {
margin:auto;
margin-top:0px;
background-color:#333;
font-family: Tahoma, arial;
font-size: 12px;
text-align: center;  /*   for IE */

}


/* Wrapper */
#wrapper {
width:800px;
min-height: 600px;
margin-left: auto;
margin-right: auto;
background-color:#333;
text-align: left;
border-left:1px solid #000;
border-right:1px solid #666;
}


/* ----- HEADER ----- */



#header {

 height: 135px;
background: url(images/header.jpg) no-repeat;
}



/* ----- NAVIGATION ----- */



#skills {
background: url(images/skills_bg.jpg) no-repeat;
background-position: left top;
padding-top:50px;
margin-left:0px;
margin-top:0px;
text-align: left;
color:#fff;
min-height: 367px;
width: 378px;
letter-spacing: 1px;
float:left;
left:30px;
height: 600px;


}

#skills a{

	font-family: arial;
	line-height:25px;
	font-size: 12px;
	font-weight:bolder;
	color:#fff;
	text-decoration: none;
}
	
#navigation a:hover{

	text-decoration: none;
	color:#fcf;
}

#glint{
	width:12px;
	height:367px;
	background: url(images/glint.jpg) no-repeat;
	position: relative;
	float:left;
	
	
}

#resume{
	width:350px;
	margin-left: auto;
margin-right: auto;

}

#resume ul{
	line-height: 18px;

}

/* ----- MAIN CONTENT ----- */



#portfolio { 

background: url(images/port_bg.jpg) no-repeat;
background-position: left top;
margin-left:0px;
margin-top:0px;
text-align: left;
color:#fff;
min-height: 367px;
height:800px;
width: 410px;
padding-top: 80px;
letter-spacing: 1px;
left:0px;
position:relative;

float:left;
}

#portlinks{
	width:285px;
	margin-left: auto;
	margin-right:40px;
	font-size:10px;

}

#portlinks a{

	font-family: Tahoma, arial;
	font-size: 10px;
	font-weight:bolder;
	color:#fff;
	text-decoration: none;
}

#portlinks a:hover{

	font-family: Tahoma, arial;
	font-size: 10px;
	font-weight:bolder;
	color:#99c;
	text-decoration: underline;
}
a.linkopacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
}


a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}
.title{
color:#ccf;
font-weight: bold;
font-size: 12px;
}