body {
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color: #FF3300;
}
a:hover {
	text-decoration:underline;
	color:#0099CC;
}
a:visited {
	text-decoration:none;
	color: #999999;
}

/*	#indexcontent
		controls the position of the content on the page	*/

	#indexcontent {
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left: -200px;
		z-index:10;
	}

/*  #introduction 
		controls the positioning of the cell in the center of the index.php page  */
		
	#introduction {
		background-color: #FFFFFF;
		width: 400px;
		padding:1em;
	}
	
	#introduction p {
		line-height:1.8em;
		padding:0px 25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .9em;
	}
	
	#header {
		position: absolute;
		top: 0px;
		left: 0px;
		width:100%;
		text-align:center;
		background-color:#C0C0C0;
	}


/*  *menus  */
		
	.menus {
		text-align:center;
	}

/*  #flickrbadge   */
	#flickrbadge {
		position: absolute;
		top: 100px;
		left: 5%;
	
	}

/*  #bloglink   */
	#bloglink {
		position: absolute;
		top: 300px;
		left: 50%;
		width:450px;
		height:350px;
		z-index:1;
	}
	
	#bloglink img {
		border:0px;
	}
	
	
/*  #navigation   */

	#navigation {
		margin-left:400px;
	}
	
	#navigation h2 {
		visibility:hidden;
		height:0px;
		width:0px;
		margin:0px;
		padding:0px;
	}
	
	#navigation ul {
		margin:0px;
		padding:0em;
	}
	
	#navigation ul li {
		list-style-type:none;
		margin:0px;
		padding:0em 0em 1em 30px;
	}
	
	#indexcontent .menus ul li {
		list-style:none;
	}
	
/* font: [ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit  */
	
