/* Global */ 
*{
	color: #715;
	margin:0;
	padding:0;
	font-family: times;
	font-size: 17px;
	line-height:33px;
	letter-spacing: 1px;
	/* font-weight: lighter; */
	border: 0px solid blue;
}
#menu{
	display: none;
	position: absolute;
	width:273px;
	height:270px;
	background: transparent url('/images/shadow.png') no-repeat scroll -30px -30px;
	z-index: 1;
}
.miniCoin{
	position: absolute;
	width: 50px;
	top: 80px;
	left: 80px;
}
.global{
	width: 1000px;
	margin: 10px auto;
}
.head{
	/*background: white url('img/workable/head.png') no-repeat scroll 0% 0%;
	height: 198px;*/
	background: white url('/images/head.jpg') no-repeat scroll 0% 0%;
	height: 197px;
}
.content{
	/*background: white url('img/workable/body2.png') repeat-y scroll 0% 0%;*/
	background: white url('/images/body.jpg') repeat-y scroll 0% 0%;
	padding: 1px 125px 1px 80px;
}
.foot {
	/*background: white url('img/workable/foot.png') no-repeat scroll 0% 0%;*/
	background: white url('/images/foot.jpg') no-repeat scroll 0% 0%;
	height: 134px;
}
.error {
	color: red;
	margin-left: 50px;
	font-size: 13px;
	font-style: italic;
}

.link {cursor:pointer;}

h1 {
	font-size: 24px;
	font-family: serif;
	font-variant: small-caps;
	margin-bottom: 15px;
}
h1:first-letter {
	font-size: 42px;
	font-weight: bold;
}
h2 {
	clear: both;
	font-size: 23px !important;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 5px;
}
h3 {
	font-size: 20px !important;
}
p{
	text-indent: 30px;
	margin-bottom: 10px;
}
.foot img{
	float:right;
	width: 200px;
	margin-right: 150px;
	margin-top: -170px;
}
/* /Global */

