body {
	margin: 0;
	padding: 0;
	background: #CAA765 url(images/wrapper-bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #060503;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

a {
	text-decoration: none;
	color: #901609;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 60px;
	margin: 0;
	padding: 20px 0px 0px 0px;
	color: #060503;
	text-align: center;
}

#logo h1 {
	color: #460503;
	padding-left: 30px;
	letter-spacing: -3px;
	font-family: 'Abel', sans-serif;
	font-size: 64px;
}

/* Menu */

#menu {
	width: 1000px;
	height: 70px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.button{
	width:150px; 
	height:45px;
	background: #6C0000 url(images/menu-bg.png) repeat-x left bottom;
	border-radius: 10px;
	line-height: 10px;
	text-decoration: none;
	
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;	
}

.btnSave{
	width:150px; 
	height:45px;
	background: #6C0000 url(images/save.png) repeat-x left bottom;
	border-radius: 10px;
	line-height: 10px;
	text-decoration: none;
	
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	color: #FFFFFF;		
}

/* Page */

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

#after {
	float: right;
	width: 490px;
}

#before {
	float: left;
	width: 490px;
}

#picture {
	width: 900px;
	margin: 30px auto;
}

.hidden{
    opacity: 0;
}