body {
	background: #EDEAD7 url(../images/background_wingding.gif) 60px 300px no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	min-width: 950px;
}

a {
	color: #75193C;
}

a img {
	border: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#top {
	background: url(../images/top.gif);
	height: 35px;
	border-bottom: 1px solid #934d63;
}

#header {
	background: #F6F4E8 url(../images/header_gradient.gif) repeat-x;
	height: 99px;
}

#header_text {
	float: left;
	margin: 25px 0 0 15px;
}

#top_menu {
	font-size: small;
	list-style: none;
	margin: 65px 20px 0 0;
	padding: 0;
	display: inline;
	float: right;
}

#top_menu li {
	float: left;
	margin-left: 15px;
}

#top_menu li a {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 35%;
	margin: 15px 15px 0 20px;
	
}

#sidebar #family_photo {
	margin-top: 15px;
}

#main_content {
	float: right;
	width: 50%;
	margin-right: 40px;
	font-size: small;
	margin-top:20px;
}

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

#footer {
	clear: both;
	text-align: center;
	font-size: small;
	padding-top: 65px;
}

#bottom_menu {
	list-style: none;
	display: inline;
}

#bottom_menu li {
	display: inline;
	padding-right: 35px;
	margin-left: 15px;
	border-right: 1px solid #75193C;
}

#bottom_menu li:last-child {
	border: none;
}

#footer > p {
	clear: both;
}

#contact_form label {
	display: block;
	font-weight: bold;
}

#contact_form input {
	width: 200px;
}

#contact_form textarea {
	width: 300px;
	height: 100px;
}

#contact_form #send {
	width: auto;
}

.warning {
	font-size: small;
	color: red;
}

.success {
	font-size: small;
	color: green;
}