@charset "utf-8";

.header {
	height: 40px;
	width: 900px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;*/
	background-image:url(images/black_banner.jpg);
	background-repeat:repeat-x;
	padding-bottom:5px;
	
}
.header table tr td img{
 outline:none;
 border:none;
}
/*.content {
	color:#666666;
	font-family: Tahoma;
	font-size:12px;
	width: 900px;
	height: 500px;
	z-index: -5;

}*/

.content_leftmost{
	width:23%;
	height:99%;
	float:left;
	text-align:justify;
	padding-top:90px;
	padding-right:10px;
	padding-left:10px;
}

.content_leftmost a{
	text-decoration:underline;
	color:#666666;
}

.content_leftmost a:visited{
	text-decoration:underline;
	color:#666666;
}

.content_leftmost a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
.content_leftmost p{
	margin-top:0px;
	margin-left: 5px;
	margin-right:26px;
	margin-bottom:20px;
	text-align:justify;
}

.content_right{
	width:25%;
	height:99%;
	float:right;
	
	/*border:solid thin green;	*/
}

#content_about_main{
	color:#666666;
	font-family: Tahoma;
	font-size:12px;
	width: 900px;
	height: 500px;
	z-index: -5;
	background-image:url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_resume_main{
	color:#666666;
	font-family: Tahoma;
	font-size:12px;
	width: 900px;
	height: 500px;
	z-index: -5;
	background-image:url(images/resume.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_resume_left{
	width:48%;
	height:99%;
	float:left;
}
#content_resume_left div{
	/*padding-left:110px;*/
	padding-right:15px;
	margin-top:25px;
	
}
#content_resume_left div p{
	margin-top:0px;
	margin-bottom:10px;
}

#content_resume_left div table th{
	font-size:1.2em;
	/*font-style:oblique;*/
	font-weight:normal;
}

#content_resume_right{
	width:25%;
	height:99%;
	float:right;
}
#content_resume_right div{
	padding-left:10px;
	padding-right:10px;
	margin-top:35px;
	margin-bottom:10px;
	

}
#content_resume_right div p{
	margin-top:0px;
	margin-bottom:10px;
}

#content_resume_right div table th{
	font-size:1.2em;
	/*font-style:oblique;*/
	font-weight:normal;
}


#content_portfolio_main{
	color:#666666;
	font-family: Tahoma;
	font-size:12px;
	width: 900px;
	height: 500px;
	z-index: -5;
	background-image:url(images/resume.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_portfolio_photos{
	width:48%;
	height:99%;
	float:left;
}
#content_portfolio_right{
	width:25%;
	height:99%;
	float:right;

}

#content_portfolio_right div {
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
	margin-bottom:10px;
}

#content_portfolio_right div table{

	border-top:solid thin #609f9f;
}

#content_portfolio_right div table td{
	padding:2px;
}

/*
#portfolio_imageNav td{
	text-align:center;
}*/
	
#portfolio_imageNav td a{
	/*display:block;*/
	outline:none;
	/*background:#dddddd;
	color:#609f9f;
	text-decoration:none;
	font-size:36px;*/
}
/*
#portfolio_imageNav td a:hover{
	background:#609f9f;
	color:#666666;
}
*/
.footer {
	/*border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;*/
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height: 150px;
	width: 900px;
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
}

/************* Font related styles *****************/
.headings{
	font-size:16px;
	color:#609f9f;
	margin-bottom:3px;
}

.headings_leftmost{
	font-size:14px;
	color:#494949;
}

.project_list_headings{
	font-size:14px;
}
.project_headings{
	font-size:16px;
	color:#609f9f;
	margin-bottom:3px;
	border-bottom: solid thin #999999;
	text-align:left;
	
	margin-left:10px;
}

/* Discarded...

#content_about{
	color: #000000;
	width: 350px;
}

/*#content_resume_main div{
	background-image:url(images/content_div_transparent_bg.png);
	background-repeat:repeat;
}


*/
