/* CSS Document */
<style type="text/css">
	body{
		margin:0;
		padding:0;
		}
	a{
		text-decoration:none;
		font-weight:bold;
		color:#FFFF00;
		}
	img{
		border:0;	
		}
	.title{
		background:url(../images/title.jpg) no-repeat 52px 0;
		width:445px;
		height:52px;
		}
		.title:hover{
		background:url(../images/title.jpg) no-repeat 52px -52px;
		height:52px;
		}
	.ok {
		background:#000000;
		color:#FFFF00;		
		font-family:arial, helvetica, sans-serif; 
		margin:0 0 0 40px;
		}
	.header{
		margin:20px 0 30px;
		}
		.header img {
			vertical-align:bottom;
			margin:0 10px 0 0;
			}
		.header ul {
			list-style:none;
			margin:30px 0 0;
			padding:0px;
			display:inline-block;
			float:left;
			}
		.header li {
			padding-bottom:2px;
			height:25px;
			width:55px;
			display:block;
			}
		.header ul li img{
			display:block;
			padding-bottom:2px;
			}
		.header ul li img:hover{
			border-bottom:1px solid #444;
			}
	h3{
		margin:30px 0 0;
		font-weight:normal;
		border-bottom:1px dotted #FFFF00;
		display:inline-block;
		}	
	.thumbs { 
		padding:0;
		margin:0;
		font-size:13px;	
		list-style:none outside none;	
		}	
	.thumbs li {
		display:inline-block;
		margin:0 50px 30px 0;
		width:180px;
		vertical-align:top;	
		float:left;		
		}
		.thumbs li img {
			width:180px;
			}
		.thumbs li p {
			margin:4px 0 0 0;
			color:#666666;
			}
		.thumbs li a {
			width:180px;
			height:20px;
			}
	.web {
		margin:0 0 0 55px;
		}
	.web a {
		display:block;
		border-bottom:1px dotted #FFFF00;
		}
	.web li {
		height:465px;
		}
	#jquery-lightbox a {
		background:#FFFFFF;
		}
	.profile{
		font-size:13px;
		list-style:none;
		padding:0 0 0 10px;
		}
		.profile .icon {
			margin:0 0 0 20px;
			display:inline-block;
			}
		.profile a {
			display:inline-block;
			color:#666666;
			}	
			
/*---------------------Clearfix---------------------*/
	
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}	 
	.clearfix {
		display: inline-block;
		}	 
	html[xmlns] .clearfix {
		display: block;
		}	 
	* html .clearfix {
		height: 1%;
		}	
</style>
