/* Christopheradam.net stylesheet style.css */

h2 {
	background: url("/images/header_bg.gif") no-repeat;
	width: 598px; height: 34px;
	text-align: right;
	color: #524632;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 20px;
	margin: 3px 0 0 30px;
	padding: 12px 0 0 0;
	letter-spacing: .05em;
}
h2 span {
	margin: 0 15px 0 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #9c8f74;
	padding-top: 13px;
	margin: 0px;
}
body, table, tr, td {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
#page {
	position: absolute;
	width: 914px;
	min-height: 647px;
	left: 50%;
	margin-left: -457px;
	background: url('images/front_bg.gif') #9c8f74 no-repeat;
}
#head {
	background: url('images/front_top_bg.jpg');
	min-height: 97px;
}
#nav {
	font-size: 110%;
	position: absolute;
	margin: 62px 0 0 86px;
}
#nav a {
	color: #524632;
	margin-right: 27px;
}
img {
	border: 0px;
}

.front_page_box {
	width: 420px;
	float: left;
}
.front_page_box_bottom {
	border: 3px solid #4e422f;
	border-width: 0 3px 2px 3px;
}
.box_inner {
	padding: 2px 8px 8px 8px;
	margin: 0px;
	overflow: auto;
	line-height: 130%;
	letter-spacing: .01em;
}
ul.front_list {
	margin: 0;
	padding: 0 10px 10px 10px;
}
ul.front_list li {
	border-bottom: 1px dashed #ddd;
	list-style: none;
}
ul.front_list li a {
	display: block;
	padding: 5px;
}
ul.front_list li a:hover {
	background: #eee;
}

.inner_body_temp {
	padding: 2px 27px 10px 30px;
}

#column1 {
	width: 570px;
	margin: 0px 20px 0 45px;
	padding-right: 5px;
}
#column2 {
	width: 254px;
	margin-top: -20px; /* This probably will break in some browsers. Oh well. Too bad for them. */
}
#column1, #column2 {
	float: left;
}
