#navigation {
	background-color: #666666;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	height: 720px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	height: 26px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}
#navigation ul a:hover {
	background-color: #999999;
	padding-right: 0px;
	padding-left: 0px;
	color: #000000;
}
#welcome {
	background-color: #990000;
}
#profile {
	background-color: #CC3300;
}
#pals {
	background-color: #CC6600;
}
#post {
	background-color: #666633;
}
#maincontainer #pagecontent #headlineranimator {
	float: right;
	height: 100px;
	width: 180px;
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #C30;
}
#maincontainer #pagecontent #headlineranimator #subscribe {
	background-color: #F6901E;
	width: 182px;
}


#portfolio {
	background-color: #336666;
}
#maincontainer #copyright {
	font-size: xx-small;
	text-align: center;
	padding: 2px;
	clear: both;
	color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#carol {
	background-color: #639;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#blog {
	background-color: #60F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#subscribe {
	background-color: #309;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 100px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
#subscribe li form p {
	color: #CCC;
}


#maincontainer #navigation #blogfeed {
	height: 400px;
	width: 130px;
	padding: 10px;
	font-size: 10px;
	color: #000;
}
#maincontainer #navigation #blogfeed a {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontainer #navigation #blogfeed a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #666;
}
