html, body { height: 100%; margin: 0; padding: 0; }
body {
	 font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif; font-size: medium;
	 background: #CEE5B8 url(images/bg.gif) 25% 0 repeat-y;
	 background-repeat: repeat-y;
}
table {
	height: 100%;
	width: 100%;
}
td { margin: 0; padding: 0; word-wrap: break-word; }

td, p, a, span { word-wrap: break-word; }

#col1, #col3 { background: #C5ACD2; }
#col2 {
	text-align: center;
	background: #CEE5B8;
}

#col2 h1 {
	width: 350px;
	height: 50px;
	text-align: left;
	margin: 0 0 70px 0;
	padding: 0;
	background:  url(images/t2.gif) 0 0;
	background-repeat: no-repeat;
	float: left;
}
#col1 h2 {
	width: 150px;
	height: 50px;
	text-align: right;
	float: right;
	margin: 0 0 35px 0;
	padding: 0;
	background:  url(images/t1.gif) top right;
	background-repeat: no-repeat;
}
h1 span, h2 span { display: none; }

#graphic {
	clear: both;
	text-align: center;
}
#graphic img {
	margin: 0 auto;
}



ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul {
	display: block;
	width: 168px;
	height: 147px;
	margin-top: 80px;
	margin-bottom: 135px;
	background: url(images/products.gif) 0 0;
	background-repeat: no-repeat;
}
li { display: none; }

p, h3 {
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}

h2 { color: #253495; }
h3 { color: #FA806B; }
a { color: #275CAA; text-decoration: none; font-weight: bold; }
a:hover { color: #275CAA; text-decoration: underline; }
#logo, #col1 p {
	clear: right;
	float: right;
	margin-right: 10px;
}
#col1 p {
	padding: 0 0 15px 0;
	margin: 0 18px 0 0;
	width: 150px;
	text-align: justify;
	display: inline;
}
#col3 p {
	padding: 4px 0;
	margin: 0 0 0 18px;
	word-wrap: break-word;
}


p {
	color: #275CAA;
}
p strong { color: #9B5AA5; }



h3 a {
	background: #B4D56F;
	color: #5F8632;
	display: block;
	clear: both;
	width: 200px;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: -56px;
	left: 50%;
	margin-left: -100px;
	margin-bottom: -30px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 1.5em;
	padding: 0.5em 1em;
}