


*{
	padding:0;
	margin:0;
}
	
body {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 13px;
    background: url('/template/tekupenga/images/bckg.jpg') repeat-x #000000;
}

h1, h2, h3 {
	padding:4px 4px 5px 38px;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }


.short_post{
	color:#FFFFFF;
	width:195px;
	margin:8px auto;
}


a {
	
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
	border-bottom: 1px dotted #707070;
}

p{
	margin:3px 0 3px 0;
}



.post {
	padding:0;
	margin: 4px 35px 10px 15px;
}

.post a{
	color:#000000;
	font-size:13px;
}

.post p, ol, ul, blockquote {
	line-height: 22px;
}

.post h2, .post h3 {
	margin-left: -40px;
}

.post ul{
margin:4px 0 4px 10px;
font-size:0.8em;
}


#Wrapper{
	width:960px;
	margin:5px auto;
	background-color:#000000;
}

#Header {
	width: 100%;
	height: 208px;
	margin: 0 auto;
	background-image:url('/template/tekupenga/images/header.jpg');
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#Header h1{
	font-size:30px;
	margin:25px 0 8px 315px;
}

#Header h2{
	font-size:20px;
	margin:5px 0 8px 315px;

}

#ColOne {
	float: left;
	display:inline;
	width: 200px;
	margin:0 0 5px 10px;

}

#ColTwo {
	float: right;
	width: 725px;
	min-height:460px;
	background-color:#FFFFFF;
	background-image:url('/template/tekupenga/images/coltwo_bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	margin:-17px 10px 5px 0;
	z-index:-1;
	
}


	
#ColTwo li{
	font-size:12px;
	margin-left:14px;
}

#feature{
	width:215px;
	min-height:435px;
	background:#000000;
	float:right;
	margin:10px 5px 5px 15px;
}

/* Footer */

#Footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding:0;
	background-color:#000000;
	height:28px;
}

#Footer p{
	margin: 0;
	text-align: right;
	padding-right:24px;
	font-size: 11px;
	line-height:28px;
}

#Footer a{
	font-size:10px;
}

#Footer * {
	color: #ffffff;
}

#other_com2{
visibility:hidden;
}

img{
	padding:4px 4px;
	margin:5px 10px;
	border:solid 1px #000000;
}

img.right{
	float:right;
	
}
img.left{
	float:left;
	display:inline;
}
img.center{
	margin:5px auto;
}
		
		
