* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style: none;
background: #d1cfc7;
}
 
 
 

.linkno {
	color: #66635a;
	line-height: 20pt
}
 
 
 
 
.contact { 
	color: #a4a091;
 	text-decoration: none;
	line-height: 16pt;
	font-size:14px; 

} 
 
 .contact2 { 
	color: #66635a;
 	text-decoration: none;
	line-height: 16pt;
	font-size:14px; 

} 
 
 
 
a:link { 
	color: #a4a091;
 	text-decoration: none;
	list-style: none;
	line-height: 20pt
}

a:visited { 
	color: #a4a091;
 	text-decoration: none;
	list-style: none;
	line-height: 20pt
}

a:hover { 
	color: #66635a;
	text-decoration: none;
}

a:active { 
	color: #fff;
	text-decoration: none;
}
 
 
 
#wrapper { 
	margin: 0 auto;
 	width: 940px;
}

#header {
 	color: #d1cfc7;
 	width: 920px;
 	float: left;
 	padding: 10px;
	/* border: 1px solid #ccc;*/
 	height: 46px;
 	border-right-color: red;
 	margin: 10px 0px 0px 0px;
 	background: #d1cfc7;
}

#leftcolumn { 
 	color: #d1cfc7;
	/* border: 1px solid #ccc;*/
 	background: #d1cfc7;
 	margin: 0px 0px 0px 0px;
 	padding: 10px;
 	height: 580px;
 	width: 150px;
 	float: left; 
}

#rightcolumn { 
 	float: right;
 	color: #a4a091;
	font-size: 20px;

	/* border: 1px solid #ccc;*/
 	background: #d1cfc7;
 	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	height: 580px;
 	width: 770px;
 	display: inline;
}

#footer { 
 	width: 960px;
 	clear: both;
 	color: #d1cfc7;
	/* border: 1px solid #ccc;*/
 	background: #d1cfc7;
 	margin: 0px 0px 0px 10px;
 	padding: 0px;
}



h1 {
	font-size:138.5%; 
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,102,0); 
}



#contact {
	font-size:16px; 
	position: absolute;
	bottom: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}


	
#leftcolumn ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
    outline: none;
}


#wtop {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: white;
	z-index: 9000;
}


#wbtm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: white;
	z-index: 9001;
}

#wleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: white;
	z-index: 9002;
}

#wright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: white;
	z-index: 9003;
}









/*

#leftcolumn a:link{
color: #b8b8b8;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
    outline: none;
font-weight:normal;
}

#menu a:visited{
color: #b8b8b8;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
    outline: none;
font-weight:normal;
}

#leftcolumn a:hover{
color: rgb(255,102,0);
}

#leftcolumn a:active{
color: #dbdbdb;
}*/