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



body {
	background: #FAFBFB;
}

#container {
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:985px;
	height:auto;
	background:#FAFBFB;
	border:20px;
}

#navigation {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px ;
	width: 185px ;
	position:fixed;
	margin:0px;
	background:#FAFBFB;
	padding-top:210px;
	
}

#content {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	width: 800px ;
	height: auto;
	margin-left:185px;
	position:inherit;
	background:#FAFBFB;
}

.piece {
	background:#DBDCDD;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.piece h3 {
	font-weight:bold;
	font-size:12px;
	color:#888E8E;
	padding-left:6px;
	padding-bottom:8px;
}


.piece .switch .description h3 {
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#888888;
	width:350px;
	padding-top:8px;
	padding-bottom:0px;
	height:inherit;
}

.piece .switch .thumbs{
	float:right;
	width:440px;
	margin-top:8px;
	padding-right:6px;
	height:0px;
}

img {
	padding:0px;
	margin:0px;
	border:none;
	}
	
ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
}

li{
	float:right;
	display:inline;
	padding-left: 3px;
	margin: 0px;
	
}

.separation {
	width:800px;
	height:13px;
	background:#607072;
}

#about_section {
	width:800px;
	height:500px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}

#about_section h2 {
	height:500px;
	font-size:28px;
	line-height:52px;
	color:#FFFFFF;
	margin-top:-460px;
	margin-left:20px;
	margin-right:20px;
}

#contact_section {
	width:800px;
	height:500px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}

#contact_section h2 {
	height:500px;
	font-size:28px;
	line-height:52px;
	color:#FFFFFF;
	margin-top:-460px;
	margin-left:20px;
	margin-right:20px;
}

#resume_section #resumeText {
	height:150px;
	width:800px;
	background:url(../images/other/resume_image5.jpg) no-repeat  ;
	margin-top:10px;
	margin-bottom:10px;
}

#resume_section h2 {
	font-size:28px;
	line-height:52px;
	color:#FFFFFF;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
}

#footer {
	background-image:url(../images/other/logo_bottom.gif);
	margin-bottom:75px;
	bottom:75px;
	width:800px;
	height:52px;
}

#footer img {
	margin-top:10px;
	margin-left:30px;
}

#footer h4 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	font-weight:100;
	color:#777777;
	margin-left:300px;
	margin-top:-20px;
}


::selection { background: #70CDE3; color: white; }
::-moz-selection { background: #70CDE3; color: white; }







a:link { color:#FFFFFF; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; }

.piece .switch .description h3 a:link { background:#727272; color:#FFFFFF; text-decoration:none; line-height:19px; }
.piece .switch .description h3 a:active { background:#727272; color:#FFFFFF; text-decoration:none; line-height:19px; }
.piece .switch .description h3 a:visited { background:#727272; color:#FFFFFF; text-decoration:none; line-height:19px; }
.piece .switch .description h3 a:hover { background:#FF6633; color:#FFFFFF; text-decoration:none; padding:1px; padding-left:0px; line-height:19px; }

#contact_section h2 a:link { text-decoration: none; color: #28114B; }
#contact_section h2 a:active { text-decoration: none; color: #28114B; }
#contact_section h2 a:visited { text-decoration: none; color: #28114B; }
#contact_section h2 a:hover { text-decoration: none; color: #FFFFFF; }

#contact_section2 h2 a:link { text-decoration: none; color: #FFFFFF; }
#contact_section2 h2 a:active { text-decoration: none; color: #FFFFFF; }
#contact_section2 h2 a:visited { text-decoration: none; color: #FFFFFF; }
#contact_section2 h2 a:hover { text-decoration: none; color: #FFFFFF; }

#resume_section h2 a:link { text-decoration: none; color: #28114B; }
#resume_section h2 a:active { text-decoration: none; color: #28114B; }
#resume_section h2 a:visited { text-decoration: none; color: #28114B; }
#resume_section h2 a:hover { text-decoration: none; color: #FFFFFF; }

#footer h4 a:link { text-decoration: none; color: #777777; }
#footer h4 a:active { text-decoration: none; color: #777777; }
#footer h4 a:visited { text-decoration: none; color: #777777; }
#footer h4 a:hover { background:#70CDE3; text-decoration: none; color: #FFFFFF; }

