/*general standards*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
  	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	background: #ffffff url(../images/bkgrnd-stripes.gif) repeat 50% 50%;
	background-attachment: scroll;
	height: 100%;
}
fieldset {
border: 0px;
padding: 0px;
margin: 0px;
}
h1, h2, h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
form {
	border: 0;
	padding: 0px;
	margin: 0px;
}
a {
  text-decoration: none; 
}
a:hover {
  text-decoration: underline; 
}

img {
  border: 0px;
}
li,ul {
	margin: 0px;
	padding: 0px;
}
float-right {
	float: right;
}
float-left {
	float: left;
	padding-left: 18px;
}
.spacer {
	clear: both;
}
input {
	padding: 0;
	margin: 0;
	
}
button {
	padding: 0;
	margin: 0;
 	border: none;
	background: none;
}


/* PAGE LAYOUT */

.centerpage {
	margin: 0px auto;
	width: 770px;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.top-gap {
	margin: 0px;
	padding: 0px;
	height: 18px;
}
.wholepage {
	margin-left: 6px;
	width: 760px;
	height: 100%;
	background: #f7f7f7;
}
.page-shadow {
	width: 772px;
	height: 100%;
	background: url(../images/page-shadow.gif) repeat-y;
}

/* CURVE */

.head-curve {
	width: 764px;
	height: 18px;
	background: #0099CC;
	color: #ffffff;
}

.curve-topleft {
	float: left;
	width: 10px;
	height: 9px;
	background: url(../images/images.gif) no-repeat 0px 0px;
}
.curve-topright {
	float: right;
	width: 14px;
	height: 18px;
	background: url(../images/images.gif) no-repeat -13px 0px;
}
.curve-middle {
	float: left;
	padding-top: 3px;
	padding-left: 2px;
		font-weight: bold;
		font-size: 12px;
}

.head {
	height: 129px;
	width: 760px;
	color: #ffffff;
}
	.head-logo {
		float: left;
		margin-left: 5px;
		margin-top: 2px;
	}
	.head-color{
		height: 85px;
		width: 760px;
		background: #0099CC;
	}
	.ads-banner-head {
		float: right;
		margin-top: 12px;
		margin-right: 3px;
	}
	.navigation-top {
		height: 22px;
		width: 760px;
		background:#000000;
	}
		.navigation-top a {
			color: #ffffff;
		}
		.navtopright {
			float: right;
			width: 8px;
			margin-top: 14px;
			height: 8px;
			background: url(../images/images.gif) no-repeat -41px -45px;
		}

		.navtopleft {
			float: left;
			width: 8px;
			height: 8px;
		margin-top:14px;
			background: url(../images/images.gif) no-repeat -43px -21px;
		}
		.nav-float-left div {
			float: left;
			padding-top: 3px;
			margin-right: 18px;
			height: 19px;
		}
		.nav-float-right {
			float:right;
		}
		.nav-float-right div {
			float: left;
			height: 19px;
		}

	.input-login {
		height: 16px;
		width: 96px;
		border: 0px;
		color: #999999;
	}

	.nav-top-current{
		background: url(../images/nav-arrow.gif) no-repeat bottom center;
	}
	
	
.head-cart {
background: #016b8f;
height: 22px;
color: #fff;
padding: 0px 2px;
}
	.head-cart div{
	
	}
	.head-cart-buttons {
		float: right;
		height: 18px;
		padding: 0px 3px;
		background: #0099cc;
		margin-right: 3px;
		padding-top: 4px;
	}
	.head-cart button{
		font-size: 11px;
		height: 18px;
		border: 1px solid #016b8f;
		color: #0099cc;
		padding: 0px 4px 0px 4px;
		background: #fff;
	}
	.head-cart-price {
		float: right;
		height: 17px;
		padding: 0px 4px;
		padding-top: 3px;
	}
	.head-cart-icon {
		float: right;
		height: 17px;
		padding: 0px 1px;
		padding-top: 2px;
	}
	.cart-top-button {
	/*border: 1px solid #016b8f;*/
	color: #0099cc;
	height: 24px;
	font-weight: bold;
	padding: 1px 4px;
	background: #fff;
}
.cart-remove-nav {
	margin-left: 3px;
	margin-top:-1px;
	width: 85px;
	height: 16px;
	color: #0099cc;
	border: none;
	background: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 2px;
}

/* BODY */

.body {
	height: 100%;
	width: 760px;
	clear: both;
	padding-top: 20px;
}
	
		.float-box-left{
			float:left;
			margin-left: 20px;
		}
		.float-box-right{
			float:right;
			margin-bottom: 0px;
			margin-right: 20px;
		}
		.floating-box{
			width: 198px;
			height: 20px;
			background: #000000;
		}
			.floating-box-left {
				float: left;
				color: #ffffff;
				padding-left: 10px;
				padding-top: 3px;
				font-size: 12px;
				height: 17px;
				width: 0px;
				background: url(../images/images.gif) no-repeat -40px 0px;
			}
			.floating-box-right {
				float: right;
				height: 16px;
				padding-top: 4px;
				font-size: 10px;
				color: #ffffff;
			}
			.floating-box-right2 {
				float: right;
				height: 16px;
				font-size: 10px;
				color: #ffffff;
			}
			.change-txt {
				margin-right: 3px;
			}
			#search-box {
				margin-top: 2px;
				margin-right: 3px;
				width: 124px;
				height: 14px;
				border: 0px;
			}
			.search-form {
				color: #ffffff;
			}

	.body-content{
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 0px;
		width: 760px;
		height: 100%;
	}
		
			
