body {
    color: #5c5b4a;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: Georgia, Times, serif;
    margin:50px;
	background: #f4edcc url(../image/background.jpg) repeat-y 50% 0;
}

a { color:#3e3d2b; text-decoration: none }
a:hover { color:#666633; text-decoration: underline }

p { 
	font-weight:normal;
    font-size: 14px; 
    line-height: 20px;
    margin-bottom: 18px; 
	text-align:left;
}

h1 { 
	font-weight:normal;
    font-size: 18px; 
    line-height: 36px;
    margin-bottom: 18px; 
	text-align:left;
}

h2 { 
	font-weight:normal;
    font-size: 16px; 
    line-height: 36px;
    margin-bottom: 18px; 
	text-align:center;
}

h1 span { 
	font-style:italic;
	color:#aead9e;
	padding-left:10px;
}

.right { 
	text-align:right;
}

img {
	border: 1px solid #fff;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 552px;
}

#bottomnav {
	width:550px;
    font-size: 16px; 
	text-align:right;
	margin-top:25px;
}

