*{
	padding:0px;
	margin:0px;
}

body,html{
	height:100%;
	width:100%;
}

a
{
    color:#0000ff;
}

p
{
    margin-top:15px;
}

ul
{
    margin-left:40px;
}
#container{
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	height:100%;
	width:975px;
}

#header{
	float:left;
	background:url(images/header-background.jpg);
	background-repeat: repeat-x;
	height:86px;
	width:833px;
	margin-top:15px;
}

#headerTitle{
	text-align:center;
	margin-top:23px;
	font-size:255%;
	font-weight:bold;
}

#logo{
	float:left;
	background:url(images/logo.jpg);
	width:142px;
	height:171px;
}

#navigation ul
{
   margin-left:10px;  /* reset for global ul setting*/
}
#navigation{
	float:left;
	background:url(images/nav-background.jpg) repeat-y;
	width:142px;
	height:100%;
}
#navigation li{
	margin-bottom:5px;
	margin-left:10px;
	list-style:none;
}
#navigation a{
	color:#FFFFFF;	
	text-decoration:none;
}
#navigation a:hover{
	color:#FFFF00;
	text-decoration:underline;
}
#content{
	margin-right:20px;
	margin-left:162px;
}
#pageCounter
{
    margin-top:25px;
    text-align:center;
}
#footer{
	margin-top:35px;
	margin-left:160px;
	text-align:center;
	font-size:90%;
}
.clear{
	clear:both;
	height:0px;
}
.contact td
{
    padding-right:5px;
}
	
