* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	;
	background: no repeat;
	background-repeat: no-repeat;
	background-color: #000000;
}

img {
	border: none;
	background-image: url(images/bg.jpg);
}
a { color: #333333; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #333333;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	border: 2px solid;
	background-color: #FFFFFF;
	border-color: #FEE648;
}

#header {
	height: 158px;
	background-image: url(Images/header.jpg);
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
}
#contact {
	padding: 15px;
	width: 400px;
	border: 1px dotted;
	margin: auto;
}

.left {
	width: 568px;
	float: left;
	text-align: justify;
	border-right: 1px dotted;
	background-repeat: no-repeat;
	background-image: url(14112008/SMILLIE%20PAINT%20LOGO%20modified.jpg);
}
	.left h3 {
	size:13px;
	background-image:url(Images/h2.jpg);
	text-indent:40px;
	line-height:40px;
	background-repeat: no-repeat;
	font-size: 12px;
}
.left h2 {
	color: #000000;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 100;
	padding : 7px 0 11px 0;
	text-indent: 40px;
	font-family: "Berling Antiqua";
	background-image: url(Images/h2.jpg);
	background-repeat: no-repeat;
}
.left h1 {
	color: #970518;
	border-bottom: 1px dotted;
	margin-bottom: 6px;
	padding-bottom: 10px;
	}
.left h5 {
	color: #F50707;
	background-image:url(Images/ulli.jpg);
	text-indent: 25px;
	line-height:23px;
	background-repeat:no-repeat;
	
	
}
.right {
	width: 180px;
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }
.right a:hover {
	text-decoration: underline;
	color : #FFFFFF;
	background-color: #AA876B;
}
 

#footer {
border-top: 1px dotted;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}

