
* {
	margin: 0;
	padding: 0;
}

body {
background: #554d42;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #554d42;
}
a:hover {
text-decoration: underline;
color: #CF9F5A;
}

#organ {
margin: 20px auto;
/*width: 800px;*/
width: 92%;
}

#shell {
height: 100px;
background: #554d42 url(images/header.jpg) repeat-x;
}
#shell h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 29px 0 0 20px;
color: #FF5500;
}
#shell h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#shell h1 a:hover {
color: #fff;
}
#shell h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#compliment {
height: 30px;
line-height: 30px;
background: #fff url(images/menu.jpg) repeat-x;
}
#compliment ul {
list-style-type: none;
padding-left: 30px;
}
#compliment ul li {
display: block;
float: left;
}
#compliment ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
}
#compliment ul li a:hover {
color: #000;
text-decoration: none;
}

#spoon {
background: #fff;
padding: 0 80px 20px 20px;
}

.beam {
float: right;
width: 73%;
text-align: justify;
padding-top: 5px;
}
.beam h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.beam h2 a {
text-decoration: none;
}
.beam h2 a:hover {

}

.exercise {
float: left;
width: 19%;
padding-top: 10px;
}
.exercise h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #413326;
color: #fff;
font-size: 13px;
}
.exercise ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.exercise ul li a {
text-decoration: none;
font-weight: 600;
}
.exercise ul li a:hover {

}

#french {
background: #fff url(images/bottom.jpg) repeat-x;
padding: 10px 0;
}

#stray {
text-align: center;
font-size: 11px;
color: #fff;
}
#stray a { color: #fff; }
