/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: -2px 0px 5px 0px;
	border: 0;
	outline: 0;
	background-position: 10px 0px;
}

body {
	background-color: #404040;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.singlecolumn {
	width:"100%";
	float:none;
}

/* Commonly used to style page titles. */
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #63141B;
	text-transform: uppercase;
}
/* Commonly used to style section titles. */
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #63141B;
}



h3 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

h4 {
	color: #611619;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
}

h5 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

h6 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

p {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

/* Sets the style for unvisited links. */
a,  a:link {
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4d4d4d;
}

.listColumns {
	float: left;
	width: 259px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
}

#listColumns {
	float: left;
	width: 259px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
}



#mainWrapper {
	background-image:url(../images/blend.jpg);
}
#fullWidthTop {
	height:125px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 7px 10px 7px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}

#fullWidthHeader {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 10px 7px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	text-transform: none;
	background-image: url(../images/menubg);
	height: 0px;
	letter-spacing: 1px;
	margin-left: -15px;
}
#fullWidthHeader a {
  color: #FFFFFF;
}
#fullWidthHeader a:visited {
  color: #FFFFFF;
}
#fullWidthHeader a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#fullWidthHeader a:focus {
  color: #FFFFFF;
}
#fullWidthHeader a:active {
  color: #FFFFFF;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 100%;
}
#outerWrapper #contentWrapper {
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 100%;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height:17px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
}

#bottomcontentsection h1 {line-height:26px;
padding-bottom:10px;}
#bottomcontentsection h2 {
	line-height:14px;
}

#outerWrapper #contentWrapper #content h122 {
  color: #4d4d4d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
}
#outerWrapper #contentWrapper #content h222 {
  color: #4d4d4d;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content a22 {
  color: #4d4d4d;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:hover22 {
  color: #be9944;
}
#outerWrapper #contentWrapper #content a:active22 {
  color: #4d4d4d;
}
#outerWrapper #contentWrapper #content h133 {
  color: #4d4d4d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
#outerWrapper #contentWrapper #content h233 {
  color: #4d4d4d;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
}
#outerWrapper #contentWrapper #content #headerdiv {
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
}
#outerWrapper #contentWrapper #content #headerdiv #topcontent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 630px;
	min-height: 270px;
	z-index: 1;
}

#topwrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 900px;
	text-align: center;
	height: 100px;
}

#outerWrapper #contentWrapper #content #headerdiv #topcontentdetail {
	background-image: url("/images/logo.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 80px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	text-align: center;
}


#outerWrapper #contentWrapper #content #headerdiv #topcontentshop2 {
	background-image: url("/images/logo.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 80px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 950px;
	min-height: 500px;
	text-align: center;
}

#outerWrapper #contentWrapper #content #headerdiv #topcontentshop {
	background-image: url("/images/logo.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 80px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 950px;
	min-height: 500px;
	text-align: center;
}

#outerWrapper #contentWrapper #content #headerdiv #topcontentshop img {
	
	border:solid #CCC 1px;}

#outerWrapper #contentWrapper #content #contentdiv {
	width: 100%;
}

#outerWrapper #contentWrapper #content #contentdiv2 {
	width: 100%;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontent {
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	text-align: left;
	color: #CCC;
	background-image: url(../images/BG2.png);
	overflow: auto;
	height: 100%;
	z-index: 2;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontent2 {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 900px;
	min-height: 450px;
	text-align: left;
	color: #4d4d4d;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontent a,  a:link {
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontent a:visited {
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontent a:hover {
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontent a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontent a:active {
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a,  a:link {
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:visited {
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:active {
	color: #4d4d4d;
}




#topcontentshop a,  a:link {
	color: #4d4d4d;
  text-decoration: none;
}
/* Sets the style for visited links. */
#topcontentshop a:visited {
	color: #4d4d4d;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#topcontentshop a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#topcontentshop a:focus {
	color: #4d4d4d;
}
/* Sets the style for a link that is being activated/clicked. */
#topcontentshop a:active {
	color: #4d4d4d;
}

#topcontentshop2 a,  a:link {
	color: #4d4d4d;
  text-decoration: none;
}
/* Sets the style for visited links. */
#topcontentshop2 a:visited {
	color: #4d4d4d;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
#topcontentshop2 a:focus {
	color: #4d4d4d;
}
/* Sets the style for a link that is being activated/clicked. */
#topcontentshop2 a:active {
	color: #4d4d4d;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection {
	padding: 10px 10px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 518px;
	text-align: left;
	color: #333;
	float: left;
	z-index: 2;
	margin-top: -80px;
	min-height: 300px;
	margin-left: 10px;
}

#outerWrapper #contentWrapper #content #contentdiv #sitemap {
	padding: 10px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 400px;
	text-align: left;
	color: #333;
	float: none;
	z-index: 2;
	margin: -100px auto 0 auto;
	min-height: 300px;
}

#outerWrapper #contentWrapper #content #contentdiv #sitemap p {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

#outerWrapper #contentWrapper #content #contentdiv #sitemap img {
	
	border:solid #CCC 1px;
	
	}

