﻿body {
	background-color: #ffffff;
	background-image: url('../images/gradient.jpeg');
	background-repeat: repeat-x;
}



#navigation-block {
	
	width: 224px;
	height:100px;
	float:left;
	text-align:left;
}



#content {
	float:left;
	width: 726px;

}


/* Navigation Unordered List */
.noBullet {
	list-style:none;
	line-height:2.5em;
	margin-left:-15px;
	background-color:#cccccc;
	border-bottom:thin black solid;
}

.noBullet:hover {
	background-color:white;
}


.noBullet a {
	margin-left:5px;
	text-decoration:none;
}

.noBullet a:hover {background-color:white;}

#footer {
	clear:both;
	text-align:center;
}