body {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
a:link {
    color: #903;
    text-decoration: none;
}
a:visited {
    color: #8b897a;
    text-decoration: none;
}
a:hover {
    background-color: #f7fafb;
    text-decoration: none;
}
a:active {
    color: #8b897a;
    text-decoration: none;
}
#container {
    border: 1px solid #eff2f3;
    margin: 1.5em;
}
#inside {
    background-color: #fff;
    color: #000;
    padding: 5px;
}
#content {
	padding: 15px;
	background: #fff;
	text-align: left; 
    line-height: 1.3em;
}
div#logo {
    height: 61px;
    background-color: #f7fafb;   
    text-align: center;
    border: 1px solid #eff2f3;
    padding-top: 0;
}
h1 {
    font-size: 95%;
    color: #8b897a;
    margin-top: 20px;
}
h2 {
    font-size: 80%;
    color: #8b897a;
}
p {
    font-size: 80%;
}
#list-menu ul {
    text-align: center;
    list-style-type: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#list-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    width: auto;
    font-size: 11px;
    white-space: nowrap;
    }
#list-menu a {
    padding: 5px;
    border: 1px solid #eff2f3;
    background: #f7fafb;
    text-decoration: none;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
    color: #8b897a;
    font-weight: bold;
}
#list-menu a:hover {
    border-bottom: 1px solid #eff2f3;
    background: #fff;
    color: #903;
}
img.right {
    padding: 8px;
    float: right;
    background: #f7fafb;
    border-style: solid;
    border-width: 1px;
    border-color: #eff2f3;
    margin-left: 10px;
}
img.left {
    padding: 8px;
    float: left;
    background: #f7fafb;
    border-style: solid;
    border-width: 1px;
    border-color: #eff2f3;
    margin-right: 10px;
}
#left {
	float:left;
	width: 47px;
	background:#fff;
	margin-right:5px;
	padding:20px;
	border-top: 1px solid #eff2f3;
	border-left: 1px solid #eff2f3;
    background: #f7fafb;
}
#right {
	margin:0px;
    padding-bottom: 5px;
    line-height: 1.1em;
	border: 1px solid #eff2f3;
    background: #f7fafb;
}
.grey {
    color: #8b897a;
    font-weight: bold;
}
.red {
    color: #903;
    font-weight: bold;
}
img {
	border: none;
}
div#outside {
    font-size: 70%;
    text-align: center;
    padding-bottom: 20px;
}
.photo {
	padding: 8px;
	text-align: center;
}
.photo img {
    padding: 8px;
    background: #f7fafb;
    border-style: solid;
    border-width: 1px;
    border-color: #eff2f3;
}
.enlarge {
    font-size: 70%;
}
