BODY {
	background: White;
	color: Silver;
	font-family: Cambria, Times New Roman CE, Baskerville, Times New Roman;
	font-size: 8px;
	text-align: center;
	margin: 0px;
}
H2,H3
{
	margin: 10px;
	text-align: left;
}
P
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#logo 
{
	background: black url('../images/header.png') no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	top: 0px;
	text-align: center;
	height: 72px;	

}
#logo A img
{
	margin: 14px;
	margin-left: 25px;
	width: 136px;
}
#page 
{
	background: white url('../images/page-background.png') repeat-y;
	border-top: 1px solid Black;
	color: Black;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#content
{
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	min-height: 460px;
	width: 780px;
}
#content LI
{
	list-style: disc;
	text-align: left;
}
#content-footer
{
	background: white url('../images/content-footer.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 47px;
	width: 1024px;
}
#copyright
{
	color: Silver;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-align: right;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 700px;
}
#copyright A
{
	color: Gray;
	text-decoration: none;
}
.item A
{
	background: #f5f5f5;
	color: Black;
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin: 3px;
	padding: 3px;
	text-align: left;
	text-decoration: none;
}
.item A:hover
{
	text-decoration: underline;
}
.item IMG
{
	margin: 5px;
}
.item A:hover
{
	background:#fefefe;
	border-color:#ebebeb;
	-moz-box-shadow:0 0 8px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);
	box-shadow:0 0 8px rgba(0,0,0,.15);
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	text-decoration: underline;
	transition:all .2s ease-in;
}
#page-footer
{
	background: black url('../images/page-footer.png') no-repeat;
	background-position: bottom;
	font-size: 12px;
	height: 44px;
	padding: 5px;
	text-align: left;
}
#page-footer A:hover
{
	text-decoration: underline;
}
#page-footer A
{
	color: #f5f5f5;
	text-decoration: none;
}
.link a
{
	background: #f5f5f5;
	color: Black;
	display: block;
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}

.link a:hover
{
	background:#fefefe;
	border-color:#ebebeb;
	-moz-box-shadow:0 0 8px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);
	box-shadow:0 0 8px rgba(0,0,0,.15);
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	text-decoration: underline;
	transition:all .2s ease-in;
}
.link 
{
	clear: both;
	line-height: 64px;
	vertical-align: middle;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
A IMG
{
	border: 0px;
	float: left;
}
#menu UL,LI
{
	font-size: 16px;
	list-style: none;
}
#page-footer LI
{
	display: inline-block;
	padding: 3px;
}