body {
	margin: 0;
	padding: 0;
	background : #bebebe;
	color: #000;
}
img {
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #c00;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #711;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #c00;
	background: yellow;
	text-decoration: underline;
}
a#menulink:link {
	text-decoration: none;
	padding: 2 8 2 8;
	color: #777;
	background: transparent;
}
a#menulink:visited {
	text-decoration: none;
	padding: 2 8 2 8;
	color: #777;
	background: transparent;
}
a#menulink:hover {
	color: #ddd;
	padding: 2 8 2 8;
	background: #444;
}
a#menulink:active {
	color: #c00;
	padding: 2 8 2 8;
	background: yellow;
	text-decoration: underline;
}
#page {
	margin-left: 20;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	clear: both;
	padding: 0 0 0 0;
	width: 720px;
	background: #fff repeat-y url(/common/shades.jpg);
}
#thumbman {
	margin: 40 0 0 10;
}
#thumbman_new {
	margin: 40 0 0 10;
	width: 700;
	height: 100;
}
.text {
	margin: 20 0 0 40;
	padding: 0 0 0 0;
	width: 640px;
	clear: both;
	text-align: left;
	font: 14px/18px Trebuchet MS;
}
.tabletext {
	margin: 10 0 0 20;
	padding: 0 0 0 0;
	width: 640px;
	clear: both;
	text-align: left;
	font: 14px/18px Trebuchet MS;
}
#legal {
	margin: 20 0 0 40;
	padding: 0 0 0 0;
	width: 640px;
	clear: both;
	text-align: justify;
	font: 12px Trebuchet MS;
}
#name {
	margin: -20 0 0 11;
	width: 150px;
	clear: both;
	text-align: center;
	background: #ee0 no-repeat url(/common/tl.png);
	color: #900;
	font: 14px Trebuchet MS;
}
#sname {
	display:block;
	padding: 2 2 2 2;
	position:relative;
	background: transparent no-repeat top right url(/common/tr.png);
}
#menu {
	margin: 0 0 0 10;
	padding: 2 5 2 2;
	width: 693px;
	clear: both;
	text-align: right;
	background: #000;
	color: #666;
	font: 14px Trebuchet MS;		
}
#top {
	margin: 0 0 0 10;
	padding: 7 0 0 640;
	width: 60;
	height: 43;
	background: #000 no-repeat url(/common/top.jpg);
	clear: both;
}
#man {
	margin: 0 0 0 10;
	padding: 0 0 0 0;
	width: 36px;
	height: 41px;
	background: transparent no-repeat url(/common/man_wow.png);
	clear: both;
}
#man:hover {
	margin: 0 0 0 10;
	padding: 0 0 0 0;
	width: 36px;
	height: 41px;
	background: transparent no-repeat url(/common/man_ww.png);
	clear: both;
}
#bottom {
	margin: 40 0 0 0;
	padding: 0 0 0 0;
	width: 720px;
	height: 50px;
	background: #bebebe no-repeat url(/common/shades_end.jpg);
	clear: both;
	text-align: center;
	font: 12px Trebuchet MS;
}
#bottomjekyll {
	margin: 40 0 -40 0;
	padding: 0 0 0 0;
	width: 720px;
	text-align: center;
	font: 12px Trebuchet MS;
}
.heading {
	margin: 30 11 0 11;
	padding: 0 0 0 15;
	height: 22;
	background: #ccc;
	clear: both;
	text-align: left;
	font: 18px Trebuchet MS;
}
.special {
	 position:relative;
	 width: 85%;
	 background: #ffa;
	 border: 1px dotted;
	 padding: 5px;
	 z-index: 2;
}

