body {
	background: transparent url(images/Cloth-4.jpg) repeat scroll top left;
	margin: 0pt;
	font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
	color: #000000;
	font-size: 1.2em;
}

h1 {
font-weight:normal;
text-align:center;
border-bottom:1px solid #770000;
}

h2 {
font-weight:normal;
border-bottom:1px dashed #770000;
}


h3 {
font-weight:normal;
border-bottom:1px dotted #770000;
}

#button {
}

#content {
	max-width:900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	min-width:600px;
	background-color:#ffffff;
	border:1px solid #444444;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	padding:10px;
}

#dmenu {
	border-top:1px solid #dd0000;
	border-bottom:1px solid #dd0000;
	text-align:center;
}

#menu
{
	font-size: 1.1em;
	padding:0;
	margin:0;
	white-space:nowrap;
}


#menu li {
display:inline;
}

#menu li a
{
//	background-image: url(images/smswish.gif);
//     background-repeat: no-repeat; background-position: center center;
	padding:0.2em 0.44em;
	text-decoration:none;
	float:center;
	color: #333333;
}

#menu li a:hover
{
	text-decoration:underline;
	color: #000000;
}

a
{
	color: #333333;
}

a:hover
{
	color: #000000;
}



