@charset "utf-8";
/* CSS Style 1 - Screen */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://dellefi.mechdrew.com/images/backgradientblue.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 100px;
}

#header h1, h2 {
	margin-top: 0;
	margin-bottom: 0;
}
/* Like this navigation bar code? I got the original layout from http://articles.techrepublic.com.com/5100-10878_11-5153115.html */
#navigation {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	background-color: #0000ff;
	margin-bottom: 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

#navigation lia:link {
	color: #FFF;
}

#navigation lia:visited {
	color: #CCC;
}

#navigation lia:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #3366FF;
}

#archive {
	width: 150px;
	float: right;
}

#sidebar {
	float: right;
	width: 150px;
}

#primary {
	overflow: auto;
}

#footer {
	position: relative;
	font-size: xx-small;
	width: 100%;
}
/*This section is so that pictures that link to larger versions do not have an ugly border.*/
#picture {
	padding: 1em;
}

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

#contactform {
	padding: 5px;
	width: 640px;
}

#contactform label {
	display: block;
	float: left;
	text-align: right;
	width: 60px;
}

#contactform label, input, select, textarea {
	margin: 5px;
}

.methodtitle {
	font-size: large;
}

.methodheading {
	font-weight: bold;
}
