* {
	margin: 0;
	padding: 0;
}
body {
	background: #0E3553;
}
#page_header {
	background: url(../images/img_header2.png);
	height: 92px;
	width: 100%;
}
#header_text {
	background: url(../images/img_header_text.png) no-repeat 30px 10px;
	height: 92px;
	width: 358px;
}
#header_text span { display: none; }

#resume h2 {
	border-top: #092133 double 3px;
	border-bottom: #092133 double 3px;
	font-variant: small-caps;
	padding-left: 12px;
}
.borderless { border: 0 !important; }
#resume h3 { margin-top: 5px; color: #5A7C8F; }
#resume a { color: #5A7C8F; text-decoration: none; }
#resume a:hover { text-decoration: underline; }

#resume {
	color: #95C6DF;
	margin-left: 20px;
	width: 600px;
}
#resume .sub_text	{ padding: 10px; }
#resume .job_title { font-weight: bold; }
#resume ul { padding-left: 20px; margin-bottom: 22px; }
#resume ul .tech_used {
	list-style-type: none;
	margin-top: 5px;
	text-indent: -15px;
}
.left	{ float: left; }
.right	{ float: right; }
.sp		{ clear: both; }

#page_footer {
	background: url(../images/img_footer.png) repeat-x;
	height: 68px;
	width: 100%;
}

blockquote {
	font-style: italic;
	padding: 5px;
}