* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-size: 62.5%;
}

div {
	display: block;
}

#wrapper{
	margin: auto;
	width: 800px;
	background-color: white;
}

#header{
	border-bottom: 1px double #777;
}

#cloud {
	padding: 10px;
	border-bottom: 1px double #777;
}

#description {
	padding: 10px;
	border-bottom: 1px double #777;
}

#box1 {
	float: left;
	width: 40%;
}

#box1_1{
	position: relative;
	width: 400px;
	height: 400px;
	left: 400px;
}

#box2{
	float: right;
	width: 59%;
	border-left: 1px dashed #777;
}

#box3{
	position: relative;
	width: 400px;
	min-height: 400px;
	border-right: 1px dashed #777;
}

h1 {
	font-size: 3.6em;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #111;
	font-weight: 900;
	padding: 10px;
}

h2 {
	font-size: 2.6em;
	padding: 10px;
}

.center {
	text-align: center;
}

p {
	font-size: 1.4em;
	line-height: 1.53em;
	letter-spacing: 0.1em;
	margin-bottom: 1.53em;
	padding: 10px;
}

a {
	text-decoration: none;
}

a:hover{
	color: #A94A1D;
}

/* Tags for the tag cloud */
#cloud li{
	display: inline;
	text-decoration: none;
	padding: 2px;
}

.tag1{
	font-size: 2.6em;
	font-weight: 900;
}

.tag2{
	font-size: 2.3em;
	font-weight: 900;
}

.tag3{
	font-size: 2.0em;
	font-weight: 800;
}

.tag4{
	font-size: 1.8em;
	font-weight: 700;
}
.tag5{
	font-size: 1.6em;
	font-weight: 600;
}

.tag6{
	font-size: 1.4em;
	font-weight: 500;
}

.tag7{
	font-size: 1.2em;
	font-weight: 400;
}

.tag8{
	font-size: 1.1em;
	font-weight: 300;
}

.tag9{
	font-size: 1em;
	font-weight: 200;
}