/* Page Layout */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	background: #000000;
	margin: 0px;
	padding: 0px 0px 0px;
}


/* Title and Menu */
td.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
	margin: 5;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}

td.menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	margin: 5;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}


/* Content */
td.content {
	background-image: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #ffffff;
	text-align: justify;
	margin: 5;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}

table.reflect {
	background: #ffffff;
	background-image: none;
    	width: 670px;
	border: 0px;
	padding: 0px 0px 0px;
	vertical-align: top;
}

tr.mainimage {
	background: #000000;
	background-image: url('http://www.andytrumpet.com/home/homemain.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	height: 321px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin: 5;
	padding: 10px 10px 10px;
	vertical-align: top;
}

tr.reflectimage {
	background: #ffffff;
	background-image: url('http://www.andytrumpet.com/home/homereflect.png');
	background-repeat:no-repeat;
	background-position:top center;
	height: 81px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin: 5;
	padding: 10px 10px 10px;
	vertical-align: center;
}


td.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #666666;
}

.bl {background: url(http://www.andytrumpet.com/images/layout/bl.gif) 0 100% no-repeat #797979; width: 100%}
.br {background: url(http://www.andytrumpet.com/images/layout/br.gif) 100% 100% no-repeat}
.tl {background: url(http://www.andytrumpet.com/images/layout/tl.gif) 0 0 no-repeat}
.tr {background: url(http://www.andytrumpet.com/images/layout/tr.gif) 100% 0 no-repeat; padding:5px 15px 5px 15px}
.clear {font-size: 1px; height: 1px} 

/* Style for all table cells. */
td, tr {
	font-family: Arial, sans-serif;
	font-size: 12px;
}



/* Custom link styles */
a:active{
	text-decoration: strong;
	color: #000000;
}
a:link{
	text-decoration: none;
	color: #000000;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #000000;
}


.content a:active{
	text-decoration: underline;
	color: #333333;
}
.content a:link{
	text-decoration: underline;
	color: #999999;
}
.content a:visited{
	text-decoration: underline;
	color: #666666;
}
.content a:hover{
	text-decoration: underline;
	color: #666666;
}


.menu a:active{
	text-decoration: none;
	color: #ffffff;
}
.menu a:link{
	text-decoration: none;
	color: #ffffff;
}
.menu a:visited{
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover{
	text-decoration: none;
	color: #D20202;
}


.footer a:active{
	text-decoration: none;
	color: #666666;
}
.footer a:link{
	text-decoration: none;
	color: #666666;
}
.footer a:visited{
	text-decoration: none;
	color: #666666;
}
.footer a:hover{
	text-decoration: underline;
	color: #666666;
}


#imageinfo {
	visibility: hidden;
}


