html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 18px/20px georgia; 
	background: url( /images/bg_page.png ) repeat;
	color: #663366;
}

a img {
	border: 0;
}

#EmailHomeOffice { display: none; }

textarea {
	height: 100px;
	width: 100%;
}

input {
	width: 100%;
}

td {
	vertical-align: top;
}

div#body {
	position: relative;
 	padding: 0;
	width: 775px;
	margin: 0 auto;
}

div#graphicbar {
	position: absolute;
	top: 0; left: 0; z-index: 2;
	width: 274px;
	padding: 0;
	margin: 0;
	background: url( /images/bg_bar.png ) repeat;
	color: #ffffcc;
	clear: left;
/*	padding-bottom: 35px;*/
}

div#topmenu {
	position: relative;
	width: 248px;
	height: 54px;
	padding: 13px 13px 0;
	margin: 0;
}

#topmenu div#topmenuLinks {
	width: 100px;
	float: left;
	display: block;
	clear: none;
	list-style: none;
	margin: 0; padding: 0;
}

#topmenuLinks img, #topmenuLinks a {
	padding: 0; margin: 0;
}

#topmenu div#titleVermont {
	position: relative;
	float: right;
	margin: 0; padding: 0;
	height: 39px;
	width: 122px;
	background: url( /images/title_vermont.png ) 0 0 no-repeat;
}

div#mainphoto {
	height: 428px;
	width: 274px;
	background: url( /images/bar_cakephoto.jpg ) 0 0 no-repeat;
}

div#vtvows {
	padding: 10px 60px;
	
}

div#title {
	position: absolute;
	top: 13px; left: 283px;
	height: 40px; width: 189px;
	background: url( /images/title_cakestudio.png ) 0 0 no-repeat;
}

div#page {
	position: absolute;
	top: 71px; left: 0;
	width: 471px;
	padding: 0 0 0 274px;
	margin: 0;
	background: url( /images/bg_bar2.png ) repeat-y 0 0;
}

#page div#topGraphic {
	display: block;
	position: relative;
	background: url( /images/rosepetals.jpg ) 0 0 no-repeat;
	height: 90px;
	width: 471px;
}

#page div#content {
	position: relative;
	clear: both;
	margin: 3px 110px 10px 59px;
}

#content span.glyph {
	position: absolute;
	top: -18px; left: -44px;
	width: 66px;
	height: 41px;
}

#content span.glyph span.textOnly {
	display: none;
}

#page div#mainmenu {
	position: relative;
	width: 328px;
	min-height: 30px;
	margin: 0 0 0 65px;
	padding: 40px 8px 0 0;
	overflow: visible;
	clear: both;
	background: url( /images/menu_learnmore.png ) right top no-repeat;
}

#mainmenu ul {
	position: relative;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0 0 0 0;
}

#mainmenu ul li {
	background: url( /images/separator_menu.png ) right 4px no-repeat;
	padding: 0 23px 3px 0;
	margin: 0;
	height: 18px;
	font-size: 1.05em;
}

#mainmenu ul li a, #copyright ul li a {
	text-decoration: none;
	color: #663366;
}

#page div#copyright {
	position: relative;
	float: left;
	clear: both;
	width: 318px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 8px 0 0 10px;
	background: url( /images/bg_copyright.png ) 0 0 no-repeat;
	
	font-size: .6em;
	line-height: .7em;
}

div#photoList {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

div.photoListItem {
	margin: 3px 0 0 4px;
	float: left;
	clear: both;
}

.photoListItem img {
	float: left;
	margin: 0 auto;
}

div.photoListItem span.photoListCaption {
	display: block;
	float: left;
	clear: both;
	padding: 5px
}

div.navLinks {
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 5px;
}

#copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#copyright ul li {
	display: inline;
	margin: 0;
	padding: 0 9px 0 4px;
}

#copyright ul li.firstone {
	background: url( /images/separator_bottom.png ) right 2px no-repeat;
}

/*div {
	border: 1px solid RED;
}*/