body { 
	background: #fff;
	font-family: garamond, times, serif;
	color: #008;
}

img {
	border: 0px;
	display: block;
}

table {
	border: 0px;
}

table.thumbnail {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

table.fullpage {
    width: 100%;
    height: 100%;
}

#container {
    width: 800px;
    height: 600px;
    margin: auto;
}

img.thumbnail  {
	border: 2px solid transparent;
}

img.thumbnail:hover {
	border: 2px solid #008;
}

table.news {
	width: 100%;
	border-collapse: collapse;
}

table.news td {
	border-top: 2px solid #aaf;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

table.galleryLink {
	width: 100%;
}

table.galleryLink td {
	padding-bottom: 10px;
}


td.content {
	background-image: url('images/prototype_03.jpg');
	background-repeat: no-repeat;
}

body.content {
	background-color: transparent;
}

h1 {
	font-size: 1.6em;
	text-align: right;
}

h2 {
	font-size: 1.1em;
}

.right img {
    float: right;
}

div.bbq-content {
    overflow: auto;
    padding: 0 6px 6px 6px;
    width: 556px; 
    height: 476px;
}

