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

head {

<title>Jack Williams</title>
<meta content="Jack Williams" name="value"/>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
<meta content="no-cache" http-equiv="cache-control"/>
<meta content="Jack Williams" name="copyright"/>
<meta content="Jack Williams" name="author"/>
<meta content="no" http-equiv="imagetoolbar"/>
<meta content="Jack Williams art" name="keywords"/>

}


body {
	font-size: 12px;
	font-family: baskerville;
	background: #fff;
}

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

a:link { text-decoration: none; color:#B0B0B0; }
a:active { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color:#B0B0B0}
a:hover { text-decoration: none; color:#000000; }
#menu li.active a {text-decoration: none; color:#000000;}


a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align:right;
	
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; color:#000000 }
h2 { font-size: 22px; color:#999999; margin:0;}
h3 { font-size: 14px; color:#B0B0B0; }
h4 { font-size: 12px; }

#jackwilliams {
        padding-bottom: 20px;
        border-bottom: none;
        font-weight: normal;
	font-family: Cambria;
        text-transform: none;
        font-size: 19px;
        text-decoration: none;
         }

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

#once { clear: left; }
