/* Start of CMSMS style sheet 'tonyCSS' */
html, body {
height: 100%;
margin: 0;
}

body {
background-color: #000000;
background-image: url(images/main-bg.jpg);
background-position: top;
background-repeat: repeat-x;
color: #CCCCCC;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
}

.gallerycomment, h2, p {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #0066CC;
}

.main-table {
background-image: url(images/bg1.jpg);
background-position: top center;
background-repeat: no-repeat;
}

.title-img {
background-image: url(images/title.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.footer-td {
color: #333333;
}

input[type=text] {
height: 21px;
width: 220px;
font-family: arial;
font-size: 16px;
}

textarea#message {
width: 220px;
font-family: arial;
font-size: 16px;
}

/*
.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
*/
/* End of 'tonyCSS' */

