@charset "UTF-8";
/* CSS Document */

BODY.SetStyle {
background: black;
}
IMG {
border:none;
}

DIV.SetSiteContainer {
	width: 1105px;
	height: 850px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	background-image: url(/assets/media/site-background.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: black;
}
DIV.SetMenuContainer {
	float:left;
	width: 400px;
	height: auto;
	margin-top: 13px;
	margin-right: 18px;
}
A.SetMenuLinks {
	border: none;
	float:left;
	clear:both;
	margin-bottom: 5px;
}
P.SetPageText {
	font-family: Verdana;
	font-size: 15px;
	color: #C9C9C9;
	float:left;
	clear:both;
	margin-top: 30px;

}


DIV.SetContentContainer {
	float:left;
	width: 650px;
	height: auto;
	margin-top: 30px;
}

DIV.SetPagePictogram {
	float:left;
	width: 600px;
	height: 80px;
	margin-top: 240px;
	margin-bottom: 20px;
}

DIV.CMSheader {
	font-family: Verdana;
	font-size: 15px;
	color: #C9C9C9;
	float:left;
	width: 540px;
	height: 160px;
	margin-top: 160px;
	margin-bottom: 20px;
	margin-left: 60px;
}
DIV.cms_gallery {
	font-family: Verdana;
	font-size: 15px;
	color: #C9C9C9;
	float:left;
	width: 1100px;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 20px;
}
DIV.button_save {
	font-family: Verdana;
	font-size: 15px;
	color: #C9C9C9;
	float:left;
	width: 470px;
	height: 160px;
}
DIV.edit_gallery {
	font-family: Verdana;
	font-size: 15px;
	color: #C9C9C9;
	float:left;
	width: 554px;
	margin-left: 30px;
}





