.*{
	padding:0px;
	margin:0px;
}
body{
	padding-top:145px;
	background: url(images/logo/skorg_circles800x600.jpg) no-repeat left top #fff;
}
/* Base */
a{
	text-decoration: none;
	color:#94a9bf;
}
a:hover{
	text-decoration: none;
	color:#333;
}
img{
	border:none;
}
/* Containers */
.container{
	width:900px;
	margin:0 auto;
	background: #fff;
	opacity: 0.9;
}
.header{
	height:100px;
}


/* Main Content */

.main-content{
	width:700px;
	float:left;
	
}
.main-content p{
	font-family: "Plantagenet Cherokee";
	letter-spacing: 1px;
}
.post{
	padding:0 20px;
	color:#666;
}

/* Side Bar */

.sidebar{
	width:199px;
	border-left:1px solid #f2f2f2;
	float:right;
	margin-top:20px;
}
.sidebar ul{
	list-style-type: none;
	margin-left: -20px;
	font-size: 24px;
}
.sidebar ul li{
	color:#666;
	width:199px;
	margin-left: -20px;
	text-indent: 20px;
}
.sidebar ul li a{
	color:#94a9bf;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f9f9f9;
}
.sidebar ul li a:hover{
	color: #333;
	text-decoration: none;
	background: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	text-shadow: 0 0 1px #777;
}


/* Footer */

.footer{
	clear:both;
	font-size: 12px;
	color:#666;
	border-top:1px solid #f2f2f2;
	background: url(images/bg/br.png) bottom right no-repeat;
}
.footer h2{
	font-size: 14px;
}
.footer h5{
	font-size: 20px;
}

.footer-col1{
	width:280px;
	padding:0 10px;
	float:left;
	background:#fff;
	opacity:0.9;
	margin-bottom: 10px;
}
/* Others */

.drop{
	-moz-box-shadow: 0 0px 5px #666;
	-webkit-box-shadow: 0 0px 5px #666;
}
.round{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Floats */
.clear{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
/* Portfolio */
.portfolio{

}
.prow{
	width:660px;
	height: 160px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pcol{
	margin-right:20px;
	width: 200px;
	height: 140px;
	background: #f2f2f2;
	float:left;
	-moz-box-shadow: 0 0px 3px #ccc;
	-webkit-box-shadow: 0 0px 3px #ccc;
	overflow: hidden;
}
.pcol a{color: #6699cc;}
.pcol a:hover{color:#333;}
.pframe{

}
.pframe-inner{

}
.pframe-img{

}
.pframe-text{

}