*{
	margin: 0;
	padding: 0;
}
body{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;	
	font-size:11px;	
}

#Main{
	width:600px;
	margin: 0 auto;
	margin-top: 20px;
}

.left{
	float: left;
}

.right{
	float: right;
}

#bigimg{
	
}

#bigimg img{
	border: 1px solid #000000;
}

#menu{
	margin-top: 5px;
	margin-left: 230px;
}
#menu a img{
	border: 0;	
}
#menu a{
	height: 16px;
	display: block;
	float: left;
	margin-left: 10px;
}
#menu a:hover{

}

#content{
	padding-top:25px;
}
.bigH{
	padding: 20px 0;
	display: block;
	font-size: 130%;
	font-weight: bold;
}

#footer{
	border-top:1px solid #d5d5d5;
	margin-top: 50px;
	width: 600px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	clear: left;
}
#footer a{
	text-decoration: none;
	color: #999999;
}
#footer a:hover{
	text-decoration: none;
	color: #000000;
}
#works{
	margin: 30px 0;
}
#works .works_center{
	text-align: center;
	width: 100px;
}

#works th{
	text-align: left;
}
#works td{
	text-align: left;
	line-height: 20px;
}
#works .gray td{
	background-color: #cccccc;
}

#works a{
	width: 100px;
	height: 20px;
	display: block;
	text-decoration: none;	
}
#works a img{
border: 0;
margin-top: 4px;
}

#mail{
	color: #000000;
	text-decoration: none;
}
#mail:hover{
	color: #000000;
	text-decoration: underline;
}