@import url("mainmenu.css");
@import url("left.css");
@import url("right.css");
@import url("article.css");
@import url("author.css");
@import url("list.css");
@import url("panel.css");
@import url("commentlist.css");
@import url("comment.css");
@import url("commentform.css");
@import url("copyright.css");
@import url("tiks.css");
@import url("authorcolumn.css");


BODY
{
	text-align:		left;
	background:		white;
}
img
{
	border:			0px;
}
#container
{
	width:			100%;
	background:		#f7f7f7;
}
#top
{
	width:			100%;
	background:		black;
	padding-top:		3;
}
/*
#top #topik
{
	display:		none;
	background:		#073d93;
	height:			50px;
	width:			100%;
	border-top:		0px;
}
#topik #domain
{
	float:			left;
	margin-top:		17px;
	margin-left:		8px;
}

#domain a
{
	font-family:		Verdana;
	font-size:		10px;
	text-decoration:	none;
	color:			#9fcaf5;
}
#topik #search
{
	color:			#9fcaf5;
	margin-top:		13px;
	margin-right:		8px;
	font-family:		Verdana;
	float:			right;
	font-size:		10px;
	vertical-align: 	text-bottom;
}
*/
#top #header
{
	width:			100%;
	font-family:		Verdana, Arial;
	background:		#6898D0 url('/images/bg1.gif');
	1border-top:		black solid 3px;
	1border-bottom:		solid black 1px;
	margin-bottom:		1px;
	height:			68px;
}
#header a
{
	text-decoration:	none;
	color:			white;
	text-align:		left;
}
#header #name
{
	padding:		5 0 0 5;
	font-size:		180%;
	font-family:		Georgia, "Trebuchet MS", Tahoma, Verdana;
}
#header #subname
{
	padding:		0 0 4 7;
	font-size:		100%;
	font-family:		Georgia, "Trebuchet MS", Tahoma, Verdana;
}
#header #logo
{
	position:		absolute;
	top:			72px;
	float:			left;
	width:			190px;
	height:			170px;
	background:		url('images/logo3.gif') white;
	background-position:	center center;
	background-repeat:	no-repeat;
	border-bottom:		#ccc solid 1px;
}
#header #pic
{
	position:		absolute;
	right:			0px;
	top:			3px;
	border-left:		1px solid black;
}
#bottom
{
	border:			solid 1px #ccc;
	width:			100%;
	text-align:		right;
	float:			left;
}
#main
{
	background:		white;
	float:			left;
	width:			590px;
	border-left:		solid 1px #ccc;
	padding:		5 0;
	position:		relative;
}
#left
{
	background:		white;
	margin-top:		147px;
	float:			left;
	width:			190px;
}
#right
{
	text-align:		center;
	1background:		#ccc;
	1margin-top:		147px;
	float:			left;
	width:			190px;
}
#section
{
	font-family:		Verdana, Tahoma;
	1width:			100%;
	border-bottom:		solid #ccc 1px;
	font-size:		11px;
	margin-bottom:		10px;
	1float:			left;
	height:			20px;
	margin:			0 20 10;
}
#section #sectionprefix
{
	float:			left;
	background:		url('images/un2.gif');
	background-repeat:	no-repeat;
	background-position-x:	right;
	background-position-y:	-5px;
	padding-right: 		10px;
	margin-right:		5px;
}
#section #sectionprefix a
{
	color:			#069;
}
#section #sectionname
{
	float:			left;
}


