/* www.titikbalik.net CSS Document */

/* Layout Style */
body {
	background-color: #000000;
	position: relative;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #626262;
}

#container {
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
	width: 800px;
	text-align: left;
}

#header	{
	width: 760px;
	height: 200px;
	position: relative;
	top: 0px;
	left: 20px;
}

.top-img	{
	float: left;
	width: 351px;
	height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
}

.logo	{
	width: 266px;
	height: 72px;
	position: relative;
	top: 0px;
	left: 0px;
}

.v03	{
	width: 124px;
	height: 57px;
	position: relative;
	top: 0px;
	left: 0px;
}

#clear	{
	width: 1px;
	height: 100px;
	background-image: url(../images/clear.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.float	{
	float: left;
	width: 200px;
	text-align: left;
	clear: right;
	padding-right: 10px;
}

#footer	{
	width: 440px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	color: #999999;
	background-color: #333333;
	padding: 20px;
}

/* Content Wrapper */
#content-wrapper	{
	width: 760px;
	position: relative;
	top: 0px;
	left: 20px;
}

#side-bar	{
	width: 180px;
	position: relative;
	top: 30px;
	left: 20px;
	text-align: right;
	font-size: 18px;
	color: #666666;
}

.network	{
	font-size: 14px;
}

#content	{
	float: right;
	width: 480px;
	position: absolute;
	top: 30px;
	left: 230px;
	text-align: justify;
	line-height: 25px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-left: solid 1px #333333;
}

#webfloat	{
	width: 480px;
}


/* Misceleanous Style */
.title	{
	font-size: 18px;
	color: #FF3300;
}


/* Link Style */
a:link {
	color: #234555;
	text-decoration: none;

}
a:visited {
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
