/* Starter CSS by Mike Cherim - http://green-beast.com */

* {
}

body {
text-align: left;
font-size: 18px;
font-family: 'Roboto', sans-serif;
background-color: #c8de37;
background-image: url('https://baron-electric.com/revised_site/bkrnd_bolt.png');
background-repeat: no-repeat;
background-position: right top;
}  

#bold{
	font-weight: bold;
	font-size: large;
}

#wrapper {
	width:850px;
	margin:0 auto;
}

#left {
	float:left;
	width:350px;
}

#right {
	float:right;
	width:500px;
}

#footer {
	text-align: center;
	clear:both;
}

h1 {
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 40px;
	padding-top:20px;
	padding-bottom: 15px;
	color: #3f4045;
}
h2 {
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 34px;
	padding-top:20px;
	padding-bottom: 15px;
	color: #3f4045;
}
h3, h4, h5, h6 {
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 30px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #3f4045;
}
p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding-top: 2px;
	padding-bottom: 18px;
	line-height: 24px;
	color: #3f4045;
}

a {
	color: #3f4045;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus, a:active {
}

img, a img {
	padding-right: 5px;
	padding-left: 5px;

}

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}
