body, html {
	background: #FEF7F3 url(../images/background.jpg) top left repeat-x;
}

#hd {
	position: relative;
	height: 346px;
	background: url('../images/header.jpg');
}

#bd {
	background: #fff;
	background: rgba(255,255,255,0.5);
	padding: 2em;
	font-size: 108%;
	color: #888;
	min-height: 480px;
}

#ft {
	margin-top: 1em;
	padding: 1em 2em;
	color: #aaa;
	font-size: 93%;
	text-align: center;
	text-transform: lowercase;
}

#ft a {
	color: #666;
	text-decoration: none;
}

#ft span {
	padding: 0 1em;
	color: #CEC8C6;
}

h1, h2, h3 {
	color: #333;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 146.5%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 130%;
}

#bd a, #bd a:visited {
	color: #E60F0F;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#bd a:hover {
	color: #B90B0B;
/*	background: #eee;*/
}

#main_menu {
	position: absolute;
	top: 308px;
	left: 10px;
	font-size: 14px;
}

#right_col li, #main_content li {
	list-style: disc outside;
	padding: 0.1em 0;
}

#main_menu ul {
	
}

#main_menu li {
	float: left;
}

#main_menu li a {
	margin: 0 1em 0 0;
	color: #222;
	text-decoration: none;
}

#right_col ul, #main_content ul {
	padding: 0 0 0 0.4em;
	margin-left: 1.2em;
}

#main_menu li a:hover, #main_menu li a.active {
	color: #E60F0F;
	border-bottom: 1px dotted;
}

#right_col li a:hover {
	color: #222;
	border-bottom: 1px dotted;
}

#right_col h2 {
	color: #000;
	padding: .3em;
	background: url(../images/mod-background.png) top left repeat-x;
	border-bottom: 1px solid #D7CECE;
}

#right_col h3 {
	margin: .3em 0;
}

#right_col img {
	float: right;
	margin: 0 0 1em 1em;
}

#main_content img {
	float: left;
	margin: 0 1em 1em 0;
}

#main_content div {
	padding-right: 2em;
}

#main_content h2 {
	margin: 1em 0;
	border-bottom: 1px solid #C1BAB6;
	background: #EDE7E5;
	padding: 0.2em;
}

#main_content h3 {
	margin: 1em, 0;
}

#main_content ul {
/*	list-style: square inside;*/
}

.photo_index {
	float: left;
	margin: 1em;
}

.photo_index span {
	display: block;
	width: 80px;
	font-size: 77%;
	height: 30px;
}