/* @override 
	http://deanmagraw.com/stylesheets/home1.css
	http://www.deanmagraw.com/stylesheets/home2.css
*/

/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #300300;
	color: #999900;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	letter-spacing: 0em;
	margin-bottom: 0.125em;
	margin-left: 25px;
	padding-top: 0.5em;
	margin-top: 0.75em;
	direction: ltr;
	border-bottom: 1px solid #ff7428;
	padding-bottom: 0.2em;
	font: normal 3.5em "Times New Roman", Times, serif;
}
h3 {
	margin-left: 40px;
	letter-spacing: 0.125em;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	display: block;
	border: 2px dashed #FF7428;
	width: 117px;
	padding: 0.5em;
}
h4 {
	margin-left: 40px;
	letter-spacing: 0.125em;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	display: block;
	width: 117px;
	padding: 0.5em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #FF7428;
	border-bottom-color: #FF7428;
	border-left-color: #FF7428;
	color: #FFC;
}
h6 {
	margin-left: 40px;
	letter-spacing: 0.125em;
	padding-bottom: 1em;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}
p {
	color: #CCCC66;
	margin-bottom: 2em;
	direction: ltr;
	text-align: right;
	margin-right: 5px;
	font: 0.95em/1.2em "Times New Roman", Times, serif;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/DeanMagrawHome.jpg);
	background-repeat: no-repeat;
	height: 495px;
	margin-top: 0em;
}
#leftcolumn {
	width: 400px;
}
#content {
	width: 760px;
}
.floatleft {
	float: left;
	margin-left: 25px;
	margin-top: 1em;
}
