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

body {
	font-size: 12px;
	font-family: 'Bookman Old Style', serif;
	background: #fff;
	color: #5C4033; 
}

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

a:link { 
    text-decoration: none;
    color: #5C4033;
}
a:active { 
    text-decoration: none; 
}
a:visited { 
    text-decoration: none;
    color: #5C4033; 
}
a:hover { 
    text-decoration: none;
    background: #6cf;  
}

a img { 
    border: none; }

#img-container span.backgrounded a { background: transparent; }
#img-container a.thickbox { background: transparent; }
#img-container a.thumb-img { background: transparent; }
#img-container #d-col1 a { background: transparent; }

#menu {
    background: url(http://www.abweston.com/files/website09menu-image090409.png) no-repeat;
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 30px;
    padding-left:20px;
    padding-top:20px;
    position: fixed;
    height: 100%;
    background-color: #EED5B7;
    color: #FFFAF0;
}

#menu a:hover { 
    color: #5C4033; 
    background: #6cf; 
}

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

#menu ul li.section-title { 
    font-size: 16px;
    font-family: 'Lucida Grande', sans-serif;
}

#content {
    height: 100%;
    margin: 0 0 0 220px;
    padding-left:55px;
    padding-top:77px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

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; }
