/* 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;
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		color:#fce300;
		}
		.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:20px;
			display:block;
			}
		.header ul li a{
			display:block;
			padding-bottom:1px;
			font-weight:normal;
			}
		.header ul li a: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 0 0 12.5%;
		font-size:13px;	
		list-style:none outside none;
		width:auto;
		}	
	.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;
			}
			
	#main_image iframe{
		border-left: 1px solid #222222;
	    border-right: 1px solid #222222;
		padding: 0 2px;
		}

/*---------------------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>

