/* Start of CMSMS style sheet 'master' */
@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
}
#bg
{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#container
{
	margin-top: 50px;
}
#header
{
  margin-bottom: 0px;
	padding-top: 10px;
  width: 100%;
  height: 85px;
	background-image: url(/uploads/bk_header.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
#content
{
	margin: auto;
  margin-top: -10px;
  padding-top: 5px;
	width: 969px;
  background-image: url(/uploads/bk_body.png);
  background-repeat: repeat-y;
  min-height: 440px;
}
#contentLeft
{
	color: #FFF;
  font-weight: bold;
	padding: 10px;
	margin-top: -5px;
	background-image: url(/uploads/bk_banner.jpg);
  background-repeat: repeat-x;
	float: left;
  width: 171px;
  height: 440px;

}
#contentCenter
{
	padding: 10px;
	width: 560px;
	float: left;
  margin-top: -5px;
}
#contentRight
{
	color: #FFF;
	padding: 10px;
  font-weight: bold;
	margin-top: -5px;
	background-image: url(/uploads/bk_banner.jpg);
  background-repeat: repeat-x;
	float: left;
  width: 171px;
  height: 440px;
}
#footer
{
	width: 969px;
  height: 28px;
  top: 10px;
  position: relative;
  clear: both;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(/uploads/bk_footer.png);
}
#content h1
{
	font-variant:small-caps;
	text-align: center;
  font-size: 20px;
}
#content h2
{
	text-align: center;
  font-size: 18px;
}
#contentRight p
{
	font-style: italic;
}
#contentLeft p
{
	font-variant: small-caps;
}
#contentLeft a
{
	color: #FFF;
}
img
{
	border: 0;
}
/* End of 'master' */

