*{margin:0px; padding:0px}
body {
	background-color:#422d1b;
	padding:0px;
	margin:0px;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
}
#main, #base {
	width:925px;
	margin:0px auto;
	padding:0px;
	background:#fff;
}
#leftpillar {
	width:30px;
	float:left;
	background:url(images/leftpillar.gif) no-repeat;
}
#rightpillar {
	width:33px;
	float:left;
	background:url(images/rightpillar.gif) no-repeat;
}
#content {
	float:left;
	width:862px;
}

#logo {
	width:312px;
	height:258px;
	background:url(images/name.gif) no-repeat;
	float:left;
}

#intro {
	float:left;
	margin:0px;
	padding:0px;
	width:550px;
}

/* Menu styling */

#menu {
	background: #333 url(images/menubar.gif) no-repeat;
	margin:0px;
	padding:0px;
	width:550px;
	height:63px;
}
#menu ul {
	padding:10px 0px;
}
#menu ul li {
	display:inline;
	margin:0px 15px;
}
#menu ul li a {
	font-size: .9em;
}
#menu ul li a, #words a{
	text-decoration:none;
	color:#1a91b8;
}
#menu ul li a:hover, #words a:hover {
	color:#0e5166;
	text-decoration:underline;
}

/* end menu styling */
#median {
	width:862px;
	height:50px;
	clear:both;
	background:url(images/median.gif) no-repeat;
}

#words {
	background:url(images/whitetile.gif) repeat;	
	width:550px;
	height:195px;
}
#words p {
	font-size:.8em;
	color:#726152;
	line-height:1.6em;
	padding:2px 0px 10px 7px;
}
#base {
	width:925px;
	height:23px;
	background:url(images/base.gif) no-repeat;
	clear:both;
}

/* begin gallery styling*/
#gallery {
	background:url(images/browntile.gif) repeat;
}
#gallery-inner {
	width:802px;
	margin:0px auto;
}
#gallery img {
	border:1px solid #422d1b;
	padding:2px;
	margin:10px 15px 20px 15px;
}
/* end gallery styling */

#footer {
	font-size:.6em;
	text-align:center;
	margin-bottom:10px;
}
#footer a {
	text-decoration:none;
	color:#0e5166;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}