body{
	background: #442800;
	margin: 0px;
	padding: 0px;
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
}

p {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 16px;
}

.text1 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 16px;
	font-weight: bolder;
}

.text2 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
}

.text3 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #DADFAC;
	padding: 3px;
}

.text4 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #DCA222;
}

.mgmt_text {
	font-family: "Trebuchet MS", Batang, Tahoma;
	font-size: 14px;
	font-style:italic;
	font-weight: normal;
	color: #440000;
}

a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
}

h1{
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 200%;
	color: #993300;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 150%;
	color: #993300;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 125%;
	color: #334d55;
	margin: 0px;
	padding-bottom: 0px;
}

h4 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 110%;
	font-weight: bolder;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#titlepage {
	background: #DADFAC;
	height: 400px;
	width: 600px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 100px;
	background-image: url('./images/background.png');
}

#titlepage a, a:link, a:visited {
	color: #1C1C1C;
	text-decoration: none;
	font-size: 14px;
}

#titlepage a:hover {
	color:#995B00;
	text-decoration: underline;
}

.titlepage_text {
	color:#440000;
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-style: italic;
	font-size: 20px;
}

/************* section 1 Link Bar ****************/
#Linkbar{
	padding: 5px 0px 0px 0px;
	color: #1C1C1C;
	width: 100%;
	background: #442800;
}

#Linkbar p {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 16px;
	font-weight: bold;
}

#Linkbar a, a:link, a:visited {
	color: #1C1C1C;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#Linkbar a:hover {
	color:#995B00;
	text-decoration: underline;
}

/************* Main Container ****************/
#maincontainer {
	height: 1200px;
	width: 720px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #DADFAC;
}

/************* end of Main Container ****************/


/************* Top Section ****************/
#topsection {
	background: #DADFAC;
	height: 180px;	
}

/************* section: Main Title ****************/
#maintitle {
	height: 140px;
	float: left;
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
	padding: 10px;
	width: 480px;
	background: #DADFAC;
}

#maintitle h1 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 180%;
	color: #1C1C1C;
}

/************* section: Language Options ****************/
#language{
	height: 60px;
	float: left;
	width: 210px;
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	padding: 5px;
	background: #DADFAC;
	font-size: 16px;
}

#language a, a:link, a:visited {
	color: #1C1C1C;
	text-decoration: none;
	font-size: 16px;
}

#language a:hover {
	color:#995B00;
	text-decoration: underline;
}

/************* section: menu bar ****************/
#menubar{
	height: 20px;
	float: right;
	width: 86%;
	padding: 4px 4px 2px 50px;
	background-color: #364400;
}

#menubar a, a:link, a:visited {
	color: #FFEACC;
	text-decoration: none;
	font-size: 16px;
}

#menubar a:hover {
	color:#995B00;
	text-decoration: underline;
}

/************* section: Preview Photos ****************/
#photopreview {
	float: right;
	width: 580px;
	height: 184px;
	padding: 10px 10px 4px 90px;
	background-color: #DADFAC;
}

#photopreview img {
	border-style: ridge;
	border-width: 3px;
	border-color: #D0D0F0;
}
/************* end of top section ****************/

/************* section: Content ****************/
#contentsection {
	background: #DADFAC;
	height: 920px;	
	padding-top: 20px;
}

.dot {
	color: #DADFAC;
}

#contentsection p {
	padding: 5px;
}
#contentsection a, a:link, a:visited {
	color: #1c1c1c;
	text-decoration: none;
	font-size: 16px;
}

#contentsection a:hover {
	color:#995B00;
	text-decoration: underline;
}

/************* section: Content Header ****************/
#content_hdr {
	background: #DADFAC;
	height: 90px;
	padding-bottom: 60px;
}

#content_hdr h2 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 150%;
	color: #993300;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

#content_norm {
	height: 640px;
	float: left;
	padding: 20px;
	background: #DADFAC;
}

#content_norm h3 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 120%;
	color: #440028;
	margin: 0px;
	padding-bottom: 0px;
}

#content_norm h4 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 100%;
	font-weight: bolder;
	color: #990000;
	margin: 0px;
	padding-bottom: 5px;
}

/************* section: Content Column left ****************/
#content_col_left {
	height: 680px;
	float: left;
	margin-right: 320px;
	padding: 10px;
	width: 350px;
	background: #DADFAC;
	background-image: url('./images/bbarena_door.png');
}

#content_col_left a, a:link, a:visited {
	color: #1C1C1C;
	text-decoration: none;
}

#content_col_left a:hover {
	color:#995B00;
	text-decoration: underline;
}

#content_col_left h3 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 120%;
	color: #440028;
	margin: 0px;
	padding-bottom: 0px;
}

#content_col_left h4 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 90%;
	font-weight: bolder;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

/************* section: Content Column right ****************/
#content_col_right {
	height: 680px;
	float: left;
	width: 330px;
	margin-left: -320px;
	padding: 10px;
	background: #DADFAC;
}

#content_col_right h3 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 120%;
	color: #440028;
	margin: 0px;
	padding-bottom: 0px;
}

#content_col_right h4 {
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 100%;
	font-weight: bolder;
	color: #990000;
	margin: 0px;
	padding-top: 4px;
}

.bgd {
	background: #FFFFFF;
	padding: 5px;
}
/************* end of Content ****************/

/************* Footer ****************/
#footersection {
	background: #DADFAC;
	height: 50px;
	font-family: Garamond, "Trebuchet MS", Batang, Tahoma;
	font-size: 90%;
	padding: 20px 0 5px 0;
}

#footersection a, a:link, a:visited {
	color: #1C1C1C;
	text-decoration: none;
}

#footersection a:hover {
	color:#995B00;
	text-decoration: underline;
}

.copyright {
	font-size: 90%;
	color: #1C1C1C;
}

.copyright2 {
	font-size: 90%;
	color: #DADFAC;
}
/************* end of Footer ****************/

/************* Comments Popup ****************/
#commentspopup {
	padding: 10px;
}

/********************* end **********************/
