@charset "utf-8";

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #777;
	background: #ccc;
	text-align: left;
}

a {
	color:#444;
	text-decoration: none;
	padding-bottom: 1px;
}

#page a:hover {
	padding-bottom: 1px;
	color: #888;
	border-bottom: 1px dotted #888;
}

#page {
	font-size:1.2em;
	line-height:1.5em;
	margin:20px 0 0 30px;
}

#page p {
	padding:0 0 10px 0;
}

/* Content Right */

#content-right{
	float:left;
	width:450px;
	margin:95px 0 10px 10px;
}

#content-right ul {
list-style-type: none;
font-style:italic;
font-size:1.1em;
line-height:1.6em;
padding:20px 0 20px 10px;

}

#content-right em {
color:#666;
font-size:1em;
}

#content-right a {
border-bottom: 1px dotted #888;
}

#content-right a:hover em {
padding-left:3px;
color:#999;
font-size:1.3em;
font-style: normal;
}

#content-right img {
	border: 6px solid #fff;
	margin:10px 0 30px 0;
}


#content-right h1 {
	font-size: 1.6em;
	padding-bottom:30px;
	color:#666;
}

#content-right h2 {
	font-size: 1.4 em;
	padding:10px 0 10px 0;
	color:#777;
}

#content-right h3 {
	font-size: 1.2 em;
	padding:0 0 10px 0;
	color:#777;
}



/* Content Left */

#content-left {
	float:left;
	width:250px;
}

/* Navigation */

#sidebar {
position: relative;
float:left;
padding:0 0 0 10px;
margin:30px 0 0 45px;
font-size: 1.1em;
color: #BB9C7A;
line-height:1.1em;
}

#sidebar a {
	color:#555;
}
#sidebar strong {
	color:#555;
}

#sidebar a:hover {
	color:#888;
}

#sidebar li {
list-style-type: none;
padding: 0 0 10px 0;
}

#sidebar ol {
list-style-type: none;
line-height:.8em;
padding: 0 0 0 20px;
}

