body{
	padding: 0px;
	margin: 0px;
	font-family:"Lucida Grande", arial, sans-serif;
	background:#F3F3F3;
}

ul{
	margin:0;
	padding:0;
}

li{
	width:40px;
	height:60px;
	color:#191919;
	text-align:center;
	overflow:hidden;
	margin-bottom: 5px;
	padding-top: 5px;
}

a{
	text-decoration:none;
}

p{
	padding:0px 5px;
}

	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.home, .home a {color: #f3742f; background-color: #f3742f; background-image: url(../images/home_icon.png);background-repeat: no-repeat; }

.about, .about a {background:#f3a62f; background-image: url(../images/about_icon.png);background-repeat: no-repeat; color: #f3a62f;}

.web, .web a {color: #e12b52; background-color:#e12b52; background-image: url(../images/web_icon.png);background-repeat: no-repeat;}

.print, .print a {color: #1fa079; background-color:#1fa079; background-image: url(../images/print_icon.png);background-repeat: no-repeat;}

.photo, .photo a {color: #5122b3; background-color:#5122b3;background-image: url(../images/photo_icon.png);background-repeat: no-repeat;}

.video, .video a {color: #fbc701; background-color:#fbc701; background-image: url(../images/video_icon.png); background-repeat: no-repeat;}

.contact, .contact a {color: #2faff3; background-color:#2faff3;background-image: url(../images/contact_icon.png); background-repeat: no-repeat;}
