body {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;
		line-height: 16px;
		text-decoration: none;
		background-color:#DCDBE7;
		background-image: none;
		text-align:center; /* align for Windows IE */
		}

	.graytext {
		text-decoration: none;
		color: #777;
		}
				
	.nav_gallery {
		text-decoration: none;
		color: #000;
		font-size: 10px;
		line-height: 14px;
		}

	a {
		text-decoration: none;
		color: blue;
		}

	a:hover {
		text-decoration: none;
		color: #990000;
		}
		
	.smallborderbox {
		width:728px;
		background:#fff;
		border:1px solid #000;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		}
		
	.bigborderbox {
		background:#fff;
		border:3px solid #000;
		margin:1px;
		padding:10px;
		}
		

