/* CSS Document */

body, html {
	padding: 0;
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
	}

#container {
	width:800px;
	height:auto;
	background-color:#000000;;
	color:#ffffff;
	margin:0px auto;
	top:0px;
	}

#top {
width:800px;
height:50px;
top:0px;
position:relative;
}
#main {
	top:0px;
	width:780px;
	height:auto;
	position:relative;
	padding:20px 10px 20px 10px;
	z-index:1;
	}

#left {
	float:left;
	top:200px;
	height:auto;
	position:relative;
	width:200px;
	left:60px
	}

#property {
	float:left;
	top:20px;
	height:auto;
	position:relative;
	width:235px;
	left:22px
	}

#shop {
	float:left;
	top:55px;
	height:auto;
	position:relative;
	width:180px;
	left:23px
	}
#footer {
	clear:both;
	bottom:0px;
	padding:15px;
	width:770px;
	height:auto;
	z-index:10;
	text-align: center;
	position: relative;
	color:#000000;
	}

#footer a {
	text-decoration:underline;
	color: #000000;
	text-align: center;
	
	}

/* styles */
	


p {
font-family:Verdana;
font-size:10px;
line-height:12px;
color:#ffffff;
}

.normal {
font-family:Verdana;
font-size:12px;
line-height:20px;
color:#ffffff;
}

.larger {
font-family:Verdana;
font-size:14px;
line-height:20px;
color:#ffffff;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
line-height:20px;
font-weight: bold;
color:#FFFFFF;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height:2em;
font-weight: normal;
color:#FFFFFF;
}

td { color: black; font-size: 12px; font-family: Verdana; }
a { color: white; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: underline }

#nav ul{
	display:inline;
	width:500px;
	text-decoration:none;
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin-left:0px;
	
	}
#nav li {
	display:inline;
	list-style-type:none;
	width:100%;
	text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:0.9em;
	line-height:2.6em;
	color:#1C162A;
	}

#nav a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:2.6em;
	padding-right:10px;
	font-weight:700;
	color: #ffffff;
	text-align:center;
	}
	
#nav a:hover, a:link, a:visited {
	list-style-type:none;
	text-decoration: underline ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#ffffff;
	}

.colmid{
   position: relative;
   width: 800px;
   
   background-color: #b4d2f7;
}
.colleft{
   position: relative;
   width: 800px;
   
   background-color: #b4d2f7;
}
.col1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 240px;
	left: 20px;
	background-color: #99ccff;
}
.col2{
   position: relative;
   overflow: hidden;
   left: 40px;
   width: 240px;
   
   background-color: #99ccff;
}
.col3{
  position: relative;
   overflow: hidden;
  float: right;
  margin-right:20px;
   width: 240px;
   
   background-color: #99ccff;
}
.colmask{
   position: relative;
   overflow: hidden;
   margin: 10px ;
   width: 760px;
   background-color: #b4d2f7;
}
.header{
  
   width: 400px;
   background-color: #f4f4f4;
}
.footer2{
   
   width: 100%;
   background-color: #b4caf7;
}

