/* CSS Document */
/* default css template for basic centered (not vertically centered) content */
/*--- set basics and defaults---*/
* {margin:0; padding:0; border:0;}
html {
	min-width: 786px;
	}
body {
	text-align: center;
	background:#fff url(images/bg.jpg) top left repeat;
	font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
A:link, A:visited, A:active { text-decoration: underline; color: #000 }
div#wrapper	{
	margin: 0 auto;
	/*text-align: left;*/
	}
#no-flash-img{margin:10px 0 10px 0;}
#content p {margin:10px 0 10px 0;}
