/* CSS Document */
body{
	background:url(images/bg.jpg);
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:6px;
}

h1{
	font-size:26px;
}


#header{
	position:relative;
	top:0px;
	width:955px;
	margin:auto;
}

#content{
	min-width:980px;
	border:0px;
	font-size:12px;
}

#topLeft{
	background:url(images/cornerTopLeft.gif) top right no-repeat;
	width:60px;
	height:81px;
}

#top{
	background:url(images/top.gif) top repeat-x #FFFFFF;
	vertical-align:top;
	text-align:center;
}

#menu{
	margin:8px 0px;
	padding:0px;
	border:0px;
}

#menu li{
	display:inline;
}

#menu li .rivet{
	display:inline;
}

#topRight{
	background:url(images/cornerTopRight.gif) top left no-repeat;
	width:60px;
	height:81px;
}

#left{
	background:url(images/side.gif) top left repeat-y #FFFFFF;
}

#center{
	background:#FFFFFF;
}

#right{
	background:url(images/side.gif) top right repeat-y #FFFFFF;
}

#bottomLeft{
	background:url(images/cornerBottomLeft.gif) top right no-repeat;
	width:60px;
	height:81px;
}

#bottom{
	background:url(images/bottom.gif) top repeat-x #FFFFFF;
	padding-top:30px;
	vertical-align:middle;
	text-align:center;
}

#bottomRight{
	background:url(images/cornerBottomRight.gif) top left no-repeat;
	width:60px;
	height:81px;
}
