body{
	background-color: #e2ecee;
	font-family: sans-serif;
	font-size: x-small; /*box model hack!*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*setting for mozilla etc*/
	margin: 0px;
	padding: 0px;
	color: #333;
}

/* Set global padding & margin */
*{
	padding:0;
	margin:0;
}

a, a:visited
{
   color: #4b7c9a;
   text-decoration: underline;   
}
a:hover 
{
    color: Black;
       
}
/* Global class to clear floats */
.clearfloat{
	clear:both;
}

.textboxes{
	font-family: sans-serif;
	padding:2px;
}

#container{
	background-color: #fff;
	width:770px;
	margin-right:auto;
	margin-left: auto;
}
#header{
	width:100%;
	background-color: #fff;
	min-height: 65px;
}
#logo{
	width:190px;
	background: White;
	float:left;
	text-indent: -999999px;
	background-image: url(../Images/logo.gif);
	background-repeat: no-repeat;
	height:50px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#pageimage{
	background-image: url(../Images/background.jpg);
	background-repeat: no-repeat;
	height:171px;
	margin-left:25px;
}
	#pageimage p{
		padding: 15px;
		color:white;
		width: 200px;
font-size:14px;
font-weight: bold;
line-height:27px;
	}
#contentwrapper{
	background-color: #fff;
	width:100%;
	min-height: 300px;
	margin-top: 25px;
}
	#contentleft{
		width: 248px;
		float:left;
	}
		#contentleft_inner{
			margin-left: 60px;
		}
			#contentleft_inner ul{
				list-style: none;
			}
			#contentleft_inner li{
				padding-bottom:5px;
				font-size: 0.85em;
			}
			
			#contentleft_inner a, #contentleft_inner a:visited{
				color:#4b7c9a;
				text-decoration: underline;
			}
			#contentleft_inner a:hover{
				color:black;
			}
			#keyskills{
				background-image: url(../Images/h_keyskills.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-top:20px;
			}
	#contentright{
		width: 512px;
		float:right;
	}
		#contentright_inner{
			margin-right:60px;
		}
			#development{
				background-image: url(../Images/h_development.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-bottom:35px;
			}
				#development h3, #personal h3, #portfolio h3, #keyskills h3{
					text-indent: -999px;
					margin:0;
					padding: 0;
					font-size:0.5em;
				}
			#personal{
				background-image: url(../Images/h_coreskills.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-bottom:35px;
			}
				#personal ul{
					margin-top: 10px;
					margin-bottom: 10px;
				}
				#personal li{
					margin-left:35px;
				}
			#portfolio{
				background-image: url(../Images/h_portfolio.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-bottom:35px;
			}
			#mycv{
					background-image: url(../Images/h_dlcv.gif);
					background-repeat: no-repeat;
					background-position: top-left;
					padding-top: 20px;
					margin-bottom:35px;
				}
					#mycv p{
						margin-top:5px;
						margin-bottom:5px;
					}
			
			#contactme{
				background-image: url(../Images/h_contact.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-bottom:35px;
				
			}
				#contactme p{
					margin-top:5px;
					margin-bottom:5px;
				}
			
			#portfolio{
				background-image: url(../Images/h_portfolio.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-bottom:35px;
			}
			
			    #portfolio p,#portfolio h5,#portfolio h4
			    {
			        padding-bottom: 15px;
			    }
			    #portfolio h4
			    {
			        padding-top: 10px;
			    }
			
			#portfolionav{
				background-image: url(../Images/h_browseportfolio.gif);
				background-repeat: no-repeat;
				background-position: top-left;
				padding-top: 20px;
				margin-top:20px;
			}
			
					.portfolio_images
					{
					    float:left;
					    padding-right:10px;
					    padding-bottom: 10px;
					}
			
			#footerwrapper{
				width: 100%;
			}
				#footerwrapper_inner{
					margin-right:60px;
					margin-left: 60px;
					margin-top: 10px;
					border-top: 1px solid #eee;
					padding-top:10px;
					padding-bottom:10px;
				}