img {
	border: 0px; 
}
html {
	overflow: hidden;
 	height: 100%
}

a {
	color:#6d6d6d;
 	text-decoration:none;
}
a:hover {
	color:#998b82;
}
a:active {
	color:#998b82;
}

.col720 {
	width:480px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 240px;
  }
.col540 {
	width:540px;
	float:left;
}
.col360 {
	width:360px;
 	float:left;
}
.col240 {
	width:240px;
 	float:left;
}
.col180 {
	width:180px;
 	float:left;
}
.col120 {
	width:120px;
	float:left;
	height: 160px;
}

.col150 {
	width:150px;
 	float:left;
 	height: 160px;
}
.col450 {
	width:450px;
 	float:left;
}
.col900 {
	width:900px;
	float:left;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 420px;
 }

.clear {
	clear:both;
	display:block;
	visibility:hidden;
	height:1px;
	width:1px;
	overflow:hidden;
}
.main {
	overflow:auto;
	width:100%;
	height:100%;
}
.col280 {
	width:280px;
	height:450px;
	margin:10px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	overflow-x : hidden;	
	overflow-y : scroll;	
  }

.navigation {
	position : absolute;
	float:left;
	z-index: 1;
	left: 30px;
	margin: 0px 0px 0px 0px;
	width: 280px;
	top: 50px;	
	height:450px;
	overflow : auto;	
}

.list {
	padding:35px 0px 0px 0px;
 }
.item {
	padding:0px 15px 15px 0px;
	text-align:center;
	font:80% georgia, times new roman, serif;
	color:#6d6d6d;
 }
 
 
#form{
	position : absolute;
	top : 520px;
	left : 30px;	
	z-index: 2;
}

.form {
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #FFF;
	line-height: 16px;
	background-color: #000;
}

