body {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	background-color: #FFFFFF;
	text-align: center;
	margin:0;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body td{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #db5e2c;
	text-decoration: none;
}

#wrapper {
	width:820px;
	margin:auto;
	text-align: left;
	position: relative;
}
#topbar {
	width:820px; 
	height:220px; 
	line-height: 4px;
	background-color:#FFFFFF;
	background-image:url(images/back_topbar.jpg);  
	background-repeat:no-repeat;
	margin:auto;
	position: absolute; 
}
#navbar {
	width:100px;
	height:400px;
	position:absolute;
	top:220px;
	left:20px; 
	text-align : center;
	line-height: 32px;
	color: #BBBBBB;
	background-color:#f7f8f7;
	background-image: url(images/back_navbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:auto;
}
#navbar-pad {
	padding:16px 10px 0px 10px;
}
#location {
	width:500px;
	height:18px;
	position:absolute;
	left:300px;
	top: 220px;
	text-align : right;
	margin:auto;
}
#login {
	width: 220px;
	position:absolute;
	line-height: 10px;
	left: 22px;
	top: 3px;
	text-align:left;
	margin:auto;
}
#tracker {
	width: 250px;
	height: 12px;
	position:absolute;
	left: 550px;
	top: 205px;
	text-align:right;
	margin:auto;
}
#main {
	width: 700px;
	position:absolute;
	top: 220px;
	left: 120px;
	height: 400px;
	background-color:#FFFFFF;
	margin:auto; 
}
#main-pad {
	padding:5px 25px 0px 25px;
}
#square-1 {
	width: 104px;
	position:absolute;
	top: 98px;
	left: 19px;
	height: 104px;
	margin:auto; 
}
#square-2 {
	width: 104px;
	position:absolute;
	top: 98px;
	left: 188px;
	height: 104px;
	margin:auto; 
}
#square-3 {
	width: 104px;
	position:absolute;
	top: 98px;
	left: 358px;
	height: 104px;
	margin:auto; 
}
#square-4 {
	width: 104px;
	position:absolute;
	top: 98px;
	left: 528px;
	height: 104px;
	margin:auto; 
}
#square-5 {
	width: 104px;
	position:absolute;
	top: 98px;
	left: 698px;
	height: 104px;
	margin:auto; 
}
.input {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #eeeeee;
}
.subtitle {
	color: #DDDDDD;
	font-size:10px;
	line-height: 14px;
	text-align : center;
	/* background-color:#006600; */
	font-weight: bold;
	background-color:#333333;
	border: 1px solid #444444;
}
.news p{
	height:70px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.title {
	color: #DDDDDD;
	font-size:12px;
	text-align : center;
	font-weight: bold;
	background-color:#222222;
	/* background-image:url(images/backtitle_center.jpg); */
	border: 1px solid #000000;
}