* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, arial;
 font-size: 13px;
 background-color:#fff;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}

a {color:rgb(180,186,186);
   text-decoration:none;
   border:none;
}
a:hover 
     {color:rgb(192,206,207);
      text-decoration:none;
      border:none;
}
#nav {
 color: #000;
 width: 800px;
 height: 53px;
 margin-top:20px;
 margin-left:15px;
 font-size:12px;
}
#header {
 color: #333;
 width: 800px;
 height: 350px;
}
#gallery {
 color: #333;
 width: 800px;
 height: 500px;
}
#written {
	color: #000;
	width: 800px;
	min-height: 300px;
	margin-top:25px;
	color:#000;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	font-stretch:semi-expanded;
}
h1 {font-size:18px;
	color:#000;
	font-weight:bold;
}
h2 {font-size:15px;
	color:#000;
	font-weight:bold;
	line-height:22px;
}
#leftcolumn { 
 display: inline;
 color: #000;
 width: 245px;
 float: left;
 margin-left:34px;
 margin-top:20px;
 margin-bottom:20px;
}
#content { 
 float: left;
 color: #000;
 width: 245px;
 display: inline;
 position: relative;
 margin-left:15px;
 margin-top:20px;
 margin-bottom:20px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #000;
 width: 246px;
 float: right;
 margin-left:15px;
 margin-top:20px;
 margin-bottom:20px;
}
#footer { 
 width: 800px;
 clear: both;
 color: #000;
 margin-top: 25px;
 margin-left: 275px;
 padding: 10px;
 font-size:10px;
 color:rgb(139,139,139);
}
.clear { clear: both; background: none; }