body {
font-family:Lucida Sans Unicode, Lucida Grande, verdana, sans-serif;
	font-size: 100%;
	background-image: url(graphics/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: white
}

body * {
	margin: 0;
	padding: 0;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background-color:white;
}

#container {

}

#side-a {
	float: left;
	width: 324px;
}



#side-b {
	background-image:url(../v2/graphics/main_background.jpg);
	background-repeat:repeat-x;
	float: left;
	width:636px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin:0px;
	font-size:medium;
}

#side-b h1 {
margin-top:15px;
margin-bottom:10px;
margin-left:10px;
font-size:135%;
color:#00b483;
font-weight:200;
}

#side-b h2 {
margin-left:10px;
margin-right:10px;
line-height:20px;
font-size:95%;
font-style:italic;
color:#49a8c5;
font-weight:100;
}

#side-b p {
font-size:90%;
margin-left:10px;
margin-right:10px;
color:#666666;
}

#footer {
	clear: both;
	background: #c0272d;
}

#copyright {
height:45px;
	background-image:url(graphics/copyright_background.jpg);
	background-repeat:repeat-x;
background-color:#5e3486;
  width: 100%;
  clear: both;
}

#copyright p {
  font-size: small;
  color: white;
  margin: 0px;
  margin-left:5px;
  padding: 0.4em 0 0.4em 0;
}

#ifweb {
background-color:white;
}

#ifweb p {
font-size:0.7em;
color:#49a8c5;
text-align:right;
padding:3px;
margin-right:10px;
}

#ifweb a {
color:#49a8c5;
text-decoration:none;
}

#ifweb a:hover {
text-decoration:underline;
}

#email {
height:60px;
background-image:url(graphics/left_column_tel_image.jpg);
background-repeat:no-repeat;
}

#email ul {
padding-top:15px;
list-style: none;
margin-left:20px;
}


#email li a:link {
text-decoration:none;
font-size:80%;
background-image:url(graphics/bullet_pdf.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .5em 0;
color:#17b688;
}

#email li a:hover {
text-decoration:underline;
}
#products {
background-image:url(graphics/left_column_background.jpg);
background-repeat:repeat-y;
}

#products h2 {
	color:#008eb0;
	margin-left:40px;
	font-size:110%;
	font-style:italic;
	margin-bottom: 0px;
}

#products ul {
padding-top:5px;
list-style: none;
margin-left:60px;
}


#products li {
font-size:100%;
background-image:url(graphics/tick_pdf.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 28px;
margin: .5em 0;
color:#E54897;
}

