/*****************************************************************************/
/*** Layout-Specific *********************************************************/
/*****************************************************************************/

#body_wrapper {
	width: 763px;
	height: 672px;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #666666;
	background-image: url('../images/template/body_wrapper_bg.jpg');
	background-repeat: no-repeat;
}

	#content {
		width: 643px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 104px;
		text-align: center;
	}
	
#footer {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 16px;
}

/*****************************************************************************/
/*** CMS Standard ************************************************************/
/*****************************************************************************/

html {
	height: 100%;
	margin-bottom: 1px;	
}

body {
	background-color: #333333;
	color: #cc9966;
	font-family: Georgia, serif;
	font-size: 14px;
	margin: 20px 0px;
	height: 100%;
}