html, body, ol, ul, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
a.h2:link {color: #FFF; text-decoration: none; }	
a.h2:visited {color: #FFF;text-decoration: none;}
a.h3:link {color: #FFF; text-decoration: none; }	
a.h3:visited {color: #FFF;text-decoration: none;}
a.h3:hover {color: #yellow;text-decoration: none;}
a:link {color: #032d4d;text-decoration: none;}
a:visited {color: #032d4d;text-decoration: none;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #032d4d;
	background-color: #FFF;
	line-height: 18px;
	border-left-color: #C0C0C0;
	clear: right;
	max-width: 720px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 18px;
	clear: right;
	max-width: 870px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 35px;
	clear: right;
	background-image: url(images/navbg.gif);
	border-top-color: #FFF;
	-webkit-border-radius:10 px;
	-moz-border-radius:10px;
	border-radius:10px;

}

body {
	background-color: #032d4d;
	}



.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #032d4d;
	line-height: 18px;
	background-color: #FFF;
	border-left-color: #C0C0C0;
	clear: right;
	max-width: 700px;
}
ol {
	background-color: #FFF;
    font-size: 36px;
	max-width: 719px;
	line-height: 36px;
	padding-left: 5px;

}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #032d4d;
	line-height: 18px;
	max-width: 700px;
	background-color: #FFF;
	padding-left: 0px;
	width: 700px;
}
li {
	background-color: #FFF;
	margin-left: 45px;
	padding-left: 0px;
	line-height: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #032d4d;
	line-height: 18px;
	margin-right: 0px;
	max-width: 700px;
	padding-bottom: 20px;
	background-color: #FFF;
}

#wrapper {
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/grad-bg.gif);
	background-repeat: repeat-x;
	background-color: #032d4d;
}

#centercontent {
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	width:864px;
}

#leftborder {
		z-index: 2;

	background-image: url(images/images/Yankee-Swap-Gift-left.png);
	background-repeat: repeat-y;
	padding-left: 135px;
}
#rightborder {
		z-index: 3;

	background-image: url(images/images/Yankee-Swap-Gift-right.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	width: 709px;
	padding-right: 20px;
}


.galleryimages {
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px;
}
.rightimage {
	vertical-align: bottom;
	text-align: right;
	float: right;
}
.leftimage {
	vertical-align: bottom;
	text-align: right;
	float: left;
	margin-right: 15px;
}
#rightad {
	background-image: url(images/grad-bg.gif);
	float: right;
	width: 120px;
	margin-top: 60px;
}
