body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	margin: 0px 0px 0px 0px;
	font-size:100%;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0A75AD;
}

a:hover {
	color:#FFFFFF;
}

a.whiteNormal {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
}
a.whiteNormal:hover {
	color:#0A75AD;
}

a.greyNormal {
	text-decoration:none;
	font-weight:normal;
	color:#CCCCCC;
	font-size:11px;
}
a.greyNormal:hover {
	color:#0A75AD;
}

p {
	color:#999999;
	line-height:16px;
	margin-bottom:10px;
}

#container {
	margin:auto;
	width:824px;
	text-align:left;
	font-size:12px;
}

img.linkImage {
	margin:0;
	border: 1px solid #666666;
	height:33px;
	width:69px;
	overflow:hidden;
	display:block;
	/*
	opacity:0.5;
	filter:alpha(opacity=50);
	*/
}
img.linkImage:hover {
	border: 1px solid #FFFFFF;
	/*
	opacity:1;
	filter:alpha(opacity=100);
	*/
}

/* header -------------------------------------*/
#header {
	position:relative;
	width:662px;
	height:50px;
	top:12px;
}

#header .logo {
	display:block;
	position:relative;
	width:290px;
	height:30px;
	top:15px;
	overflow:hidden;
	text-indent:-9999px;
}

#header a.logo{
	background:url(../images/logo.jpg) no-repeat;
}
#header a.logo:hover{
	background:url(../images/logo2.jpg) no-repeat;
}

#header ul {
	position:absolute;
	display:inline;
	height:20px;
	top:30px;
	right:0px;
}

#header li {
	float:right;
	text-align:center;
	display:block;
	width:100px;
	height:20px;
	display:inline;
	overflow:hidden;
	float:left;
	border: 1px solid #666666;
	border-bottom:0;
	line-height:20px;
}

#header ul li a{
	display:block;
	color:#FFFFFF;
	width:100%;
	height:100%;
	background-color:#333333;
}
#header ul li a:hover{
	display:block;
	background-color:#414141;
}
/*end header -------------------------------------*/

/*center -------------------*/

#center {
	width:662px;
	display:block;
	float:left;
	margin-top:-2px;
}

#center h1 {
	font-size:14px;
	color:#CCCCCC;
	margin-top:2px;
	margin-bottom:20px;
}

/*right*/
#right {
	float:left;
	width:152px;
	margin-left:10px;
}


/* end main -------------------------------------*/

/* footer ----------------------------------------*/

#footer {
	bottom:0;
	position: fixed;
	left:50%;
	margin-left:-413px;
	clear:both;
	display:block;
	width:663px;
	height:90px;
	background-color:#333333;
	
	text-align:left;
	
	font-size:11px;
	color:#CCCCCC;
}
/* end  footer ----------------------------------*/