* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
}

.page
{
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
}

.topbg
{
	min-height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
}

.bottombg
{
	min-height: 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
}



.page .header
{
	clear: both;
}

.page .footer
{
	clear: both;
}

.page .main
{
	
}

.page .sidebar
{
	
}




.flash
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image:url(../img/flash.gif);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 64px;
	min-height: 64px;
	
}

.image
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image:url(../img/image.gif);
	background-position: center center;
	background-repeat: no-repeat;

}
