* {
	padding: 0px;
	margin: 0;
}

body {
background-image:url(../01_images/01_pg_graphics/bg-main.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

	#shadow {
	background-image:url(../01_images/page-shadow.png);
	background-repeat:repeat-y;
	width:846px;
	margin-left:auto;
	margin-right:auto;
	background-position: center top;
	}

#wrapper {
	margin: 0 auto;
	width: 798px;
	background-color: #FFFFFF;
	border-top: 1px #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#header {
 color: #333;
 width: 100%;
 float: left;

}
#leftcolumn {
	color: #333;

	width: 170px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#rightcolumn {
	float: right;
	color: #333;
	width: 588px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
}


#rightcolumn a:link, #rightcolumn a:visited {
	color: #006699;
	text-decoration: none;
}


#rightcolumn a:hover, #rightcolumn a:active {
	color: #000066;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
}


#footer {
font-size: 10px;
	width: 100%;
	clear: both;
	color: #333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	margin-top: 25px;
	text-align: center;
	padding-top: 7px;
	background-color: #CCCCCC;
}

h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
}

#web-by{
	cursor:text;
}

#web-by a:link, #web-by a:visited{
	color: #3A4151;
	text-decoration: none;
}

#web-by a:hover{
	color: #272E3E;
	text-decoration: underline;
	cursor:hand;
}
.image {
	border: 3px solid #CCCCCC;
	margin-right: 10px;
}
