html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	color: #383838;
}
td{font-size: 12px;}
a,
a:link,
a:visited
{
	color: #383838;
}
a:hover,
a:active{}

h1,h2,h3,h4,h5
{
	margin: 1em 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/* ~~~ HEADINGS ~~~ */
h3
{
	font: bold 12px Tahoma, Verdana, sans-serif;
	margin: 1em 0 0;
}
p
{
	margin: 0 0 1em;
	line-height: 1.5em;
}
ul{list-style-type: square;}
ul li{line-height: 1.5em;}
a img{border: none;}

/* ~~~ === POSITIONING SELECTORS ===================================== ~~~ */
#wrapper
{
    width: 640px;
}
#images table td p{margin: 0 10px;}
/* ~~~ === DONT_DISPLAY =============================================== ~~~~ */
#nav,
#footer{display: none;}