/* --------- HTML TAGS ----------------------------------- */

body {
	margin-top: 0px;
	top: 0px;
	background-color: #333333;
}

/* --------- PAGEWRAPPER --------------------------------- */
#pagewrapper {
	top: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 750px;
	height: 750px;
	text-align: left;
	position: relative;
	background-color: transparent;
	font-family: sans-serif;
}


/* --------- MYHEADER ------------------------------------ */
#myheader {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 155px;
	position: absolute;
	background-color: transparent;
}

#pagetitle {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 100px;
	position: absolute;
	background-color: transparent;
}

.banner {
	top: 60px;
	left: 10px;
	width: 710px;
	height: 80px;
	position: absolute;
	background-color: #CCDDCC;
	background-image: url(xxx.jpg);
	background-repeat: no-repeat;
}

#menutop {
	top: 100px;
	left: 0px;
	width: 750px;
	height: 53px;
	position: absolute;
	color: transparent;
	background-color: #000000;
}


/* --------- MYBODY -------------------------------------- */
#mybody {
	top: 155px;
	left: 0px;
	width: 750px;
	height: 600px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/glenwood_aerial_750_new.jpg);
	background-repeat: no-repeat;
}

.column1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 0px;
	font-size: small;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 584px;
	text-align: left;
	overflow: hidden;
	position: absolute;
}

.column2 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 0px;
	font-size: small;
	top: 10px;
	left: 226px;
	width: 309px;
	text-align: left;
	position: absolute;
	height: 9px;
}

.column3 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 0px;
	font-size: small;
	top: 10px;
	left: 550px;
	width: 190px;
	text-align: center;
	position: absolute;
}

.christmastree {
	top: 330px;
	right: 10px;
	width: 195px;
	height: 276px;
	position: absolute;
	z-index: 25;
	background-color: transparent;
	background-image: url(../images/christmas-tree-trans.gif);
	background-repeat: no-repeat;
}

.snowflakes {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 750px;
	position: absolute;
	z-index: 30;
	background-color: transparent;
	background-image: url(../images/snowflake-trans.gif);
	background-repeat: repeat;
}

.holly-top {
	top: 0px;
	right: 0px;
	width: 166px;
	height: 118px;
	position: absolute;
	z-index: 30;
	background-color: transparent;
	background-image: url(../images/holly-corner-top.gif);
	background-repeat: no-repeat;
}

.holly-bottom {
	top: 455px;
	right: 0px;
	width: 169px;
	height: 301px;
	position: absolute;
	z-index: 30;
	background-color: transparent;
	background-image: url(../images/holly-corner.gif);
	background-repeat: no-repeat;
}

/* --------- MYFOOTER ------------------------------------ */
#myfooter {
	top: 755px;
	left: 0px;
	width: 750px;
	height: 20px;
	position: absolute;
	background-color: #000000;
}

.footer1 {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 20px;
	position: absolute;
	background-color: #000000;
}



/* --------- OTHER FORMATTING ------------------------------------ */
.white_on_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
