*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	
	background: #fff url(../images/header.jpg) top center no-repeat;
	font-family:Verdana,Helvetica,sans-serif;

	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:17.5px;
	text-align: left;
	color:  #333;
	text-align: center;
	height: 100%;
}

#page
{
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	
}

.hidden
{
	position: absolute;
	left: -10000px;
}


#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	background: #fff url(../images/footer.jpg) top center no-repeat;
	position: relative;
	z-index:  10;
	margin: -140px auto 0 auto;
	background-color: #eee ;
	height: 140px;
	text-align: center;
	 
}

#footer p{
	text-align: center;
	padding-top: 85px;
}


/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer
{
	margin-top: -140px;
}

#header{
	
	width: 800px;
	margin: 0 auto;
	height: 191px;
}

#content{
	padding-bottom: 138px;
	margin:         0 1px;
}

#contentMain
{
	background: #fff url(../images/background.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #eee;
	display: inline;
	clear: both;
	float: left;
	width: 498px;

}

#contentMain td.title{
  text-align: top;
  width: 150px;
  font-weight: bold;
}


#sideBar
{
	display: inline;
	float: right;
	width: 299px;
	text-align: center;
	background-color: #fff;
}

.contentBlock{
	padding:	10px 20px;
}



/* markup */
h1 span,
h2 span{
	display:none;
}

h1 a{ 
	width: 250px;
	height: 140px;
	margin: 0 0 0 270px;	
	display: block;
}

h2
{	
	font-size:18px;
	font-weight: bold;
	text-align:left;
	height: 35px;
	display: block;
	width:100%;
}

#contentMain h2{
	background:	transparent url(../images/line.jpg) no-repeat 0px 25px;
	
}

#sideBar h2{
	padding: 5px 0px 5px 10px;
	color: #fff;
}




a{
	color: #3366cc;
  	text-decoration:  none;
}

a:hover{
  	text-decoration:  underline;
}




p{
	margin-bottom: 10px;
	text-align:	left;
}



img
{	
	float: left;
	margin: 5px 12px 5px 0px;
	border: none;
}

a img{
	border: 1px solid #ddd;
}

a img:hover{
	border: 1px solid #3366cc;
}


ul.portFolio{
	list-style-type: none;
	height: 130px;
}

.portFolio li{
	float:  left;

}

#main_menu{
  list-style-type: none;
  padding:  20px 90px 0 160px;
  
}

#main_menu li{
  float:  left;
  padding:  0 5px;
}

#main_menu a{
  color:  #ffffff;
  font-size:  12px;
}
  
#main_menu a.selected{
  font-weight:  bold;
}

#main_menu a:hover{
  text-decoration:  underline;
}

.recentProjects{
	background:#fff url(../images/block01.jpg) top no-repeat;
	height:	340px;
}

.recentProjects .portFolio li{
	margin: 10px 23px;
	width: 100px;
	text-align: left;
	
}

.aboutMe{
	background:#fff url(../images/block02.jpg) top no-repeat;
}
.aboutMe p{
	padding: 0 0 0 23px;
}
.aboutMe h2{
	
	padding-top: 47px!important;
}

.reviews{
	background:#fff url(../images/block03.jpg) top no-repeat;
}

.reviews h2{
	padding-top: 40px!important;
}

.review .person{
	margin-left: 30px;
	margin-bottom: 2px;
}

.linkedIn{
	margin: 0 10px 0 23px;
	background: transparent url(../images/icon_linkedIn.jpg) left 5px no-repeat;
}

.portfolioItem{
	margin-bottom: 30px;
	}

.portfolioItem img{
	background-color: #ddd;
	padding: 5px;
	}
	
	.portfolioItem object{
	background-color: #fff;
	padding: 5px;
	}



  
  
  
  




