html {
	height: 100%;
	width: 100%;	
}
body.home, body.single {
	height: 100%;
	width: 100%;
	background: #d5d6d7 url('../images/background.jpg') no-repeat left top;
}
#box {
	position: absolute;
	width: 800px;
	top: 50px;
	left: 50px;
}
#main {
    width: 500px;
    float: left;
	border: 8px white solid;
	background: url('../images/transluence.png');
	margin-right: 5px;
}
h1 {
    clear: both;
	text-align: right;	
	margin-right: 280px;
}
h1 a {
    color: black;
    text-decoration: none;
}
h1 span {
	color: #7d1d1d;	
}
p {
	text-align: justify;
}
#archives h2 {
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
}
#archives a {
    color: #DDE9E3;
    text-decoration: none;
}
#archives a:hover {
    color: #7d1d1d;
}
#main h2, #main li {
	font-family: Georgia, "Courier New", "New Roman", Verdana, Serif;
	font-weight: bold;
	font-style: italic;
}
#main h2 {
	margin: 10px 20px 5px 20px;
	text-align: right;
	color: #7d1d1d;
}
#main a {
    color: #7d1d1d;
}
#main img {
	display: block;
	width: 460px;
	height: 160px;
	margin : 5px auto;
}
#main p {
	margin: 10px 20px 5px 20px;
}
#main ul {
	text-align: right;
	font-size: 1.1em;	
}
#main li {
	display: inline;
	color: #999999;
}
#main li a {
	color: #999999;
	text-decoration: none;
}
#main li a:hover {
	color: #7d1d1d;
}
#popup {
	margin: 15px;
}
#popup h2 {
	text-align: left;
	margin-bottom: 5px
}
#popup a {
	color: #7d1d1d;
}
#popup a:hover {
	color: black;
}
#popup form {
	font-size: 1.3em;
}
#popup form p {
	margin-top: 2px;
	margin-bottom: 2px;
}
#popup form #text {
	height: 20px;
	font-size: 14px;
}
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 480px;
	height: 30px;
	background: url('../images/footer.png');
	text-align: left;
}
#footer ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#footer li {
	display: inline;
	color: #999999;
	margin-right: 30px;
}
#footer li img {
	vertical-align: middle;
}
#footer li a {
	color: #999999;
	text-decoration: none;
	font-size: 1.5em;
}
#footer li span a {
	color: white;
	font-family: Georgia, "Courier New", "New Roman", Verdana, Serif;
	font-weight: bold;
	font-style: italic;
}
.page {
	padding: 20px;
}