body {
	margin: 0;	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	min-width:800px;	
	color:#7f7f7f;
  	background-color: #ffffff;
}

td {
	font-size: 14px; 
	color:#7f7f7f;
}

a {
color: #C13D55;
}

a:visited {
color: #C13D55;
}

a:hover {
color: #D2DE0D;
}


#container {
	position: relative;
	margin: 0 auto 0 auto;     /* this centres page content */
	width: 745px;
	border:none;
}


#main-container {		   /* width on main page a bit narrower */
	position: relative;
	margin: 0 auto 0 auto;     /* this centres page content */
	width: 645px;
	border: none;
}

#header {
	position:relative;
	margin-left: 0px;
	margin-top: 10px;
	width: 397px;
	height: 43px;
	border:none;
}

#main-content {			/* content on main page narrower, dropped down a bit */
	position: absolute;
	margin-left: 365px;	
	padding-top: 25px;
	border: none;
	width: 250px;
	background-color:#ffffff;	
	text-align: left;
}

#about-content {
	position: absolute;
	margin-left: 365px;	
	padding-top: 20px;
	border:none;
	width: 350px;
	background-color:#ffffff;	
	text-align: left;
}

#portfolio-content {
	position: absolute;
	margin-left: 0px;	
	padding-top: 10px;
	border:none;
	background-color:#ffffff;	
	text-align: left;
}

#nav {
	padding: 8px 28px 8px 28px;
	color: white; 
	background-color: #C6DE49;
	border:none;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
}
#bottom {
	position: relative;
	height: 18px;
	padding: 8px 8px;
	color: white; 
	background-color: #C6DE49;
	border: none;
	margin-top: -3px;
}
		

#nav a {
	padding: 8px 28px 8px 28px;
	text-indent: -10px;
	margin-left: 0px;
	color: white; 
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
		
#nav a:visited {
	color: white; 
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#nav a:hover {
	color: white; 
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}


#copy {
	text-align: left;
	position: absolute;
	margin-top: 0px;
	font-size: 90%; 
	color: #7f7f7f;	
	padding-left: 0px;
}

h1 {
	font-size: 125%
}


