body {
	background-color: #474747;
	margin: 0;
	padding: 0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:62.5%;
}

#container {
	width: 786px;
	margin: 0 auto;
}

#menu {
	display: block;
	margin: 0;
	padding: 5px 20px 0;
	text-align: right;
	font-size: 1.3em;
}

#menu a {
	color: #C1D8BC;
	text-decoration: none;
	display: block;
	float: right;
	margin: 0 15px;
	padding-bottom: 15px;
	position: relative;
	top: 10px;
}

#menu a.active {
	color: #C1D8BC;
	background: url('/images/menu_active.gif') no-repeat bottom center;
}

#menu a.active:hover {
	color: #C1D8BC;
	background: url('/images/menu_active.gif') no-repeat bottom center;
}

#menu a:hover {
	color: #C1D8BC;
	background: url('/images/menu_hover.gif') no-repeat bottom center;
}

#body {
	clear: both;
	background: url('/images/content_repeat.gif') repeat-y;
}

#content {
	padding: 10px 25px 0px 25px;
	background: url('/images/content_footer.gif') no-repeat bottom;
}

#content_footer {
	height: 110px;
}

#content_footer.about {
	background: url('/images/footer_about.gif') no-repeat bottom;
}

#content_footer.cards {
	background: url('/images/footer_cards.gif') no-repeat bottom left;
}

#content_footer.pen_and_ink {
	background: url('/images/footer_pai.gif') no-repeat bottom left;
}

#content_footer.calligraphy {
	background: url('/images/content_footer_calligraphy.gif') no-repeat bottom;
}

#content_footer.design {
	background: url('/images/content_footer_design.gif') no-repeat bottom;
}

#content_footer.collage {
	background: url('/images/content_footer_collage.gif') no-repeat bottom;
}

#home {
	font-size: 1.1em;
}

#home h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#home p {
	margin-top: 0px;
	padding-top: 0px;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 3px solid #C1D8BC;
}

img.center {
	float: left;
	margin: 0px;
	border: 2px solid #C1D8BC;
}

img.center:hover {
	float: left;
	margin: 0px;
	border: 2px solid #9A0E6E;
}

h1.page_description {
	text-align: center;
	font-weight: normal;
}

h1.subpage_description {
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
}

table#addresses {
	width: 500px;
	border: 0px;
	padding: 0px;
	margin-left: -3px;
}

table#addresses td{
	width: 166px;
	text-align: left;
	vertical-align: top;
}