@charset     "UTF-8";

/*************************************************************** Clear Styles ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  
 font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,  
 tfoot, thead, tr, th, td
{
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

/*************************************************************** General ***/
html, body
{
	margin: 0 auto;
	padding: 0;
	background: url('http://www.zepco.net/images/main_bckgnd.jpg') repeat-x top center;
	background-color: #e6ae10;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

#container
{
	width: 758px;
	margin: 0px auto;
	margin-top: 20px;
	display: block;
	border: 1px black solid;
	background-color: white;
}

a, a:visited { color: #5983b3; }

/*************************************************************** Header ***/


#content
{
	float: left;
	width: 505px;
	background-color: white;

}

#main-image{
float:left;
margin-bottom:-3px;

}

#footer{
	clear:both;
	background-color: #262520;
	color:white;
	height:70px;

}


.logo-top {
	border:none;
	}

.logo-full {
	border:none;
	float:left;
		margin-left: 20px;
	margin-top:20px;
}

.picture {
	border:none;

}

h1
{
	font-size: 35px;
	font-weight: bold;
	margin-left: 20px;
}

h2
{
	font-size: 15px;
	margin-left: 20px;
	font-weight: bold;
	margin-top:10px;	
}

p
{
	margin-left: 20px;
	margin-top:10px;
	font-size: 13px;
	width:450px;
}

li { font-size: 12px; 
	margin-left:60px;
}

.italicize { font-style: italic; }

.bold { font-weight: bold; }

.white {color:white;}

.first {margin-top:0px;}

.left {float:left;}

.right
{
	float: right;
	text-align: right;
	margin-right:20px;
}

.width {width:250px;}

.center
{
	clear: both;
	margin: 0px auto;
	text-align: center;
}