#outerWrapper #contentWrapper #content #contentdiv #sitemap a,  a:link {
	color: #611619;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #sitemap a:visited {
	color: #661619;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #sitemap a:hover {
	color: #661619;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #content #contentdiv #sitemap a:focus {
	color: #661619;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #sitemap a:active {
	color: #4d4d4d;
}

#map {
	padding: 10px 10px 10px 60px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 760px;
	text-align: left;
	color: #333;
	min-height: 300px;
	margin: -90px auto 0 auto;
}

#borders {
	border-bottom: solid #CCC 1px;
text-align:left;
	margin-bottom: 10px;
	padding-bottom:10px;
	color:#63141B;

}

#borders h2 a:active {
	text-decoration:none;
	color:#63141B;
}

#borders h2 a:link {
	text-decoration:none;
		color:#63141B;
}

#borders h2 a:visited {
	text-decoration:none;
		color:#63141B;
}

#borders p {
	color:#333;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection img {
	
	border:solid #CCC 1px;
	
	}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection a,  a:link {
	color: #611619;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection a:visited {
	color: #661619;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection a:hover {
	color: #661619;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection a:focus {
	color: #661619;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentsection a:active {
	color: #4d4d4d;
}



#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail {
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 0px;
	padding: 10px 20px 20px 40px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 600px;
	text-align: left;
	color: #4d4d4d;
	margin-left: 230px;
	border-left: solid #ccc 1px;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail img {
	
	border:solid #CCC 1px;
	
	}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a,  a:link {
	color: #661619;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:visited {
	color: #661619;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:hover {
	color: #661619;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:focus {
	color: #661619;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetail a:active {
	color: #4d4d4d;
}

#headerleft {
	width:185px;
	float:left;
	height: 65px;
	text-align: left;
	padding-top: 15px;
}
			
#headerright {
	width:700px;
	float:right;
	margin-top: 25px;
	height: 60px;
	text-align: right;
}

#headermenu {
	width:700px;
	float:right;
	margin-top: 0px;
	height: 20px;
	text-align: right;
	color: #205494;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#headermenu a:link {
	color: #194479;
	text-decoration: none;
}
/* Sets the style for visited links. */
#headermenu a:visited {
	color: #194479;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#headermenu a:hover {
	color: #199E59;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#headermenu a:focus {
	color: #194479;
}
/* Sets the style for a link that is being activated/clicked. */
#headermenu a:active {
	color: #194479;
}

#headermenu ul {
	color: #661619;
}

#outerWrapper #contentWrapper #content #contentdiv #rightlinks {
	margin-left: 10px;
	margin-right: auto; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 160px;
	text-align: left;
	float: left;
	margin-top: -78px;
	min-height: 200px;
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-left: solid #CCC 1px;
	padding-left: 20px;
}

#outerWrapper #contentWrapper #content #contentdiv #rightlinks h6{
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}


#rightlinks p, {color: #ccc;}

#rightlinks a,  a:link {
	color: #63141B;
	text-decoration: underline;

}
/* Sets the style for links on mouseover. */
#rightlinks a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#rightlinks a:focus {
		text-decoration: underline;
			color: #63141B;


}
/* Sets the style for a link that is being activated/clicked. */
#rightlinks a:active {
		color: #63141B;

}

#rightlinks a:visited {
		color: #63141B;

}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentlinks {
	margin-left: 10px;
	margin-right: auto; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 195px;
	text-align: left;
	float: left;
	margin-top: -85px;
	min-height: 200px;
	color: #63141B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#bottomcontentlinks #guild a,  a:link {
	color: #63141B;
	text-decoration: underline;

}
/* Sets the style for links on mouseover. */
#bottomcontentlinks #guild a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#bottomcontentlinks #guild a:focus {
		text-decoration: underline;
			color: #63141B;


}
/* Sets the style for a link that is being activated/clicked. */
#bottomcontentlinks #guild a:active {
		color: #63141B;

}

#bottomcontentlinks #guild a:visited {
		color: #63141B;

}

#topcontenttabs {
	width: 100%;
	height: 24px;
	text-align: center;
	margin: -3px auto 0px auto;
	color:#333;
}

#topcontenttabs a {
  color: #333;
  text-decoration:none;
}
#topcontenttabs a:visited {
  color: #333;
}
#topcontenttabs a:hover {
  color: #611619;
}
#topcontenttabs a:focus {
  color: #333;
}
#topcontenttabs a:active {
  color: #333;
}

#tabdiv {
	width: 100px;
	height: 28px;
	text-align: center;
	background-image:url(/images/tabsW3.png);
	background-position: 0px 0px;
	padding-top: 5px;
		margin-left:5px;
	margin-right:5px;
}

#tabdivG {
	width: 100px;
	height: 28px;
	text-align: center;
	background-image:url(/images/tabsG3.png);
	background-position: 0px 0px;
	padding-top: 5px;
	margin-left:5px;
	margin-right:5px;
}

#topcontentscreen {
	width: 940px;
	text-align: center;
	background-image: url(/images/headerbox3.png);
	background-repeat: no-repeat;
	z-index: 1;
	background-position: 120px;
	height: 408px;
}

