* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
        color: #000;
	line-height: 16px;
	font-family: Sabon, Baskerville, Garamond, Palatino, "Book Antiqua", Georgia, serif;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {  text-decoration: none; color: #665; }
a:hover { text-decoration: none; color: #ffffff;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 50px;
    position: relative;
    text-align: left;
}

#menu a:hover { text-decoration: none; color: #ffffff; background-color: #c25dff; }

#menu ul {
	list-style: none;
	margin: 0 0 13px 0;
}

#menu ul li.section-title { letter-spacing: 0px; }

#content {position:absolute; left:265px;     top: 49px;
    Width: 80%;
    height: 90%;
    margin: 0;

}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 900px; margin-bottom:13px; }

p { margin: 0 0 1.1em 0; line-height: 1.2em; }

h1 { font-size: 1em; line-height: 13px; margin: 0 0 13px 0; letter-spacing: 1px; font-weight: normal; text-transform:uppercase;}
h2 { font-size: 2em; line-height: 1.1em; }
h3 { font-size: 1.5em; line-height: 1.1em; }
h4 { font-size: 1em; line-height: 1.1em; }