body {
	background: #fff;
	font-family: helvetica,arial, sans-serif;
	font-size: 65%;
	/* to center align the content in IE */
	text-align: center;
}

a:link, a:visited {
	color:#CCCCCC;
	text-decoration: none;	
}
a:hover {
	text-decoration:underline;	
}
a img {
	border: none;
}


#container {
	width: 700px;
	height: 640px;
	padding: 0;	
	top: 20px;
	overflow: hidden;
	position:  relative;	
	
	/* to center align the content in non-IE and re-align the text*/
	margin: 0 auto;
	text-align: left;
	
	background-color: white;
}

#header {
	position:  absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 53px;
	background-color: white;
	text-align: left;
	margin: 0 auto 0 auto;
}

	#logo {
		position:  absolute;
		background-image:url(../images/rachelGornall.gif);
		border: 0px;
		width: 293px;
		height: 53px;
	}
	#logo a {
		display: block;
		width: 293px;  
		height: 53px;	
		border: none;
	}
	#logo span {
		display: none;
	}

	#navigation {
		position: absolute;
		bottom: 0px;
		right: 0;
		width: 407px;
		height: 53px;
		text-align:right;

	}
			#aboutLink {
				position:  absolute;
				width: 69px;  
				height: 53px;
				right: 296px;	
				background-image:url(../images/aboutLink.gif);
			}
			#portfolioLink {
				position:  absolute;
				width: 80px;  
				height: 53px;
				right: 216px;	
				background-image:url(../images/portfolioLink.gif);
			}
			#profileLink {
				position:  absolute;
				width: 73px;  
				height: 53px;	
				right: 143px;			
				background-image:url(../images/profileLink.gif);
			}
			#eventsLink {
				position:  absolute;
				width: 75px;  
				height: 53px;
				right: 72px;	
				background-image:url(../images/eventsLink.gif);
			}									
			#contactLink {
				position:  absolute;
				width: 71px;  
				height: 53px;
				right:0px;		
				background-image:url(../images/contactLink.gif);
			}
			
			
			
			#aboutLink a {
				display: block;
				width: 69px;  
				height: 53px;	
				border: none;
			}
			#portfolioLink a {
				display: block;
				width: 80px;  
				height: 53px;	
				border-top: 1px solid #fff;
				
			}			
			#profileLink a {
				display: block;
				width: 73px;  
				height: 53px;	
				border: none;
			}
			#eventsLink a {
				display: block;
				width: 75px;  
				height: 53px;	
				border: none;
			}
			#contactLink a {
				display: block;
				width: 71px;  
				height: 53px;	
				border: none;
			}			
		
			#aboutLink span, #portfolioLink span, #profileLink span, #eventsLink span, #contactLink span {
				display: none;
			}

		
			
	#navigation ul {
		padding: 0;
		margin: 0;
	}
	
	#navigation li {
		display: inline;
	}
	
	/*#navigation, #navigation a, #navigation a:link, #navigation a:visited {
		color: #719270;
	}
*/





#content {
	position:  absolute;
	text-align: left;
	top: 54px;
	width: 700px;
	height: 555px;
	overflow: auto;
}
/*
#content, #content a, #content a:link, #content a:visited {
	color: #808996;	
}

#content h1 {
	display: none;
}

#content h2, #content h3, #content h4 {
	text-transform: lowercase;
	font-weight: normal;
}
*/

	#indexBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-index.jpg);	
	}
	#aboutBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-about.jpg);
	}
	#portfolioBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-portfolio.jpg);
	}
	#profileBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-profile.jpg);
	}	
	#eventsBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-events.jpg);
	}	
	#contactBG{
		position:  absolute;
		width: 700px;
		height: 450px;
		background-image:url(../backgroundImages/background-contact.jpg);
	}	
	
	
	
	
	
	#textAreaBG{
		float:right;
		left: 355px;
		width: 365px;
		height: 450px;
		background-image:url(../images/black-70.png);
	}
	
	#textArea{
		font-family:Helvetica, sans-serif;
		font-size:1.2em;
		line-height:1.4em;
		color: white;
		padding-left:15px;	
/*		padding-right:15px;*/	
		padding-top: 5px;
	}
	
/*	#textArea a{
		color:#FFFFFF;
		text-decoration:none;
	
	}*/

	#tagLine{
		position:  absolute;
		width: 299px;
		height: 40px;
		top: 451px;
		left: 401px;
		background-image:url(../images/tagline.gif);
	}
	#tagLine span {
		display: none;
	}



/*
.green {
	color: #ADB9AC;
}

.blue {
	color: #ADB9AC;
}                                                         
*/
