#nav a {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../assets/images/slantdivider.gif);
}
#header {
	height: 100px;
	width: 812px;
	background-image: url(../assets/pics/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#footer p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px;
	background-image: url(../assets/pics/body-bg2.jpg);
	background-position: center top;
	color: #666;
}
#main p {
	margin: 0px;
	padding: 5px 20px;
}
#main p #drum {
	margin-right: 20px;
	margin-bottom: 0px;
}

#header h2 {
	font-size: 14px;
	margin: 0px;
}
#header h1 {
	font-size: 16px;
	margin: 0px;
}
#nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../assets/images/top-border-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.h2 {
}

#chromemenu{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px solid #BBB;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../assets/images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
	background-image: url(../assets/images/chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#main #home tr td p img {
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
}
#main h3 {
	font-size: 14px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
#main p #drum2 {
	margin-right: 20px;
	margin-bottom: 0px;
}
#content {
	background-color: #FFF;
}
#footer {
	background-image: url(../assets/pics/green_glass.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#thankyou {
	width: 400px;
	margin: 150px auto;
	text-align: center;
}
#tel {
	float: right;
	width: 400px;
	margin-top: -21px;
	text-align: right;
	margin-right: 10px;
	color: #900;
	font-size: 14px;
}
#content tr td #main #home tr td p a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9263FD;
}
#content tr td #main #home tr td p a:hover {
	color: #F00;
}

