@charset "utf-8";
body {
	background-color: #2C3442;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #E96321;
	text-decoration: none;
}
.cfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image:url(footer.png);
	background-repeat:no-repeat;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2D3240;
	vertical-align: top;
	background-color: #FFF;
	padding: 5px;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #D3006B;
}
a.work:link {
	color: #125CD0;
	text-decoration: none;
}
a.work:hover {
	color: #323947;
	text-decoration: none;
}
a.work:visited {
	color: #D3006B;
	text-decoration: none;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #2D3240;
	text-indent: 5px;
}

a.work:visited:hover {
	color: #323947;
	text-decoration: none;
}
a.personal:link {
	color: #7DBD37;
	text-decoration: none;
}
a.personal:hover {
	color: #D3006B;
	text-decoration: none;
}
a.personal:visited {
	color: #7D9A59;
	text-decoration: none;
}
a.personal:visited:hover {
	color: #144A87;
	text-decoration: none;
}
a.contact:link {
	color: #D0BD33;
	text-decoration: none;
}
a.contact:hover {
	color: #323947;
	text-decoration: none;
}
a.contact:visited {
	color: #CDA832;
	text-decoration: none;
}
a.contact:visited:hover {
	color: #AE4411;
	text-decoration: none;
}
#bottom_fade {
	width: 100%;
	height: 200px;
	z-index: 10;
	position: fixed;
	bottom: 0px;
	background: url("bottom-fade.png") bottom center;
	background-repeat: repeat-x;
}