@charset "UTF-8";
/* CSS Document */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#mediaicons {display:inline;}

/* add zoom:1 to pos:relative elements */
#centerdiv {
	zoom:1;
}

body {
background-color: #000;
	background-image: url(../images/newback_intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1 {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #600;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}
#topdiv {
	text-align: center;
	display: block;
	height: 80px;
	clear: both;
	background-color: #300;
}

#centerdiv {
	text-align: center;
	display: block;
	height: 700px;
	width: 960px;
	clear: both;
	position: relative;
	background-color: #300;

}


#contentholder {
	background-color: #333;
	text-align: center;
	display: block;
	padding: 0px;
	clear: both;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentdiv {
	background-image: url(../images/mainpage_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	padding: 0px;
	clear: both;
	height: 500px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentdiv2 {
	text-align: center;
	display: block;
	padding: 0px;
	clear: both;
	height: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footercenter {
	text-align: center;
	display: block;
	margin: 0px;
	clear: both;
	height: 160px;
	width: 800px;
	padding-top: 700px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footercenter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
} 

#footercenter h1 {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	letter-spacing: normal;
}

#footercenter p a{
	color: #C33;
}


#footercenter p a:hover{
	color: #FC6;
}


#footerdivide {
	display: block;
	height: 140px;
	width: 2px;
	float: left;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	background-image: url(../images/burgandy_pattern.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footerbox {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 479px;
	float: left;
}


#footerbox p {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
} 

#footerbox h1 {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	letter-spacing: normal;
}

#footerbox p a{
	color: #FFF;
}


#footerbox p a:hover{
	color: #999;
}



#footerbox2 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 479px;
	float: left;
}


#footerbox2 p {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
} 

#footerbox2 h1 {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	letter-spacing: normal;
}

#footerbox2 p a{
	color: #FFF;
}


#footerbox2 p a:hover{
	color: #999;
}


#center {
	text-align: center;
	display: block;
	clear: both;
	height: 380px;
	margin-right: 30px;
	margin-left: 630px;
	padding-top: 20px;
}

#center p {
	font-family: "FrizQuaRegRegular", Georgia, "Times New Roman", Times, serif;
	font-size: .6 em;
	color: #000;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

#bodycontainer {
	margin: 0px;
	clear: both;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0px;
}

#mediaicons {
	display: block;
	width: 100px;
	clear: both;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #FFC;
	line-height: 1.9 em;
	text-align: center;
	float: right;
}
 #mediaicons img {
 margin-right: auto;
	margin-left: auto;
 }

@font-face {
	font-family: 'FrizQuaRegRegular';
	src: url('../fonts/frizquadrata/friz_quadrata_regular-webfont.eot');
	src: local('?'), url('../fonts/frizquadrata/friz_quadrata_regular-webfont.woff') format('woff'), url('../fonts/frizquadrata/friz_quadrata_regular-webfont.ttf') format('truetype'), url('../fonts/frizquadrata/friz_quadrata_regular-webfont.svg#webfonta4Q7qxOF') format('svg');
	font-weight: normal;
	font-style: normal;
}

