/* GLOBAL */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:#ffffff;
	color: #666666;
	font-size: 12px;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-bottom:12px;
}
#container {
    margin: 20px auto;
    padding: 10px;
    width: 80%;
    display: block;
}
#wrapper {
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: left;
	height: 710px;
	max-width: 900px;
}
#content {
    background: none repeat scroll 0 0 transparent;
    float: left;
    left: 0;
    opacity: 1;
    padding-left: 0;
    position: absolute;
    text-align: center;
    top: 40px;
    max-width: 350px;
	padding-bottom: 60px;
	z-index: 100;
}
#left {
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    display: block;
    float: left;
    height: 700px;
    opacity: 0.6;
    padding: 0;
    position: relative;
    text-align: center;
    width: 355px;
}
.right {
    position: fixed;
    top: 55px;
    right: 20%;
}
h1, h1 a {
	font-size: 46px;
	color: #C55255;
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	line-height:auto;
	margin-bottom:10px;
	background: none repeat scroll 0 0 transparent;
	line-height:46px;
}
h1 a {
	border: none !important;
}
h2 {
	font-size: 1.7em;
	font-family:"Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height:26px;
	background: none repeat scroll 0 0 transparent;
}
h3 {
	font-size: 1.4em;
	font-family:"Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:22px 0 12px 0;
	padding:18px 0;
	background: none repeat scroll 0 0 transparent;
}
h4 {
	font-size: 1em;
	background: none repeat scroll 0 0 transparent;
}
h5, h5 a {
	font-size: 1em;
	font-weight: 400;
	background: none repeat scroll 0 0 transparent;
}
.note {
	font-size: 10px;
	font-style: italic;
	background: none repeat scroll 0 0 transparent;
}

/* LINKS */
a, a:link, a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #666666;
	cursor:pointer;
	background: none repeat scroll 0 0 transparent;
}
a:hover, a:active {
	text-decoration:none;
	border-bottom: 1px solid #666666;
	cursor:pointer;
	background: none repeat scroll 0 0 transparent;
}
p {
	background: none repeat scroll 0 0 transparent;
}