body {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
a:link		{ text-decoration: none; color: #2b2a97; }
a:visited	{ text-decoration: none; color: #2b2a97; }
a:hover		{ text-decoration: none; color: #3a8dff; }
a:active	{ text-decoration: none; color: #ff8d1d; }
#head {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: none;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
	background-color: black;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: none;
	background-repeat: repeat-x;
	background-image: url(images/bg_nav.jpg);
	max-height: 40px;
	min-height: 40px;
	height: 40px;
}

#nav .links {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
}

#nav a {
	display: inline-block;
	margin-right: 40px;
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#nav a:link		{ color: #ffffff; }
#nav a:visited	{ color: #ffffff; }
#nav a:hover	{ color: #3a8dff; }
#nav a:active	{ color: #ff8d1d; }

#nav a.selected {
	background-position: center 5px;
	background-repeat: no-repeat;
	background-image: url(images/selarrow_down.png);
	color: #ff8d1d;
}
#body {
	background-color: white;
}
#content {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
	background-color: white;
}
#content .main {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 0px;
	display: table-cell;
	max-width: 685px;
	min-width: 685px;
	width: 685px;
	vertical-align: top;
}

#content .sidebar {
	font-size: 14px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	display: none;
	max-width: 285px;
	min-width: 285px;
	width: 285px;
	vertical-align: top;
}

#content .sidebar .box {
	margin-bottom: 15px;
	padding: 5px;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	font-size: 12px;
}

#content .sidebar .box .title {
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom-color: #6c6c6c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

#content .sidebar .box .content {
	margin-bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

#foot {
	padding-top: 5px;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	display: none;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
}
#foot a:link	{ color: #ff8d1d; }
#foot a:visited	{ color: #ff8d1d; }
#foot a:hover	{ color: #3a8dff; }
#foot a:active	{ color: #ff8d1d; }


.blogentry .title {
	letter-spacing: 1px;
	color: #2b2a97;
	font-size: 18px;
}

.blogentry .date {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-color: #6c6c6c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 1px;
	font-size: 15px;
}

.blogentry .body {
	padding-bottom: 10px;
}

.paragraph {
	margin-bottom: 15px;
	font-family: Arial, sans-serif;
}

#resume {
	padding: 20px;
	margin: auto;
	display: block;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 900px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-color: #6c6c6c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-size: 18px;
}
#foot .section {
	height: 60px;
	min-height: 60px;
	margin-right: 20px;
	display: inline-table;
}
#foot .section .cell {
	display: table-cell;
	vertical-align: middle;
}
#foot .section .primary {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#foot .section .secondary {
	color: #919191;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
