body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
}
a:link {font-weight: bold; color: #4f2d8f; text-decoration: none;}
a:visited {font-weight: bold; color: #4f2d8f; text-decoration: none;}
a:hover {text-decoration: underline; color: #39bebe; font-weight: bold;}
a:active {text-decoration: none; color: #9999FF; font-weight: bold;}
h1 {font-size: 24px; display: none;}
h2 {font-size: 20px; color: #39bebe;}
h3 {font-size: 16px; color: #39bebe;}
h4 {
	font-size: 18px;
	color: #39bebe;
	margin-left: 85px;
	margin-top: 30px;
}
h5 {font-size: 14px; color: #39bebe;}
h6 {font-size: 12px; color: #39bebe; font-style: italic;}
.green {color: #39bebe; font-weight: bold;}
.yellow {color: #C1A900; font-weight: bold;}
.purple {color: #4f2d8f; font-weight: bold;}
.indent {padding-left: 30px;}
hr {
	color: #999999;
	height: 4px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	align: left;
}
ul {
	list-style-image: url(../images/capsbullet.gif);
 	line-height: 200%;
}
#container {
	background-image:url(../images/youmaybe-bkgrd.jpg);
	background-repeat:repeat-y;
	width: 700px;
	margin-top: 0px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 110px;
	width: 570px;
	margin-left: 60px;
	margin-right: 70px;
	color: #39bebe;
	font-weight: bold;
	font-size: 10px;
}
#content {
	width: 700px;
}
#about {
	margin-left: 75px;
	margin-right: 75px;
}
#theman {
	background-image:url(../images/theman-bkgrd.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 295px;
	padding-right: 70px;
	padding-bottom: 10px;
}
#inlove {
	background-image:url(../images/inlove-bkgrd.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	padding-left: 80px;
	padding-right: 280px;
	padding-bottom: 10px;
}
#fabulous {
	background-image:url(../images/fabulous-bkgrd.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 300px;
	padding-right: 70px;
	padding-bottom: 10px;
}
#thepitcher {
	height: 450px;
	background-image:url(../images/thepitcher-bkgrd.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 320px;
	padding-right: 70px;
	padding-bottom: 10px;
}
#contactus {
	background-image:url(../images/contactus-bkgrd.jpg);
	background-position: left middle;
	background-repeat:no-repeat;
	padding-left: 360px;
	margin-right: 65px;
	padding-bottom: 10px;
}
#confirm {
	background-image:url(../images/confirm-bkgrd.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 360px;
	margin-right: 65px;
	padding-bottom: 10px;
}
#footerbar {
	height: 70px;
	width: 700px;
}
#footer {
	width: 570px;
	margin-left: 60px;
	margin-right: 70px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #39bebe;
	font-weight: bold;
}
.disclaimer {
	padding-top: 30px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
}

/* MENU */
#menu a:hover {
	color: #39bebe;
	text-decoration: none;
}
#menu a {
	color: #FFFFFF;
}
.bevelmenu{
font: bold 12px arial;
padding: 6px 0;
margin-left: 60px;
margin-right: 70px;
width: 570px;
background-color: #FFFFFF;
text-align: center;
}
.bevelmenu li{
list-style: none;
display: inline;
}
.bevelmenu li a{
padding: 3px 8px;
text-decoration: none;
color: #FFFFFF;
background-color: #000000;
border: 2px solid #bd9676;
}
.bevelmenu li a:hover{
color: #fedd00;
background-color: #4f2d8f;
border-style: outset;
}
.bevelmenu li a:visit {
color: #FFFFFF;
}
html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}