body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header{position:relative}
#header h1{
	height:117px;
	margin:0;
	padding-left:10px;
	color: #79B30B;
	display: block;
	width: 700px;
	background-image: url(../images/epoxy-guard.gif);
	background-repeat: no-repeat;
}
#header a{
	display: block;
	height: 117px;
	width: 700px;
	text-indent: -9999px;
}
#container{text-align:left}
#content p{line-height:1.4}
#navigation{
	background-color: #FFFFFF;
	background-image: url(../images/nav-accent.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 10px;
	vertical-align: top;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	width: 150px;
}
#menu a:link, #menu a:visited {
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/nav-bg.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 150px;
	display: block;
	height: 35px;
	line-height: 35px;
}
#menu a:hover {
	background-image: url(../images/nav-bg.gif);
	background-position: 0px bottom;
	line-height: 35px;
	height: 35px;
	width: 150px;
}
#extra{
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 150px;
	background-image: url(../images/flags.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#footer{
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 74px;
	padding-top: 70px;
}
#footer p{margin:0;padding:5px 10px}

#container{width:700px;margin:0 auto}
#content{
	float:right;
	width:500px;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h1 {
	width: 340px;
	font-size: 18px;
}
#navigation{float:left;width:180px}
#extra{
	float:left;
	clear:left;
	width:160px;
	margin-left: 10px;
}
#footer{clear:both;width:100%}
#sample ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.disabled {
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
h2, h3 {
	margin:0;
	font-size: 16px;
}
#trythis{
	float:right;
	font-size: 16px;
	font-weight: bold;
}
#button2send input {
	float: right;
}