/* Page Layout */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	background-image: url(../images/layout/grey.jpg);
	margin: 0px;
	padding: 14px 14px 14px;
}

.pageimage
    {
    margin-top:15px;
    margin-bottom:15px;
    margin-right:0px;
    margin-left:15px;
    padding:0px;
}

h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	color: black;
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
}

table.header
{
	height: 160px;
	width: 850px;
	margin: 0px;
	padding: 0px 0px 0px;
	vertical-align: top;
}


/* Page Header */
td.subtitle
{
	clear: both;
	text-align: left;
	color: silver;
	font-size: 140%;
	font-weight: bold;
	background-color: #990000;
	border: solid 2pt black;
}

/* Menu */
td.menu {
	background-image: url(../images/layout/greenfade.jpg);
	width: 200px;
	height: 10px;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top; 
}

/* Content */
td.content {
	background: #fff url("../images/layout/regcrest.jpg") no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
	text-align: justify;
	margin: 5px;
	padding: 14px 40px 14px;
	vertical-align: top;
}

tr.footerimage {
	background: #fff url(../images/layout/footerimage1.jpg) bottom no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
	text-align: justify;
	margin: 5px;
	padding: 14px 40px 14px;
	vertical-align: top;
}

td.footer {
	background-image: url(http://www.royalwelshband.com/images/layout/grey.jpg);
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
}

/* Band Photos */
td.bandphoto {
	background-color: #000064;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	text-align: center;
	margin: 5px;
	padding: 5px;
	vertical-align: middle;
}

/* Band Text */
td.bandtext {
	background-color: #000064;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	text-align: justify;
	margin: 5px;
	padding: 32px;
	vertical-align: middle;
}

/* News Header */
td.newsheader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
	text-align: justify;
	margin: 0;
	padding: 10px;
	vertical-align: top;
}

/* News Headings */
td.newsheading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
	text-align: justify;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	width: 120px;
}

/* News Text */
td.newstext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: black;
	text-align: justify;
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

/* Album Description */
td.albumdesc {
	background-color: #000064;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	padding: 32px 0px 0px 32px;
	vertical-align: top;
	text-align: center;
}

/* Album Content */
td.albumcontent {
	background-color: #000064;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: white;
	padding: 5px;
	vertical-align: top;
}

/* Photo Captions */
div.desc {
	background-color: #000064;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: white;
	text-align: justify;
	vertical-align: top;
}

/* Style for all table cells. */
td, tr {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	margin: 5px;
}

.nav {
	font-weight: bold;
	font-size: 14px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000
}

a:link {
	text-decoration: underline;
	color: #000000
}

.menu a:link{
	text-decoration: none;
	color: #C5C5C5;
}
.menu a:visited{
	text-decoration: none;
	color: #C5C5C5;
}
.menu a:hover{
	font-style: italic;
	color: #ffffff;
}

#imageinfo {
	visibility: hidden;
}


