@charset "UTF-8";
/* CSS Document */

body {
	background: url('../images/light_brown_bk.gif');
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B1A298;
}

A:link {text-decoration: none; color: #351113;}
A:visited {text-decoration: none; color: #090a0e;}
A:active {text-decoration: none; color: #917842;}
A:hover {text-decoration: underline; color: #513c2d;}

div#container {
	height: 100%;
	width: 100%;
}

div#nav_container {
	background-image: url('../images/main_bk.gif');
	min-height: 454px;
}

div#nav {
	margin: 0 auto;
	width: 685px;
}

div#bottom {
	background: url('../images/light_brown_bk.gif');
	height: 20%;
}

div#footer {
	background: url('../images/dark_brown_bk.gif');
	height: 150px;
	min-width: 775px;
}

div#welcome {
	float: left;
	width: 50%;
	margin-top: 20px;
	min-width: 450px;
}

div#sig {
	width: 40%;
	min-width:306px;
	height: 123px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

div#list {
	height: 2em;
	clear: both;
	color: #050404;
	margin-left: 10px;
	font-size: 16px;
}

div#about {
	background: no-repeat url('../images/over_01.png');
	height: 454px;
	width: 133px;
	float: left;
}

div#work {
	margin-left: 4px;
	background: no-repeat url('../images/over_02.png');
	height: 454px;
	width: 133px;
	float: left;
} 

div#resume {
	margin-left: 4px;
	background: no-repeat url('../images/over_03.png');
	height: 454px;
	width: 133px;
	float: left;
}

div#background {
	margin-left: 4px;
	background: no-repeat url('../images/over_04.png');
	height: 454px;
	width: 133px;
	float: left;
}

div#resources {
	margin-left: 4px;
	background: no-repeat url('../images/over_05.png');
	height: 454px;
	width: 133px;
	float: left;
}

div#about_over {
	background: no-repeat url('../images/regular_01.png');
	height: 454px;
	width: 133px;
}

div#work_over {
	background: no-repeat url('../images/regular_02.png');
	height: 454px;
	width: 133px;
}

div#resume_over {
	background: no-repeat url('../images/regular_03.png');
	height: 454px;
	width: 133px;
}

div#background_over {
	background: no-repeat url('../images/regular_04.png');
	height: 454px;
	width: 133px;
}

div#resources_over {
	background: no-repeat url('../images/regular_05.png');
	height: 454px;
	width: 133px;
}

div#about_over:hover {
	background-image: none;
}

div#work_over:hover {
	background-image: none;
}

div#resume_over:hover {
	background-image: none;
}

div#background_over:hover {
	background-image: none;
}

div#resources_over:hover {
	background-image: none;
}

a.block {
	height: 100%;
	width: 100%;
	display: block;
}
