body, div, td, p, a {
	font-family: tahoma, arial, helvetic, sanserif;
	font-size: 14px;
	color: #999999;
	}
	
body {
	background: #FFFFFF;
	height: 100%
	}
	
#page {
	margin: 40px auto;
	width: 800px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
#header, #footer {
	clear:both;
	}
	
#logo {
	background: url(/images/hdrBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 24px;
	}

#logo img {
	border: none;
	}
	
#menuTop, #menuBottom {
	text-align: center;
	background: #ff6600;
	}

#menuTop ul, #menuBottom ul {
	list-style-type: none;
	margin: 0;
	padding: 4px;
	}

#menuTop ul li, #menuBottom ul li {
	display: inline;
	}

#menuTop ul li a:link, #menuBottom ul li a:link,
#menuTop ul li a:visited, #menuBottom ul li a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 20px;
	color : #FFFFFF;
	text-align: center;
	}

#footerInfo {
	padding: 10px;
	background: #cc3366;
	}
	
#footerInfo, #footerInfo a:link {
	font-size: .8em;
	text-align: center;
	color: #FFFFFF;
	}

#page {
	background: url(/images/bodyBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	
#pageContent h1 {
	color:#ff6600;
	font-size: 1.6em;
	margin-top: 0;
	text-align: center;
	}	
	
#pageContent h2 {
	color:#cc3366;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
	}	

#pageContent ul {
	list-style-type: square;
	padding: 0 0 0 10px;
	}

#pageContent ul li {
	margin-top: 4px;
	}

#twoColumnsTop, #twoColumnsBtm {
	clear: both;
	margin: 20px;
	}	

#twoColumnsTop {
	margin-bottom: 0;
	}

#leftColumn, #rightColumn {
	background: #ffffff;
	border: 2px #cc3366 solid;
	padding: 15px;
	margin: 20px;
	}

#leftColumn {
	width: 200px;
	float: left;
	margin-right: 0;
	}

#rightColumn {
	width: 470px;
	float: right;
	}
	
dl {
	margin: 0;
	}
	
dt {
	font-weight: bold;
	margin-top: 6px;
	}
	
dd {
	margin: 0;
	}
	
#myGallery
{
	background: #000000;
	border: 2px #cc3366 solid !important;
	margin: 0 auto;
	width: 500px !important;
	height: 380px !important;
} 

#rightColumn #myGallery {
	border: none !important;
	margin: -15px !important;
	}

.proofsheet {
	width: auto;
	margin: auto;
	}
	
.proofsheet .imageElement {
	width: 120px;
	height: 120px;
	margin: auto;
	float: left;
	text-align: center;
	}
	
.proofsheet .imageElement a:link, .proofsheet .imageElement a:visited  {
	margin: auto;
	}

.proofsheet .imageElement a img {
	border: 2px #cc3366 solid !important;
	}
	
.clearboth {
	clear: both;
	}