/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/back1.gif) repeat-x #fffece;
}

body {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

#wrapper {
	width:800px;
	margin:0 auto;
	background:url(../images/tile.gif) repeat-y;
}

.homepage #wrapper {
	background:none;
}

#header {
	width:800px;
	height:0px;
	padding-top:124px;
	overflow:hidden;
	background:url(../images/header.gif) no-repeat;
	margin:0 auto;
	position:relative;
}

	#header img {
		position:absolute;
		top:11px;
		left:10px;
	}

#content {
	width:800px;
	margin:0 auto;
	position:relative;
	padding-bottom:85px;	
}

#page {
	float:left;
	width:680px;
	padding:5px 10px;
}

#left {
	width:100px;
	float:left;
}	

#footer {
	width:690px;
	height:70px;
	padding-left:108px;
	font-size:0.9em;
}

#footer a {
	color:#0033FF;
	text-decoration:none;
}

#content a {
	color:#0033FF;
}

.heading {
	font-size:20px;
	line-height:51px;
	padding-left:0px;
	height:51px;
	/*background:url(../images/jigsaw3.gif) no-repeat;*/
	margin-bottom:6px;
	text-transform:uppercase;
}

#nleft {
	position:absolute;
	width:164px;
	height:166px;
	top:0;
	left:0;
}

#nright {
	position:absolute;
	width:135px;
	height:141px;
	top:0;
	right:0;
}

#nleft-bottom {
	position:absolute;
	width:143px;
	height:166px;
	top:380px;
	left:0;
}

#slideshow {
	position:absolute;
	width:318px;
	height:318px;
	top:101px;
	left:236px;
}

#marquee {
	width:100%;
	padding:3px;
	margin:0;
	background-color:#FFFFFF;
	border-bottom:2px solid #DA9377;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

marquee { scrollamount="5"

}



