*{
	padding: 0px; margin: 0px;
}
body{
	text-align: center;
}
.clear{
	clear: both;
}
#container{
	margin: 0 auto;
	text-align: center;
}
/* start of topcontent */
#topcontent *{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#topcontent{
	background: #F8F8F8;
	color: #666666;
	padding: 20px;
	border-bottom: 1px #666666 dotted;
}
#topcontent #ip-adresi{
	font-size: 2.5em;
	color: #999999
}

/* footer */
#footer{
	text-align: center;
	margin-top: 10px;
	background: #F4F4F4
}
#footer *{
	font-family: Tahoma;
	font-size: 0.7em;
}

/* container */
#container{
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	width: 780px;
	border: 1px #EEEEEE solid;
}

/* content */
#content *{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .links{
	color: #006699
}

#content{
	text-align: left;
	margin: 20px;
}
#content a{
	color: #000000;
	text-decoration: none; 
}
#content p{
	line-height: 140%
}
#content a:hover{
	color: #666666
}
#content ul li{
	list-style-type: none;
	line-height: 140%;
}
#content h1{
	font-size: 1.1em;
	margin-bottom: 20px;
}
#content h2{
	font-size: 0.9em;
	margin-bottom: 8px;
	color: #808080;
	border-bottom: 1px #E1F0F0 solid;
}
#content h3{
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #808080
}
#content p, ul li{
	font-size: 0.7em;
	margin-bottom: 5px;
}


/* left-p */
#left_p{
	border-left: 1px #EEE dotted;
	border-right: 1px #EEE dotted;

	float: left;
	width: 230px;
	padding: 5px;
}

/* right-p */
#right_p{
	border-left: 1px #EEE dotted;
	border-right: 1px #EEE dotted;

	float: right;
	width: 230px;
	padding: 5px;
}


/* middle-p */
#middle_p{
	border-left: 1px #EEE dotted;
	border-right: 1px #EEE dotted;
	margin: 0px 235px 0px 252px;
	width: 225px;
	padding: 5px;
}