body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

p {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

b {
	color:#439263;
}

h1 {
	color:#6B0417;
	font-size:24px;
}

#container {
	position:relative;
	width:780px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

#content {
	padding-top:115px;
	padding-left:198px;
	padding-bottom:35px;
	padding-right:5px;
	text-align:left;
	min-height:330px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.gif);
	height:117px;
	width:780px;
}

#left {
	position:absolute;
	top:117px;
	left:0px;
	background-color:#944A57;
	width:177px;
	bottom:0px;
}

#leftbg {
		position:absolute;
		top:0px;
		left:177px;
		background-color:#6B0417;
		width:14px;
		bottom:0px;
}

#footer {
		position:absolute;
		bottom:0px;
		background-color:#6B0417;
		width:100%;
		z-index:5;
		color:#FFFFFF;
		padding-top:10px;
		padding-bottom:10px;
		left:0px;
		font-family:Arial, Helvetica, sans-serif;		
}

#footer a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
}

#footer a:hover{
		color:#FFFF00;
}

#content a{
		color:#7D2B39;
		text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#heading {
	color:#6B0417;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

#heading a{
	color:#6B0417;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

#heading a:hover{
	color:#6B0417;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	text-decoration:underline;
}

#imgright {
	float:right;
}

#resistortable {
	border-color:#000000;
	border-style:groove;
	border-width:2px;
	text-align:center;	
}

#resistortable b{
	color:#6B0417;
}

#resistortable2 {
	border-color:#000000;
	border-style:groove;
	border-width:2px;
	text-align:left;	
}

#resistortable2 b{
	color:#6B0417;
}

ul a{
	font-size:14px;
}

ul a:hover{
	text-decoration:underline;
}

/*contact form styling */

#newsletter_form {
	width:490px;
	margin:auto;
	height:600px;
}
#newsletter_form label{
	position:relative;
	padding-top:.2em;
	display:block;
	width:150px;
} 
#newsletter_form input {
	width:305px;
	position:absolute;
	left:175px;
}
#newsletter_form textarea {
	width:305px;
	position:absolute;
	margin-bottom:10px;
	left:175px;
	
}

#newsletter_form .checkbox {
	width:20px;
}
#newsletter_form submit{
	margin-top:10px;
	width:125px;
	position:absolute;
	left:175px;
	//top:75px;
}
