@charset "UTF-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	background:white;
	font:14px Arial, sans-serif;
}

img {border: 0px;}

table {border-collapse:collapse;}

p {padding:0px; margin:0px;}

h1 {font-size:28px; padding:5px; margin:5px;}

a:link, a:active, a:visited {
	font-size: 14px;
	text-decoration: underline;
    color:black;
}

a:hover {
	text-decoration:underline;
	color:gray;
}

/*----------------------------------------------------------------------------------------------*/
#page_wrapper {
	width:780px;
	padding:0px;
	margin:0px auto 0px auto; /*center the page*/
}

.corners {
	width:780px;
	height:45px;
	background:url(../images/skin/topNav/topCorners.gif) no-repeat;
	padding:0px;
	margin:0px;
	font-size:0px;
}
.contentBack {
	background:#ccbaa9 url(../images/skin/contentBackRepeat.jpg) repeat-x;
	padding:0px 5px 5px 5px;
	margin:0px;
}
.footer {background:url(../images/skin/templateFooter.jpg) no-repeat; height:78px;}