/*
 *	oneColumnLayout.css
 *
 *	Defines the style attributes of the single column page layout.
 *
 */

#mainContent
{
	background-color:		white;
	background-image:		none;
	background-position:	top left;
	background-repeat:		repeat;
	border:					2px solid black;
	margin:			0px auto 0px auto;
	overflow:		visible;
	padding:		25px 50px 25px 50px;
	width:			800px;
}

#mainContent img
{
	border:			2px solid black;
	display:		block;
/*	margin:			30px auto 30px auto; */
/*	margin:	30px 0px 30px 0px; */
	text-align:		center;
	width: auto;
}

#page
{
	margin:			0 auto;
	padding:		0px;
/*	width:			995px; */
}

#top
{
	display:		block;
	margin:			0px;
	padding:		0px;
	height:			20px;
	width:			100%;
}
