* {

 padding: 0;

 margin: 0;

}

body {

 font-family: Arial, Helvetica, sans-serif;

 color: #666666;

 font-size: 12px;

}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf4019;
	text-decoration: underline;
}
.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf4019;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf4019;
	text-decoration: underline;
}

#wrapper {

 width: 700px;

 margin: 0 auto;

}

#navbar {

 border: 0px solid #ccc;

 margin: 0px 5px 0px 5px;

 padding: 4px;

 background-color: #A3A38F;

}

#header {

 margin: 0px;

 height: 194px;

 padding: 0px;

 background-color: #eee;

}

#leftcolumn { /* Parent Wrapper for inside boxes */

 margin: 0 0px 0px 0px;

 padding: 0px;

 display: inline; /* IE Hack */

 width: 180px;

 float: left;

 border: 0px solid red;

 background-color: #fff;

 background: url('gfx/bg.jpg');

 background-repeat: repeat-y;

 min-height: 330px;

 border-bottom: 1px solid #999;

  border-left: 1px solid #999;

}

* html #leftcolumn {height:340px} /* IE Min-Height Hack */



#leftcolumn ul {

list-style: none;

margin-left: 0px;

margin-top: -80px;

border: 0px solid red;

}





#centercolumn {

 border-right: 1px solid #999;

 border-bottom: 1px solid #999;

 margin: 0px;

 display: inline; /* IE Hack */

 padding: 4px;

 width: 510px;

 float: left;

 min-height: 330px;

 background: url('gfx/bg_retro.jpg');

 background-repeat: no-repeat;

 background-position: top center;

}

* html #centercolumn {height:332px} /* IE Min-Height Hack */



#centercolumn ul {

list-style: none;

margin-left: 20px;

border: 0px solid red;

line-height: 18px;

font-size: 11px;

font-family: Verdana, Tahoma, Arial;

}



#centercolumn li {

list-style-image: url('gfx/star.jpg');

font-weight: bold;

}





#footer {

 background-color: #A3A38F;

 margin: 5px 5px 5px 5px;

 display: inline; /* IE Hack */

 padding: 4px;

 float: left;

 width: 97.7%;

}



#logo {

position: relative;

top: -71px;

left: 0px;

display: inline;

margin: 0px;

padding: 0px;

border: 0px solid red;

}



#main {

width: 280px;

position: relative;

top: 50px;

left: 105px;

}



#main a {

color: #DF7D62;

text-decoration: none;

}



#about {

position: relative;

top: 43px;

left: 300px;

margin: 0px;

}





.gal {

/*display: table-cell;*/

display: inline;

float: left;

width: 150px;

height: 120px;

background: url("img/bg.jpg");

background-repeat: no-repeat;

padding-right: 10px;

padding-bottom: 10px;

/*background-position: 10px 10px;*/

}



.gal img {

margin-left: 14px;

margin-top: 18px;

border: 1px dashed #617073;

}



.desc {

display: block;

font-size: 10px;

font-weight: normal;

margin-bottom: -15px;

padding-bottom: 5px;

line-height: 14px;

}