@charset "utf-8";
body  {
	background: #1b9d95;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12%;
	font-style: italic;
}
.thrColFixHdr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1b9d95;
	margin: 0px;
	text-align: center;
	border: 0px none #FFF;
} 
.thrColFixHdr #container #header a {
}

.thrColFixHdr #header {
	background: #1b9d95;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1B9D95; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-style: none;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1B9D95; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0px  #FFF;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #mainContent {
	padding: 0px ;
	
} 
.thrColFixHdr #footer {
	width: 1100px;
	background:#1b9d95;
	padding-top: 0px;
} 
.thrColFixHdr #footer p {
	
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.thrColFixHdr #container #header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	background: 1b9d95;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #sidebar1 {
	background: #1b9d95;
	color: #F00;
	font-family: "Wide Latin";
	font-size: 12px;
	font-style: italic;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
.thrColFixHdr #container #sidebar2 {
	background: #1b9d95;
	color: #F00;
	font-family: "Wide Latin";
	font-size: 12px;
	font-style: italic;
	background: #1B9D95;
}
.thrColFixHdr #container #mainContent {
	background: #1b9d95;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #container {
	background: #1b9d95;
	padding: 0  10  0  10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
.thrColFixHdr #container #header {
	background: #1b9d95;
}
.thrColFixHdr #container #header {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #footer {
	background: #1b9d95;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: "Weltron Urban";
	font-style: italic;
	color: #C90;
}
.thrColFixHdr #container #sidebar1 p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	border-style: none;
	border-color: #CCC;
}
.thrColFixHdr #container #sidebar2 img {
	border: 8px ridge #1B9D95;
}
#Surferdog {
}
.thrColFixHdr #container #mainContent p {
	
	padding: 0px;
	border: 0px  #FFF;
}

.thrColFixHdr #container #mainContent h2 {
	color: #339;
}
.thrColFixHdr #container #mainContent h2 {
	color: #369;
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 h3 {
	color: #F00;
	font-family: "Wide Latin";
	font-size: 14px;
	font-style: italic;
}
.thrColFixHdr #container #sidebar2 p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	background: #1B9D95;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar2 h4 a {
	font-size: 12px;
	color: #F00;
	font-family: "Wide Latin";
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 h4 {
	font-family: "Wide Latin";
	font-size: 14px;
	font-style: italic;
	color: #F00;
}
.thrColFixHdr #container #sidebar2 h4 {
	font-family: "Wide Latin";
	font-size: 12px;
	font-style: italic;
	color: #F00;
}


.thrColFixHdr #container #sidebar2 h3 {
	color: #F00;
}
.thrColFixHdr #container #header h1 {
	font-family: "Weltron Urban";
	font-size: 60px;
	font-style: italic;
	color: #F60;
}
.thrColFixHdr #container #sidebar1 p img {
	border: 0px none #CCC;
}

.thrColFixHdr #container #mainContent img {
	border: 12px ridge #1B9D95;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-family: "Weltron Urban";
	font-size: 24px;
	font-style: italic;
	color: #F00;
}
.thrColFixHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #footer p {

.thrColFixHdr #container #sidebar1 a h4 {
	font-family: "Wide Latin";
	color: #F00;
	font-size: 12px;
}

