/* CSS Document */
*
	{
	margin: 0;
	padding: 0;
	}
body
	{
	text-align: center; /*hack IE 5.x and 6 center offset (see wrapper)*/
	background: #666666 url(images/background.gif) repeat-x;
	font-family: verdana, geneva, sans-serif;
	font-size: 62.5%;
	width: 100%;
	}
p
	{
	font-size: 1.2em;
	line-height: 1.5em;
	word-spacing: 0.05em;
	}
ul
	{
	font-size: 12px;
	line-height: 1.8em;
	list-style-type: none;
	text-align: left;
	}
ul li
	{
	text-align: left;
	}
h1
	{
	font-size: 2em;
	font-weight: 600;
	}
h2
	{
	font-size: 2em;
	}
h3
	{
	font-size: 1.8em;
	}
h4
	{
	font-size: 1.5em;
	}
h5
	{
	font-size: 1.4em;
	}
img
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
:link, :visited, :focus, :active, img
	{
	border: none;
	}
:link, :visited
	{
	text-decoration: none;
	color: white;
	}
#wrapper
	{
	width: 968px;
	height: 615px;
	margin: 2px auto 0 auto;
	text-align: left; /*hack IE 5.x and 6 center offset (see body)*/
	background: transparent url(images/fade02.png) no-repeat 0px 348px;
	}
#leftcol
	{
	width: 290px;
	height: 585px;
	float: left;
	background: transparent url(images/solids05.png) no-repeat bottom center;
	}
#leftcol h1
	{
	color: white;
	margin-top: 97px;
	text-align: center;
	}
#leftcol h4
	{
	margin-top: 297px;
	text-align: center;
	}
#leftcol ul
	{
	margin: 7px 0 0 40px;
	/*padding: 70px 0 245px 40px;*/
	text-align: justify;
	color: white;
	/*background: transparent url(images/solids03.png) no-repeat center top;*/
	}
#leftcol a:hover
	{
	color: #ff6600;
	}
#leftcol strong
	{
	color: #ff6600;
	}
#centcol
	{
	width: 388px;
	float: left;
	}
#centcol h1
	{
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
	}
#centcol h1 a:hover
	{
	color: #94e224;
	}
#centcol h3
	{
	margin-top: 30px;
	text-align: center;
	}
#centcol h4
	{
	margin: 10px 20px 0 20px;
	text-align: left;
	}
#centcol h5
	{
	margin: 10px 20px 0 20px;
	text-align: left;
	}
#centcol p
	{
	margin-top: 10px;
	padding: 0 20px 0 20px;
	font-size: 1.4em;
	text-align: justify;
	color: white;
	}
#centcol p strong
	{
	color: #ff6600;
	}
#rightcol
	{
	width: 290px;
	height: 585px;
	float: left;
	text-align: justify;
	background: transparent url(images/prints05.png) no-repeat bottom center;
	}
#rightcol h1
	{
	color: white;
	margin-top: 97px;
	text-align: center;
	}
#rightcol h4
	{
	margin-top: 297px;
	text-align: center;
	}
#rightcol ul
	{
	margin: 7px 0 0 40px;
	/*padding: 240px 0 75px 45px;*/
	color: white;
	/*background: transparent url(images/prints03.png) no-repeat center top;*/
	}
#rightcol a:hover
	{
	color: #ff6600;
	}
#rightcol strong
	{
	color: #ff6600;
	}
#footer
	{
	margin-top: 10px;
	clear: both;
	height: 30px;
	width: 100%;
	text-align: center;
	background: #666666 url(images/footer02.png) no-repeat;
	}
#footer h4
	{
	margin-top: 5px;
	}
#footer h4 a:hover
	{
	color: #ff6600;
	}
#footer strong
	{
	color: #ff6600;
	}
.whttxt
	{
	color: white;
	}
.grytxt
	{
	color: #333333;
	}