body {
        background: url(images/bg.png);
        font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        padding-top: 15px;
}

#header {
        background: url(images/header.png) no-repeat top;
        height: 260px;
   		width: 986px;
		float: center;
		padding-left: 2px;
}

#timeleft {
        float: right;
		padding-right: 11px;
		padding-top: 11px;
		font-size: 11px;
		font-weight:bold;
}

#link {
        background: url(images/link.png) no-repeat top;
        height: 17px;
   		width: 179px;
		float: center;
		color:#000000;
		text-decoration:none;
		font-size:14px;
		padding-top: 7px;
		padding-bottom: 6px;
		text-align:left;
}

/* LINK STYLES */

a {
        color: #000000;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: none;
}

/* Left Area */

#left-top {
        background: url(images/left-top.png) no-repeat top;
        height: 18px;
   		width: 207px;
		float: center;
}

#left-middle {
        background: url(images/left-middle.png) repeat-y top;
   		width: 207px;
		float: center;
		text-align:center;
}

#left-bottom {
        background: url(images/left-bottom.png) no-repeat top;
        height: 18px;
   		width: 207px;
		float: center;
}


/* Right Area */

#right-top {
        background: url(images/right-top.png) no-repeat top;
        height: 18px;
   		width: 767px;
		float: center;
}


#right-middle {
        background: url(images/right-middle.png) repeat-y top;
   		width: 767px;
		float: center;
}

#right-bottom {
        background: url(images/right-bottom.png) no-repeat top;
        height: 18px;
   		width: 767px;
		float: center;
}