@CHARSET "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: justify;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear-block {
	clear: both;
}

/* design ;) */

body {
	background-color: black;
	color: white;
}

#wrapper {
	margin: auto;
	width: 896px; 
}

div.line {
	background: url(img/hl.png) repeat-x top left;
	width: 100%;
	height: 2px;
}

div.line1 {
	background: url(img/hl.png) repeat-x top center;
	margin: auto;
	margin-bottom:10px;
	margin-top:15px;
	width: 60%;
	height: 2px;
}

div.line2 {
	background: url(img/hl.png) repeat-x top center;
	margin: auto;
	width: 30%;
	height: 2px;
}

div.line3 {
	background: url(img/hl_dub.png) repeat-x top center;
	margin: auto;
	margin-bottom:10px;
	margin-top:15px;
	width: 70%;
	height: 7px;
}

#menu {
	height: 33px;
}

#menu ul {
	margin-left: 60px;
}

#menu li {
  margin-left: 10px;
  padding-left: 10px;
  background: url(img/bullet.png) no-repeat left 14px;
  float: left;
  height: 33px;
}

#menu img.active {
  margin-top: 2px;
}

#menu li.nobullet {
  padding: 0;
  background: transparent;
}

#content {
  font-family: Georgia, serif;
  margin-top: 10px;
  padding: 5px 60px 20px 60px;
  background: url(img/footer.jpg) no-repeat bottom;
  color: #dac979;
}

#content2 {
  font-family: Georgia, serif;
  margin-top: 10px;
  padding: 5px 60px 20px 60px;
  color: #dac979;
}

#content ul {
  list-style-image: url(img/bullet.png);
  list-style-type: none;
}

h1 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 5px;
}

h2 {
  float: left;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

h4 {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}

h5 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 5px;
}

a {
  color: #d8b370;
  font-style: italic;
}

a:hover {
  color: #abbccd;
  font-style: italic;
}

#content img {
  border: 1px solid #d8b370;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

p {
  text-indent: 0.5cm;
  margin-left: 10px;
}

#gallery-table {
width: 100%;
}

.img-col {
text-align: right;
width: 50%;
}

.desc-col {
text-align: left;
width: 50%;
}

#gallery-table td {
vertical-align: middle;
}


#gallery-table1 {
width: 100%;
margin-left: 40px;
}

.img-col1 {
text-align: left;
width: 33%;
}

.desc-col1 {
text-align: left;
width: 33%;
}

.desu-col1 {
text-align: left;
width: 33%;
}


#gallery-table1 td {
vertical-align: top;
}



#copyleft {
  text-align: center;
  margin-top: 60px;
  clear: both;
}

#sm_gallery {
  text-align: center;
  margin-top: 0px;	
  margin-bottom: 0px;	
}

#sm_gallery img {
  /*width: 120px;
  height: 180px;*/
  margin: 0 5px 0 5px;
}

#right_gallery {
  float: right;
  width: 220px;
  text-align: center;
}

#right_gallery img {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 10px;
}
