/*** Hypnospa's Stylesheet ***/

#container {
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
	border-spacing: 0;
	border: 0; 
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
}
#header {
	height: 100px;
	padding-left: 180px;
}
#menu {
	float: left;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
}
#maincontent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-right: 0px;
	padding-left: 15px;
}
#photo {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 99%;
	white-space: nowrap;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/swirls.jpg);
}
dt {
	color:#B8BC0A;	
	font-size: 15px; 
	font-weight: bold;
	margin-top: 24px; 
	margin-bottom: 12px;
}
dd {
	margin-bottom: 12px;
}
h1 {
	color: #B8BC0A;
	font-size: 20px;
}
h2 {
	color: #B8BC0A;
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #2C76A4;
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.clearline {
	clear: right;
	padding: 0;
	margin: 0;
}
.label {
	color: #004400; 
	font-size: 14px; 
	font-weight: bold;
}
.label:hover{
	color: #8E8D94;
}
.label2 {
	font-weight: bold;
	color: #B8BC0A;
}
.nobreak {
	white-space: nowrap;
}
.special {
	background-image: url(images/special.jpg);
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	height: 22px;
	letter-spacing: 1px;
	margin-bottom:10px;
	padding: 5px 5px 0 10px;
	width: 286px;
}	

/*** Hyperlinks ***/
a {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a.navbox {
	display: block;
	background-image: url(images/button1.jpg);
	color: #004400;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
a.navbox:hover {
	display: block;
	background-image: url(images/button2.jpg);
	color: #004400;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
/* Pyramid Design */
#design{
	position: relative;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
}
#design a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none; 
}
