body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	text-align: justify;
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 1.3;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(./images/corner_home.png);
	padding-bottom: 50px;
	
}

body#home {
}

body#blogs {
	background-image: url(./images/corner_web_design.png);
/*	background-attachment: fixed; */
	background-position: bottom right;
	padding-bottom: 75px;
}

body#education {
	background-image: url(./images/corner_education.png);
}

body#web_design {
	background-image: url(./images/corner_web_design.png);
/*	background-attachment: fixed; */
	background-position: bottom right;
	padding-bottom: 75px;
}

body#digital_art {
	background-image: url(./images/corner_digital_art.png);
}

body#odd_jobs {
	background-image: none;
}

body#contact {
	background-image: url(./images/corner_contact.png);
	padding-bottom: 165px;
	
}

#header {
	background-image: url(./images/top_gradient.png);
	background-repeat: repeat-x;
	height: 119px;
}

#topCrane {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

#topLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#topContact {
	position: absolute;
	right: 0px;
	top: 0px;
}


#navBar {
	/*border: 2px solid red;*/
	margin-left: 91px;
	line-height: 0;
	display: none;
}

#odd_jobs #navBar {
	margin-right: 201px;
}

#digital_art #navBar {
	margin-right: 243px; 
}
#education #navBar {
	margin-right: 233px; 
}

#home #mainContent {
	/*margin-right: 300px;*/
}

#digital_art #mainContent {
	/*margin-right: 171px;*/
}

#contact #mainContent {
	/*margin-right: 271px;*/
}

#web_design #mainContent {
	/*margin-right: 291px;*/
}


#mainContent {
	position: relative;
	margin-top: 10px; /* make i.e. 5.2 for mac happy */
	/*margin-right: 300px;*/
	z-index: 1;
	padding: 23px;
}

.projectPreview {
	float: left; 
	border: 2px black solid; 
	width: 200px; 
	height: 200px; 
	margin: 0px 15px 15px 0px;
}

.nice_button {
	margin-right: 3px;
	position: relative;
	z-index: 1;
}

a {
	color: steelblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: navy;
}

