@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #ffffff;
	background-image: url(../images/kollinbliss-bg01.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
	background-color: #2f2f2f;
}

.oneColElsCtrHdr #container {
	width: 756px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #999999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 17px;
}

.oneColElsCtrHdr #container #mainContent {
	background-color: #999999;
}

.oneColElsCtrHdr #container #mainContent #flashcontent {
	background-image: url(../../../assets/images/globe-bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 17px;
}

.oneColElsCtrHdr #container #mainContent #ratesBg {
	background-color: #222222;
	padding:4px;
	margin: 17px;
}
.oneColElsCtrHdr #container #mainContent #columns {
	width: 355px;
	padding-left: 20px;
	border-left: 1px solid #888888;
	float: left;
}

.oneColElsCtrHdr #container #mainContent #columns p {
font-size:80%;
	
}

.oneColElsCtrHdr #container #mainContent #columns h3 {
	color: #820F21;
}

.oneColElsCtrHdr #container #mainContent #flashcontent #columnshome .underborder {
	border-bottom: 1px solid #AAAA8B;
	width: 20%;
}

.oneColElsCtrHdr #container #mainContent #columnshome {
	padding-left: 60px;
	padding-bottom: 30px;
	padding-top: 20px;
	border-bottom: solid gray 1px;
}
.oneColElsCtrHdr  #container  #mainContent #flashcontent #columnshome p   {
	font-size:70%;
}

.oneColElsCtrHdr #container #mainContent #flashcontent #columnshome h3 {
	margin-bottom: -10px;
}

.oneColElsCtrHdr #container #mainContent #flashcontent #columnshome .columnpix {
	float: right;
	padding: 8px;
	margin: 0 80px -10px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	top: -7px;
	border: 1px solid #999999;
}

.oneColElsCtrHdr #container #mainContent #flashcontent #columnshome .columnpix img {
	vertical-align: baseline;
}

.oneColElsCtrHdr #container #mainContent #flashcontent #columnshome .columnpixmp3 {
	float: right;
	padding: 8px;
	margin: 0 80px -30px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	top: 10px;
	border: 1px solid #999999;
}


.navOn a {
	text-decoration: none;
	color: #2E2E2E;
}

.oneColElsCtrHdr #container #header a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navOn a:hover {
	text-decoration: underline;

}

.navOff a {
	text-decoration: none;
	color: #dddddd;
}

.navOff a:hover {
	text-decoration: underline;
}

.oneColElsCtrHdr #header {
	background: #3f3f3f;
	 /* 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. */
} 
.oneColElsCtrHdr #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 */
}

.oneColElsCtrHdr #footer {
	float: left;
	width: 757px;
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#222222;
} 

.navOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999999;
	margin-left: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin-right: 15px;
	padding-right: 15px;
	margin-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #2E2E2E;
}

.navOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #2e2e2e;
	margin-left: 15px;
	padding-left: 15px;
	
	margin-right: 15px;
	padding-right: 15px;
	margin-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}


.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px 10px 10px;
	font-size:60%;
}

a {
	color: #F9FCFB;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

a:hover {
	text-decoration: underline;
}
