body {
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-size: 1 em;
	line-height: 1.5;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	color:#000;
}

.large {font-size: 120%;}
.small {font-size: 87%;}
.smaller {font-size: 74%;}
.copyright {font-size: 74%; color: #999;}
.white {color: #FFF;}


a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:focus {color:#D00; text-decoration:none; background-color:#FFCC66;}
a:hover {color:#D00; text-decoration:none; background-color:#FFCC66;}


/* Following block CSS drives the drop shadow */
/* Header ----------------------------------- */

/* top jpeg includes all graphic elements for this header, shadows and image etc */
#header-wrapper {
	background: url("1024_top.jpg") no-repeat;
	width:1024px;
	height:275px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header {
	margin:0 30px 0 370px;
	padding:0;
}
#header {
	margin: 0 25px 0 370px;
}

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	background: url("1024_sides.jpg") repeat-y;
	width: 1024px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#main-wrapper {
	width: 730px;
	float: left;
	margin:0;
	padding:0 0 20px 34px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
/* Footer
----------------------------------------------- */
#page-bottom-wrapper {
	background: url("1024_bottom.jpg") no-repeat; 
	width:1024px;
	height:60px;
	clear:both;
	margin:0 auto;
	padding:0;
}

.topmenu {
	width: 100%;
	height: 50px;
	line-height: 2.8;
}

.topmenu a:link {color: #AAA; text-decoration:none; background:#000;}
.topmenu a:visited {color: #AAA; text-decoration:none; background:#000;}
.topmenu a:hover {color: #FFF; text-decoration:none; background:#444;}
.topmenu a:focus {color: #FFF; text-decoration:none;  background:#444;}

img {border: 0px;}