#topbox {
	width: 940px;
	min-height: 370px;
	text-align: center;
}

#bottombox {
	width: 640px;
	min-height: 50px;
	text-align: center;
	padding-top: 0px;
	margin: -5px auto 0px auto;
	font-size:10px;
	text-transform:uppercase;
}

#bottombox p {
  color: #ccc;
  font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;

}

#bottombox h1 {
  color: #fff;
  font-size:16px;
  font-family:Tahoma, Geneva, sans-serif;
}








#outerWrapper #contentWrapper #content #contentdiv #bottomcontentlinks a,  a:link {
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentlinks a:visited {
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentlinks a:hover {
	color: #611619;
	text-decoration: underline;
}
li {
margin: 6px 0px 5px -15px; 
}


ul {
margin: 20px 0px 20px 0px; 
}
	
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks {
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 190px;
	min-height: 260px;
	text-align: left;
	color: #333;
	float: left;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks a,  a:link {
	color: #333;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks a:visited {
	color: #333;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks a:hover {
	color: #333;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks a:focus {
	color: #333;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks a:active {
	color: #333;
}

#outerWrapper #contentWrapper #content #contentdiv #bottomcontentdetaillinks ul {
	color: #333;}




#outerWrapper #contentWrapper #content h155 {
  color: #4d4d4d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 32px;
}
#outerWrapper #contentWrapper #content h255 {
  color: #4d4d4d;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content a55 {
  color: #4d4d4d;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:hover55 {
  color: #be9944;
}
#fixedFullWidthFooter {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 100px;
	padding-top: 30px;
}

#fixedFullWidthFooter p {
	margin-top:20px;
	line-height: 18px;
	color:#FFF;
}

#fixedFullWidthFooter a:active {
	color:#FFF;
}

#fixedFullWidthFooter a:link {
	color:#FFF;
}

#fixedFullWidthFooter a:visited {
	color:#FFF;
}

#fixedFullWidthFooter a:hover {
	color:#FFF;
}
	
	
/* The following code is for the fixed full width footer */
html, body {
  height: 100%;
}
#outerWrapper {
	position: relative;
	background-image: url(../images/backgroundblend.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#fixedFullWidthFooter {
	text-align: center;
	background-image: url(../images/greyBG.jpg);
	background-repeat: repeat-x;
	background-color: #3F3F3F;
	color:#FFF;
}

#fixedFullWidthFooter .slogan {
	font-size:24px;
	font-color:#fff;
	font-style:italic;
}

#guild {
	margin-bottom: 15px;
	width: 165px;
	padding: 10px 20px 10px 10px;
	margin-left: 10px;
	min-height: 50px;
	border-right: solid #CCC 1px;
}

#offers {
	width: 505px;
	margin-top: 20px;
	border-top: solid #ccc 1px;
	padding-top: 10px;
}

#headerbox {
	width: 192px;
	padding: 5px 10px 10px 10px;
	height: 40px;
	float: left;
}

#headerbox a:visited {
  color: #fff;
  text-decoration: none;
}

#headerbox a:link {
  color: #fff;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
#headerbox a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#headerbox a:focus {
	color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
#headerbox a:active {
	color: #fff;
}


#headerboxMID {
	width: 192px;
	padding: 10px 10px 10px 10px;
	height: 52px;
	float: left;
	border-left:solid #666 1px;
	border-right:solid #666 1px;
}

#headerboxMID a:visited {
  color: #fff;
  text-decoration: none;
}

#headerboxMID a:link {
  color: #fff;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
#headerboxMID a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#headerboxMID a:focus {
	color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
#headerboxMID a:active {
	color: #fff;
}

#latestcontainer {
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#latestcontainer2 {
	width: 210px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

#latest1 {
	width: 200px;
	float: left;
	border: solid #FBFBFB 4px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	overflow: auto;
}

#latest2 {
	width: 180px;
	padding: 10px 10px 10px 10px;
	min-height: 50px;
	float: left;
	border: solid #FBFBFB 4px;
	background-color: #FFF;
	margin-top: 10px;
}

#box {
	width:200px;
	float:left;
	overflow-x: hidden; 
	overflow: -moz-scrollbars;
}

.contactboxe;s{
	border:1px;
	border-color:#CCC;
	padding:3px;
	border-style: solid;
	background-color:#FFF;
	}
#hidden_option{
	width:1px;
	height:1px;
	overflow:hidden;
}
#flash {
	padding-top:12px;
	padding-bottom:8px;
	height: 210px;
}

#flash2 {
	width:100%;
	padding-top:10px;
	padding-bottom:4px;
}

#stickerdiv{
	width:170px;
	height:150px;
	position:absolute;
	top:60px;
	z-index:10;
	left:50%;
	margin-left:280px;
}

#leftquote{
	margin-left:-20px;
	float:left;
}

#quote{
border-bottom: solid #CCC 1px;
	width:135px;
	margin-left-25px;
	margin-bottom: 10px;
	padding-bottom:10px;
}
#borders h2 a:link {text-decoration:none;}

