﻿ 
#page{ margin:0; 
 padding:0; 
 font-family: Arial, Tahoma, Verdana;
	color: #222;
	font-size: small;
	 display:block;
 overflow: hidden;

}
 
#header{
 position:relative; 
 height:150px; 
 background-color:#FFFFFF; 
 width:100%;
 display:block;
 overflow:hidden;
} 
 
#left{
	box-shadow: 5px 5px #ccc;
	width: 19%;
	float: left;
	background: #EDEDED;
	padding: 10px;
	margin-right: 10px;
	overflow:hidden;
}
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 display:block;
 overflow:auto;
}
 
#center{
	background-color: #FFFFFF;
	float: left;
	background: #EDEDED;
	width: 75%;
	padding: 7px;
	box-shadow: 5px 5px #ccc;
	background-image: url('http://www.globe-iq.com/ebay/globe/bkgr.jpg');
	overflow:hidden;
}
 

.clear:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 .own{overflow:hidden;}
.clear{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

div.own h1, div.own h2, div.own h3, div.own h4, div.own h5, div.own h6 {
	font-family: 'Fjalla One', Arial, Tahoma, Verdana;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 110%;
}

div.own h1 {
	font-size: 27px;
	color: #017cc0;
}

div.own h2 {
	font-size: 20px;
	color: #808080;
	line-height: 130%;
}
div.own h3 {
	font-size: 17px;
	color: #017cc0;
}

div.own  p {
	margin-bottom: 10px;
	font-size:small;
}
div.own a {
	color: #017cc2;
	text-decoration: none;
}
div.own a:hover {
	color: #000;
}
div.own .hr {
	border-top: 1px dashed #ddd;
	line-height: 1px;
	font-size: 1px;
	margin: 20px 0;
	height: 1px;
}

.picture {
	margin: 5px 5px 5px 10px;
	width: 225px;
	boder: none;
	float:right;
}
.pic {
	border-style: none;
	margin: 5px 5px 15px 5px;
	width: 150px;
}
div.own  li {
	font-size:small;
}



td.ownleft {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #800000;
}
div.ownleft  p {
	margin-bottom: 10px;
	font-size:12px;
}


#naviown {
	background-color: #ebebeb;
	height: 45px;
	margin-bottom: 10px;
	padding-left:250px;
	box-shadow: 5px 5px #ddd;
	
}
 #naviown ul {
    margin: 0px; padding: 0.8em;
    text-align: center;padding: 10px;
    font-size:medium;
  }
  #naviown li {
	display: block;
	float: left;
	width: 225px;
	margin: 0.4em;
	padding: 0;
	list-style-image: url('http://www.globe-iq.com/ebay/globe/bullet.gif');
	list-style-type: inherit;
	list-style-position: inside;
}

  #naviown a, #naviown span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
     }
  #naviown a:hover, #naviown span {
  }