/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

body {
	text-align: center;
	background-image:url(pics/chandelier_tile.gif);
	background-repeat: repeat;
}
#container {
	position: relative;
	text-align: left;
	width: 810px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 10px auto 0 auto;
	border: 4px solid #5a635f;
	background-color: #fff;
	background-image: url(pics/chandelier.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#left_column {
	position: relative;
	width: 220px;
	text-align: center;
	left: 10px;
	top: 40px;
	float: left;
	padding-bottom: 40px;
}
#menu {
	text-align: left;
	margin-top: 140px;
}
#flickr {
	margin: 10px auto;
	text-align: center;
	width: 200px;
	color: #acb6b1;
	font-size: 10px;
	font-style: italic;
}
#right_column {
	position: relative;
	float: right;
	width: 570px;
}
#photo_top {
	background-image: url(pics/photo_top.gif);
	background-repeat:no-repeat;
	padding-top: 30px;
	text-align: center;
}
#photo_bottom {
	background-image: url(pics/photo_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 25px;
}
#content {
	padding: 10px;
}
#footer {
	position: relative;
	background-color: #5a635f;
	color: #fff;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	clear: both;
}
.letter {
	float: left;
	width: 150px;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: #acb6b1;
}
h1 {
	font-family: Palatino, "Palatino Linotype", Garamond, "Book Antiqua", serif;
	font-size: 24px;
	color: #a8c786;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #acb6b1;
	margin-top: 5px;
	margin-bottom: 5px;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #c49a83;
}
.quote {
	width: 200px;
	padding: 10px;
	color: #fff;
	background-color: #a8c786;
	font-family: Palatino, "Palatino Linotype", Garamond, "Book Antiqua", serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}
.client {
	font-style: normal;
	font-size: 10px;
	letter-spacing: normal;
}
#content p, li {
	line-height: 18px;
	padding-bottom: 10px;
}
li {
	list-style: inner;
	margin-left: 1em;
	padding-left: 0;
}
#content a:link, #content a:visited {
	color: #a8c786;
}
#content a:hover {
	color: #c49a83;
}
.float {
	float: right;
	margin: 0 0 10px 10px;
}

/* menu buttons */


#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Palatino, "Palatino Linotype", Garamond, "Book Antiqua", serif;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: 2px;
}
.button {
	padding: 5px 0 0 0;
}
.button div {
	height: 25px;
	padding: 0 10px;
	line-height: 24px;
}
.green_button {
	background-color: #a8c786;
	background-image: url(pics/dark_green.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.green_button a:hover {
	color: #4e6427;
}
.peach_button {
	background-color: #eabc66;
	background-image: url(pics/dark_peach.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.peach_button a:hover {
	color: #905907;
}
.blue_button {
	background-color: #88c2db;
	background-image: url(pics/dark_blue.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.blue_button a:hover {
	color: #2e5f7c;
}
.mauve_button {
	background-color: #c49a83;
	background-image: url(pics/dark_mauve.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.mauve_button a:hover {
	color: #6a3724;
}
.grey_button {
	background-color: #acb6b1;
	background-image: url(pics/dark_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.grey_button a:hover {
	color: #5a635f;
}


