/* CSS for NozzleNolen.com */

body {
	background-color: #384c60;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:hover {
	color:#77951c;
}

/* TEXT */
.SectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #144a90;
}
.SubSectionText {
	color: #77951c;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.MainText {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #545451;
}
.MainTextSmaller {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #545451;
}
.MainTextLarger {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #545451;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #a7cfe4;
}

/* SECTIONS */
#MainHeader {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:top;
}
#Left_Main_Section_Home {
	float:left;
	background-image:url(Left_Main_Section.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height: 328px;
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
}
#Center_Main_Section {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
#Right_Main_Section {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
#Left_Main_Section_Contact {
	float:left;
}
#Name_and_Numbers_Home {
	float: left;
	margin: 4px;
}