.ad-left-column{
	float: left;
	margin-left: 6px;
	margin-top: 0px;
	width: 134px;
}
			
		.content-main-column {
			float: left;
			padding-top: 0px;
			margin-top: 0px;
			padding-left: 11px;
		}
			.content-topleft {
				float: left;
				width: 10px;
				height: 9px;
				background: url(../images/images.gif) no-repeat 0px 0px;
			}
			.content-topright {
				float: right;
				width: 14px;
				height: 18px;
				background: url(../images/images.gif) no-repeat -13px 0px;
			}
			.content-title {
				float: left;
				padding-top: 3px;
				padding-left: 2px;
					font-weight: bold;
					font-size: 12px;
			}
			
			
				.content-botleft {
					float: left;
					height: 16px;
					width: 12px;
					background: url(../images/images.gif) no-repeat 0px -34px;
				}
				.content-botright {
					float: right;
					height: 16px;
					width: 15px;
					background: url(../images/images.gif) no-repeat -12px -34px;
				}
				.content-grey-botleft {
					float: left;
					height: 16px;
					width: 12px;
					background: url(../images/images.gif) no-repeat 0px -18px;
				}
				.content-grey-botright {
					float: right;
					height: 16px;
					width: 15px;
					background: url(../images/images.gif) no-repeat -12px -18px;
				}

.ad-topleft {
	float: left;
	width: 9px;
	height: 8px;
	background: url(../images/images.gif) no-repeat 0px -9px;
}
.ad-topright {
	float: right;
	width: 13px;
	height: 21px;
	background: url(../images/images.gif) no-repeat -27px 0px;
}
	
.ad-botleft {
	float: left;
	height: 16px;
	width:16px;
	background: url(../images/images.gif) no-repeat -27px -21px;
}
.ad-botright {
	float: right;
	height: 16px;
	width: 14px;
	background: url(../images/images.gif) no-repeat -27px -37px;
}
			
/* WEEK BOX*/

.spacer-day {
	clear: both;
	height: 3px;
}
.day-box {
background: url(../images/week-box-backgrounds.gif) no-repeat 0px 0px;
cursor:pointer;
height:42px;
width:589px;
}
.day-box a{
color: #000000;
text-decoration: none;
}

