
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, "Adobe Garamond Pro", serif;
	background: #fff;

}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#border {
}
#menu {
    width: 250px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url(http://www.sandowbirk.com/theme_files/transparent.png);
}

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

#menu img {
	padding-bottom: 30px;
}

#menu ul li.section-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 5px;
}

#menu ul a {
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}

#menu ul a:hover {
	text-decoration: none;
	color: #640d00;
}

#menu ul .active {
	background: url(http://www.sandowbirk.com/theme_files/hover.png) no-repeat 0 2px;

}

#content {
    height: 100%;
    top: 0;
	margin-left: 265px;
	margin-right: 0;
	padding-top: 76px;
}

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

#content p { width: 600px; margin-bottom: 9px;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

#content a {
	text-decoration: underline;
	color: #333;
}

p {
    margin: 0 0 9px 0;
}

.nothumb {
	color: #656565;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nothumb strong {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.divider {
	border-top: 1px dotted #aeaeae;
	width:600px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.credit {
	padding-top: 100px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

.credit a {
		color: #999;
	text-decoration: none;
}



.credit a:hover {
		color: #999;
	border-bottom: 1px dotted #b7b7b7;
	text-decoration: none;
}


h1 { font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 16px;
	padding-top: 4px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0;
}

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

#once { clear: left; }
