
/*
 * LAYOUT
 */
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper, #header, #topMenu, #content, #footer
{
	width: 967px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: table;
}

#header
{
	width: 967px;
	height: 95px;
	background: #fff url(/local/roughrok.com/images/roughrok-logo.jpg) top left no-repeat;
}

#topMenu
{
	clear: both;
	height: 24px;
	background: #1F3054 url(/local/roughrok.com/images/topMenu-bg.jpg) top left repeat-x;
	margin: 5px 0 5px 0;
	text-align: right;
	border-right: 1px solid #1f3054;
}

#content
{
	/* background: #ccc; */
}

#footer
{
	border-top: 3px solid #1f3054;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	clear:left;
	height: 100px;
}