.day-box-content {
cursor:pointer;
height: 33px;
margin: 0px;
padding: 11px 0 0 10px;
float: left;
width: 150px;
font-weight: bold;
font-size: 14px;
}
.day-box-date {
	float: left;
	padding-left: 36px;
	width: 170px;
}
.day-box-content-ads {
cursor:pointer;
text-align:right;
padding: 7px 8px 5px 0;
margin: 0px;
height: 32px;
float: right;
width: 380px;
}


/******************************************************************/

.thanks {
text-align: center;
font-size:12px;
font-weight:bold;
padding-bottom: 15px;
}
.cal-link a{
	padding-left: 2px;		
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
.cal-link a:hover{
	text-decoration: underline;
}
.cal-link{
	float:left;
}
.snterlink a{
color: #000000;
text-decoration: none;
}.snterlink a:hover{
text-decoration: underline;
}
/*****************************************/
.foot {
	margin-top: 18px;
	clear: both;
	width: 760px;
	height: 44px;
	background: #000000;
	color: #ffffff;
}
	.foot-color {
		height: 22px;
		background: #0099CC;
		width: 760px;
	}

	.navigation-bottom {
		height: 22px;
		
	}	
		.navigation-bottom a {
			color: #ffffff;
		}
			.navigation-bottom a:hover {
				text-decoration: underline;
			}
	
	.nav-bottom-current{
		background: url(../images/nav-bot-arrow.gif) no-repeat top center;
	}
	
	.nav-float-right-bottom {
		float:right;
	}
	.nav-float-right-bottom div{
			float: left;
			height: 19px;
		padding-top: 3px;
		margin-left: 18px;
	}

	.navbotleft {
	float: left;
	width: 8px;
	height: 8px;
	background: url(../images/images.gif) no-repeat -43px -29px;
	}
	.navbotright {
		float: right;
		width: 8px;
		height: 8px;
		background: url(../images/images.gif) no-repeat -41px -37px;
	}
	
.foot-center {
	float: right;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-right:120px;
}

.foot-right {
	float: right;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-right:5px;
}
	.foot-right a{
		color: #FFFFFF;
	}
	.foot-right a:hover{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
.ad-foot {
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.ad-head-0 {
	width: 134px;
	height: 18px;
	background: #b6aea9;
}
.ad-shadow-0 {
	width: 134px;
	background: url(../images/shadow.gif) right repeat-y;
}
.ad-content-0 {
	width: 120px;
	padding: 3px 2px 0px 2px;
	border: 3px solid #b6aea9;
	border-bottom: 0px;
}
.ad-foot-0 {
	width: 134px;
	height: 16px;
	background: url(../images/box-ad-bottom.gif) repeat-x;
}	

.content-content-0 {
				text-align: justify;
				font-size: 13px;
				width: 589px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-0{
			width: 607px;
			height: 100%;
		}
			.content-head-0 {
			width: 607px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-0{
				width: 607px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-0 {
				width: 607px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-1 {
				text-align: justify;
				font-size: 13px;
				width: 350px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-1{
			width: 368px;
			height: 100%;
		}
			.content-head-1 {
			width: 368px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-1{
				width: 368px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-1 {
				width: 368px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-2 {
				text-align: justify;
				font-size: 13px;
				width: 192px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-2{
			width: 210px;
			height: 100%;
		}
			.content-head-2 {
			width: 210px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-2{
				width: 210px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-2 {
				width: 210px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-3 {
				text-align: justify;
				font-size: 13px;
				width: 290px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-3{
			width: 308px;
			height: 100%;
		}
			.content-head-3 {
			width: 308px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-3{
				width: 308px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-3 {
				width: 308px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-4 {
				text-align: justify;
				font-size: 13px;
				width: 300px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-4{
			width: 318px;
			height: 100%;
		}
			.content-head-4 {
			width: 318px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-4{
				width: 318px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-4 {
				width: 318px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-5 {
				text-align: justify;
				font-size: 13px;
				width: 386px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-5{
			width: 404px;
			height: 100%;
		}
			.content-head-5 {
			width: 404px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-5{
				width: 404px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-5 {
				width: 404px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-6 {
				text-align: justify;
				font-size: 13px;
				width: 176px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-6{
			width: 194px;
			height: 100%;
		}
			.content-head-6 {
			width: 194px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-6{
				width: 194px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-6 {
				width: 194px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-7 {
				text-align: justify;
				font-size: 13px;
				width: 350px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-7{
			width: 368px;
			height: 100%;
		}
			.content-head-7 {
			width: 368px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-7{
				width: 368px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-7 {
				width: 368px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-8 {
				text-align: justify;
				font-size: 13px;
				width: 362px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-8{
			width: 380px;
			height: 100%;
		}
			.content-head-8 {
			width: 380px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-8{
				width: 380px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-8 {
				width: 380px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-9 {
				text-align: justify;
				font-size: 13px;
				width: 724px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-9{
			width: 742px;
			height: 100%;
		}
			.content-head-9 {
			width: 742px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-9{
				width: 742px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-9 {
				width: 742px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-10 {
				text-align: justify;
				font-size: 13px;
				width: 192px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-10{
			width: 210px;
			height: 100%;
		}
			.content-head-10 {
			width: 210px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-10{
				width: 210px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-10 {
				width: 210px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-11 {
				text-align: justify;
				font-size: 13px;
				width: 378px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-11{
			width: 396px;
			height: 100%;
		}
			.content-head-11 {
			width: 396px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-11{
				width: 396px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-11 {
				width: 396px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-12 {
				text-align: justify;
				font-size: 13px;
				width: 572px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-12{
			width: 590px;
			height: 100%;
		}
			.content-head-12 {
			width: 590px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-12{
				width: 590px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-12 {
				width: 590px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-13 {
				text-align: justify;
				font-size: 13px;
				width: 296px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-13{
			width: 314px;
			height: 100%;
		}
			.content-head-13 {
			width: 314px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-13{
				width: 314px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-13 {
				width: 314px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-14 {
				text-align: justify;
				font-size: 13px;
				width: 260px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-14{
			width: 278px;
			height: 100%;
		}
			.content-head-14 {
			width: 278px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-14{
				width: 278px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-14 {
				width: 278px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-15 {
				text-align: justify;
				font-size: 13px;
				width: 202px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-15{
			width: 220px;
			height: 100%;
		}
			.content-head-15 {
			width: 220px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-15{
				width: 220px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-15 {
				width: 220px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-16 {
				text-align: justify;
				font-size: 13px;
				width: 178px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-16{
			width: 196px;
			height: 100%;
		}
			.content-head-16 {
			width: 196px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-16{
				width: 196px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-16 {
				width: 196px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-17 {
				text-align: justify;
				font-size: 13px;
				width: 282px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-17{
			width: 300px;
			height: 100%;
		}
			.content-head-17 {
			width: 300px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-17{
				width: 300px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-17 {
				width: 300px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


.content-content-18 {
				text-align: justify;
				font-size: 13px;
				width: 282px;
				padding: 6px 4px 4px 4px;
				background: #f8f8f8;
				border: 3px solid #0099CC;
				border-bottom: 0px;
			}
		.content-main-box-18{
			width: 300px;
			height: 100%;
		}
			.content-head-18 {
			width: 300px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-18{
				width: 300px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-foot-18 {
				width: 300px;
				height: 16px;
				background: url(../images/box-white-bottom.gif) repeat-x;
			}	


		.content-content-grey-0 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 589px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-0{
			width: 607px;
			height: 100%;
		}
			.content-head-0 {
			width: 607px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-0{
				width: 607px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-0 {
				width: 607px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-1 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 347px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-1{
			width: 365px;
			height: 100%;
		}
			.content-head-1 {
			width: 365px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-1{
				width: 365px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-1 {
				width: 365px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-2 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 192px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-2{
			width: 210px;
			height: 100%;
		}
			.content-head-2 {
			width: 210px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-2{
				width: 210px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-2 {
				width: 210px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-3 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 290px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-3{
			width: 308px;
			height: 100%;
		}
			.content-head-3 {
			width: 308px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-3{
				width: 308px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-3 {
				width: 308px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-4 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 300px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-4{
			width: 318px;
			height: 100%;
		}
			.content-head-4 {
			width: 318px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-4{
				width: 318px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-4 {
				width: 318px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-5 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 386px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-5{
			width: 404px;
			height: 100%;
		}
			.content-head-5 {
			width: 404px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-5{
				width: 404px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-5 {
				width: 404px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-6 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 176px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-6{
			width: 194px;
			height: 100%;
		}
			.content-head-6 {
			width: 194px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-6{
				width: 194px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-6 {
				width: 194px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-7 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 350px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-7{
			width: 368px;
			height: 100%;
		}
			.content-head-7 {
			width: 368px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-7{
				width: 368px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-7 {
				width: 368px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-8 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 362px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-8{
			width: 380px;
			height: 100%;
		}
			.content-head-8 {
			width: 380px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-8{
				width: 380px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-8 {
				width: 380px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-9 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 724px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-9{
			width: 742px;
			height: 100%;
		}
			.content-head-9 {
			width: 742px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-9{
				width: 742px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-9 {
				width: 742px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-10 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 192px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-10{
			width: 210px;
			height: 100%;
		}
			.content-head-10 {
			width: 210px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-10{
				width: 210px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-10 {
				width: 210px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-11 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 378px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-11{
			width: 396px;
			height: 100%;
		}
			.content-head-11 {
			width: 396px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-11{
				width: 396px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-11 {
				width: 396px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-12 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 572px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-12{
			width: 590px;
			height: 100%;
		}
			.content-head-12 {
			width: 590px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-12{
				width: 590px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-12 {
				width: 590px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-13 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 296px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-13{
			width: 314px;
			height: 100%;
		}
			.content-head-13 {
			width: 314px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-13{
				width: 314px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-13 {
				width: 314px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-14 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 260px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-14{
			width: 278px;
			height: 100%;
		}
			.content-head-14 {
			width: 278px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-14{
				width: 278px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-14 {
				width: 278px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-15 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 202px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-15{
			width: 220px;
			height: 100%;
		}
			.content-head-15 {
			width: 220px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-15{
				width: 220px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-15 {
				width: 220px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-16 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 178px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-16{
			width: 196px;
			height: 100%;
		}
			.content-head-16 {
			width: 196px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-16{
				width: 196px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-16 {
				width: 196px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-17 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 282px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-17{
			width: 300px;
			height: 100%;
		}
			.content-head-17 {
			width: 300px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-17{
				width: 300px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-17 {
				width: 300px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	


		.content-content-grey-18 {
					/*overflow: auto;*/
					text-align: justify;
					font-size: 13px;
					width: 282px;
					height: 100%;
					padding: 6px 4px 4px 4px;
					background: #32302f;
					border: 3px solid #0099CC;
					border-bottom: 0px;
		}

		.content-main-box-18{
			width: 300px;
			height: 100%;
		}
			.content-head-18 {
			width: 300px;
			height: 18px;
			background: #0099CC;
			color: #ffffff;
		}
			.content-shadow-18{
				width: 300px;
				background: url(../images/shadow.gif) right repeat-y;
			}
			
			.content-grey-foot-18 {
				width: 300px;
				height: 16px;
				background: url(../images/box-grey-bottom.gif) repeat-x;
			}	

/* ADVERTS */

.ad-banner-head {
	width: 468px;
	height: 60px;
	float:right;
	margin-right: 4px;
	margin-top: 2px;
}