/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0;  }
html { overflow-y: scroll; }
body { font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; background:url(images/bgdots.jpg) repeat;  }
ul { list-style: none inside; }
p { font: 13px; margin-bottom: 5px; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 958px;
	margin: 0 auto;
	background-color: #FFF;
	overflow:hidden;
}

#top-ad{

	height:110px;
	padding-bottom:3px;
	padding-left:0px;
	width:958px;

}

#top-ad img{
	margin-left: 3px;
	margin-top: 5px;
}

#left-ad{
	width: 153px;
	float: left;
}

#left-ad img{
	margin-left: 3px;
	margin-bottom: 3px;
}

#right-ad {
	width: 158px;
	float: right;
}

#right-ad img{
	margin-right: 3px;
	margin-bottom: 3px;
}

#center{
	width: 628px;
	margin: 0 auto;
}

#banner{
width: 620px;
height: 180px;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
background-color: #cad199;
background-position:center;
margin-top:1px;
border: 4px solid #b7c479;
text-align: center;

}

#menu {
	height: 41px;
	margin-top:140px;
}
#menu img{
	margin-right: 4px;
}

#center-bar{
	height: 20px;
	width: 620px;
	margin: 0 auto;
	background: url(images/bar.jpg);
	border-right: 4px solid #b7c479;
	border-left: 4px solid #b7c479;
}

#main-content{
	width: 620px;
	border-right: 4px solid #b7c479;
	border-left: 4px solid #b7c479;
	border-bottom: 4px solid #b7c479;
	overflow: hidden;
}

#content{
	padding: 10px;
}

#date{
	float: right;
	margin: 4px;
	color: #797979;
	font-weight: bold;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
}

#clock-holder{
	padding: 5px;
	border: 3px solid #c6e387;
	height: 100px;
}



#footer{
	width: 958px;
	height:61px; 
	margin: 0 auto;
	background: url(images/footerbg.jpg) no-repeat;
	margin-bottom: 10px;
}


#footer-left{
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 53px;
}

#footer-right{
	padding-top: 5px;
	padding-right: 38px;
	float: right;
	width: 650px;
}

#footer-right-a{
width: 300px;
float: right;
}

#footer-right-b{
width: 310px;
float: left;
}
.title{
	color: #d23707;
	font: bold 15px "Lucida Bright", Georgia, "Times New Roman", serif;
}

.subtitle{
	color: #cb7860;
	font: bold 13px Verdana, Geneva, sans-serif;

}
.tabletext{
	color: #FFF;
}
.top td{
	border-bottom: 1px dotted #CCC;
	font-size: 11px;
}

.footer a{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #d23707;
}

.footer a:hover{
	color: #F90;
}

.footer2{
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #d23707;
}

td a{
	text-decoration: none;
}
table{

	
}

a{ color: #aa300a; text-decoration:none; }

.tabletitle{
	color: #FFF;
	font-family:"Lucida Bright", Georgia, "Times New Roman", serif;
}

.main{
	color: #333;
	
}

.textclock{
	font: 15px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #303030;
}

table.alphabets a:link{
	color: #FFF;
}

table.alphabets a:visited{
	text-decoration: underline;
	color: #fff;
}


/* END STRUCTURE */
