@charset "utf-8";
/* CSS Document */

/* Main styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: rgb(96, 96, 96);
	background-color: rgb(236, 238, 241);
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	border-bottom: 1px dotted rgb(64, 64, 64);
}

li {
	padding-top: 0.3em;
}

ul {
    margin-top: 0em;
    margin-bottom: 0.3em;
}

a {
	color: rgb(60, 121, 156);
	text-decoration: none;
}

a:hover {
	color:#6699FF;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding-right: 1em;
}

p {
	margin-left: 30px;
}

/* Layout */
#frame {
	width: 900px;
	height: auto;
	clear: both;
	margin: 20px auto;
	padding: 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

#header {
	padding: 25px;
}

#portrait {
	float: left;
	box-shadow: 0px 0px 10px rgb(0, 0, 0);
	border: 5px solid rgb(255, 255, 255);
}

#address {
	margin-left: 2em;
	float: left;
}

#navigation {
	width: auto;
	background: linear-gradient(to top, #5f5f5f 0%,#6e6e6e 44%,#7c7c7c 45%,#a1a1a1 100%);
}

#menu a {
	padding: 0em 1em;
	color: rgb(255, 255, 255);
	border-right: 1px solid rgb(239, 127, 26);
	line-height: 2em;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	padding: 2em;
}

#text-content {
	width: 680px;
	float: left;
}

#gallery {
	width: 200px;
	float: right;
}

#footer {
	font-size: 10px;
	text-align: center;
	padding: 0.5em;
}

#book {
	position: relative;
	top: -380px;
	left: 575px;
	width: 0px;
	height: 0px;
}

.clear {
	clear:both;
}
