
body {
	background: #FFFFFF url(../rotate/rotate.php) no-repeat fixed center top;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}
/* ===================
Structure
====================*/
#des {
	padding:10px 30px;
	line-height:170%;
	border-bottom:1px solid #ccc;	
}
#des ul {
	padding-left: 15px;
}
#des li {
	list-style:square;
	line-height:150%;
	padding-bottom:10px;
}
#des p {
	margin:0 0 10px 0;
}
#portfolios {
	padding:0 30px 20px 30px;
}
#name p.small {
	font-size:10px;
	color:#999;
}
#name p {
	line-height:130%;
	font-size:15px;
}
#top-head {
	background:#333;
	padding:30px 0;
}
#top-head-box {
	width:900px;
	margin:auto;	
}
#name {
	padding:0 30px;
	color:#fff;
}
#name li {
	float:left;
	width:33.3%;
}
#name a, #name a:visited {
	color:#fff;
}
#name a:hover {
	color:#ef5692;
}
#describtion {
	font-size:11px;
	padding-bottom:15px;
}
.about {
	float:left;
	width:33.3%;
}
.about ul, .about p {
	padding-right: 20px;
}
#wrapper {
	width:900px;
	margin:auto;
}
.block {
	border-bottom:1px solid #eee;
	padding:10px 0 20px 0;
}
.p-image {
	float:left;
	width:39%;
}
.p-image img {
	padding:2px;
	border:1px solid #ccc;
}
.p-text {
	float:left;
	width:60.5%;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#3e4347;
	padding: 5px 0 8px 0;
}
li {
	line-height:180%;
}
span {
	color:#666;
	font-weight:bold;
	padding-right:10px;
	font-size:10px;
}
a, a:visited {
	color:#0092b3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* ===================
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%;
}
.clearit {
	height:1px;
	clear:both;
}