
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


#topbar {
background-image: url(http://www.chilaihoward.com/images/blackblock.jpg);
background-repeat: repeat-x;
height:11px;
width: 100%;
position:static;
margin: 0px;
z-index:2;
}



body {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	letter-spacing: -0.05em;
	text-transform:uppercase;
	font-weight: bold;
	color: #333333; 
	
}

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

a:link { text-decoration: none; color: #333333; letter-spacing: -0.05em;}
a:active { text-decoration: none; color: #666666; letter-spacing: -0.05em;}
a:visited { text-decoration: none; color: #666666; letter-spacing: -0.05em;}
a:hover { text-decoration: none; color: #666666;letter-spacing: -0.05em; border-bottom: 2px solid;}

a img { border: none; }



#menu {
    width: 420px;
    overflow: auto;
    top: 15px;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:35px;
}

/**
#menue ul {
float: left;
list-style-type: none;
margin: 0 20px 0 0;
}**/



#menu ul {
	list-style: none;
	margin: 0 0 12px 3px;
	line-height: 13px;
}

#menu ul li.section-title { 
letter-spacing: -0.05em;
font-family:Baskerville Old Face, Times New Roman;
font-size: 35px;
font-style:italic;
font-weight:normal; 
text-transform:uppercase; 
line-height: 12px;
}

#content {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 50px 200px 10px 450px;
    top: 0px;
}

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



#content p { width: 300; margin-bottom: 9px; }

p {
    margin: 0 0 12px 0;
letter-spacing: -0.05em;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }