body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
.accessibletitle {
	display: none;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#maincontent {
	color: #FFFFFF;
	overflow: auto;
	position: relative;
	height: 335px;
	width: 485px;
	left: 285px;
	top: 120px;
}
#mainpage {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(../assets/mainbg.jpg);
	background-repeat: no-repeat;
	height: 475px;
	border: 1px solid #999999;
}
#www-bethjohn-com {
	text-align: center;
	width: 780px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
h1.sectiontitle {
	font-weight: bold;
	font-size: 135%;
}
h2.sectiontitle {
	font-style: italic;
	font-size: 110%;
}
.sectionhome {
	background-image: url(../assets/section-home.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.sectiongallery {
	background-image: url(../assets/section-gallery.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.sectioncredits {
	background-image: url(../assets/section-credits.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.sectionskills {
	background-image: url(../assets/section-skills.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.sectioncontact {
	background-image: url(../assets/section-contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.sectionerror {
	background-image: url(../assets/section-error.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #22222d;
}
.break {
	clear: both;
}
.floatleft {
	float: left;
}
.floatleftpad {
	float: left;
	margin-left: 5px;
}
.floatright {
	float: right;
}
.floatrightpad {
	float: right;
	margin-left: 5px;
}
.centered {
	text-align: center;
}
.cp {
	color: #666666;
}
a.cp {
	color: #666666;
	text-decoration: underline;
}

#kwick {
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: 780px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    height: 125px;
}
#menu {
        margin:0px;
        padding:0px;
        height:125px;
        width:485px;
        background:#000;
        list-style:none;
        overflow:hidden;
}
#menu li {
        float:left;
        width:97px;
        height:125px;
        border-right:2px solid #666666;
}
#kwick .opt1 {
    background: #3a3a3a url(/assets/nav-home.jpg);
}

#kwick .opt2 {
    background: #515151 url(/assets/nav-gallery.jpg);
}

#kwick .opt3 {
    background: #666666 url(/assets/nav-credits.jpg);
}

#kwick .opt4 {
    background: #767676 url(/assets/nav-skills.jpg);
}

#kwick .opt5 {
    background: #8d8d8d url(/assets/nav-contact.jpg);
    border-right: 0px;
}