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

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}


#top_nav {
	height: 190px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
	margin-top: 10px;
}

#left_nav {
	float: left;
	width: 280px;
	padding: 10px;
	visibility: visible;
}

#body_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 630px;
}


#index_container {
	height: 650px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/typepill_bg.jpg);
}

#index_nav {
	float: left;
	height: 400px;
	width: 300px;
	padding: 10px;
	margin-top: 40px;
	margin-left: 50px;
}

#index_description {
	float: right;
	height: 400px;
	width: 350px;
	padding: 10px;
	margin-top: 40px;
	margin-right: 80px;
}

#profile_left_nav {
	float: left;
	height: 480px;
	width: 200px;
	padding: 10px;
}

#profile {
	float: right;
	height: 600px;
	width: 600px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#resume_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 760px;
}

#resume {
	float: right;
	width: 650px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#project {
	float: right;
	height: 600px;
	width: 570px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#client_container {
	height: 650px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/signs.jpg);
}

#contact_container {
	height: 700px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.dash{
	border:1px dotted #999999;
	line-height:16px;
}

.index_dash{
	border:1px dotted #999999;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.project{
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #CC0000;
	line-height: 10px;
}

a.project:link {
	color: #CC0000;
	text-decoration: none;
}
a.project:visited {
	text-decoration: none;
	color: #CC0000;
}
a.project:hover {
	text-decoration: none;
	color: #333333;
}
a.project:active {
	text-decoration: none;
	color: #CC0000;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	font-size: 13px;
	color: #000000;
}

.index_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	font-size: 11px;
	color: #990000;
}

.index_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	font-size: 10px;
	color: #000000;
}

.resume_body{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:18px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 30px;
	width: 890px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 10px;
}

