/* 
+++++++++++  
GENERIC CSS 
+++++++++++ 
*/ 

/* CSS global reset for all browsers */ 
* {
padding: 0px;
margin: 0px;
}

body {
	padding: 0px;
	padding-top: 50px;
	margin: 0px;
	background: #CBCBCB;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

table {
	font: 11px Arial, Helvetica, sans-serif;
}

/*generic links*/
a:link, a:visited {
	color: #8b0302;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #8b0302;
	text-decoration: none;
	font-weight: bold;
}

td a, td a:visited{
	color: #8b0302;
	text-decoration: none;
	font-weight: bold;
}

td a:hover, td a:active{
	color: #d1947c;
	text-decoration: none;
	font-weight: bold;
}
/* Page Specific CSS */ 
#page {
	margin-right: auto;
	margin-left: auto;
}

/* Copy DIVS */ 
#copy {
	margin: 38px 0px 0px 2px;
}
#copyClasses {
margin: 38px 80px 0px 120px;
}
#copyLinks {
margin: 38px 15px 0px 2px;
}
#copy p{
	margin: 0px 0px 8px;
}
#copyClasses p{
	margin: 0px 0px 8px;
}
#copyLinks p{
	margin: 0px 0px 8px;
}
/* Copy headers */ 
.header {
	color: #8b0302;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.header14px {
	color: #8b0302;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;

}
#footer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;

}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* Gallery Table */ 

#galleryTbl{
	margin: 0px;
	padding: 0px;
}
#galleryTbl td{
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
