@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFFFFF;
	margin: 0; /* 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: #000000;
}
.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px;
	background:#FFFFFF;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-radius: 10em;
	border:20px; 
}

.oneColFixCtr #topcontent {
	padding:0px;
	margin:0px;
	text-align:left;
}


.oneColFixCtr #bottomcontent {
	padding:0px;
	margin-top:10px;
	text-align:left;
}

#bottomcitylink {
	padding:0px;
	margin-top:10px;
	text-align:center;
}

<!-- table cell  -->

.oneColFixCtr TR#row1 { border:20px #CFGG26; background-color:#0C9; text-align:center;
}

.oneColFixCtr TR#row3 { border:20px #CF6; background-color:#CC0; font-size:10px; border-bottom-style:groove; border-bottom-width:30px;
}

.oneColFixCtr #fuck { font:Georgia, "Times New Roman", Times, serif; font-size:40px; text-align:right; color:#FF0;
}



<!-- text styles -->
.oneColFixCtr #headline {font-size:14px; font-family:Arial, Helvetica, sans-serif;
}

#whitetext12 {color:#FFF; font-size:12px;
}

#redtext10 {color:#c4161c; font-size:10px;
	
}

.redtext10 {color:#c4161c; font-size:10px;
	
}

#redtext14 {color:#c4161c; font-size:14px;
	
}

.redtext12 {color:#c4161c; font-size:12px;
}

.greytext14 {color:#666; font-size:14px;
}

.greytext12 {color:#666; font-size:12px;
}

.greytext10 {color:#666; font-size:10px;
}

a.navmenulinks {color:#C4161c; font-size:11px;
}

a.citylinks {color:#FFF; font-size:11px;
}

.whitetext_header {color:#FFF; font-size:16px;
}

.whitetext_subline {color:#FFF; font-size:14px;
}

.whitetext_10 {color:#FFF; font-size:10px;
}

a.corporatelinks {color:#C4161C; font-size:9px; text-align:center;
}

.redtext_header {color:#c4161c; font-size:16px;
}

a.privatetourlinks {color:#C4161c; font-size:12px;
}

.blacktext_10 {color:#000; font-size:10px;
}

.blacktext_12 {color:#000; font-size:12px;
}

.blacktext_14 {color:#000; font-size:14px;
}