/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

* { padding: 0; margin: 0; }

a{text-decoration:none;}

#a.selected {
font-weight:bold;
}
#a:hover {
text-decoration:none
}

p {
color:#5F3C14;
line-height:20px;
font-size:17px;
}


#wrapper { 
 margin: 0 auto;
 width: 800px;
 text-align:left;

}

li {list-style:none;}

#nav li {
	display:inline;
}
#nav li a {
 font-family:"Courier New", Courier, monospace;
	font-size: 15pt;
	color: #D2D278;
	padding: 0 20px 0 0;
	letter-spacing: normal;
}

#nav {
	margin: 150px 0px 0px 270px;
}

/*#img_center {
	margin: 15;
	position:absolute;
	left:15px;
	top:15px;*/
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	
}

displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	
}
/*DIV.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }*/
	
vcenter {
  min-height: 12em;
  display: table-cell;
  vertical-align: middle;
  top:350px;
}

p.toptxt {
top: 50px;
color:#5F3C14;
line-height:20px;
font-size:17px;
}
p.center { 
text-align: center;
vertical-align:middle;
 }

#header {
 color: #333;
 width: 800px;
 float: left;
 border: 1px solid #ccc;
 height: 200px;
 margin: 10px 0px 0px 0px;
 background:url(img/Top.jpg)
}
#leftcolumn { 
 color: #333;
 background: #fafaeb;
 height: 400px;
 width: 500px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #fafaeb;
 height: 400px;
 width: 300px;
 display: inline;
}

#roommain { 
 color: #333;
 background: #fafaeb;
 height: 2550px;
 width: 800px;
 float: left;
}

#contactcolumn { 
 float: right;
 color: #333;
 background: #fafaeb;
 height: 400px;
 width: 300px;
 display: inline;
}
#footer { 
 width: 800px;
 height: 50px;
 clear: both;
 background: #64391B;
 margin-top:20px;
 }
.foottext {
	font-size:12px;
	color: #FF9;
	text-align:center;
}
