/* --------- 1. defaults  --------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }

strong { font-weight: bold }
em { font-style: italic }

html {overflow-y: scroll;} /* forces vertical scrroll-bar in Firefox*/
body {margin:0; padding:0px 0px 0px 0px; border:0; height:100%;}

body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-y;
		}
.separator {
	clear: both;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  --------- Overall structure  --------- */
#wrapper {
	width: 800px;
	text-align: left;
	position: relative;
}


/*  --------- Navigation  --------- */

#navigation  {
	float: left;
	position: fixed;
	display: block;
	width: 200px;
	
		}
#logo {
	margin: 0px 0px 0px 0px;
}

#nav {
	font-size: 90%;
	margin: 0px 0px 0px 20px;
}
#navigation a {
	text-decoration: none;
	}
#navigation a:hover {
	color:#333;
	font-weight: bold;
	}
.menuUp {
	color: #333;
	}
.menuDown {
	color: #333;
	font-weight: bold;
	}

#nav li {
	margin-bottom: 16px;
		}

#email {
	padding: 0px;
	width: 100px;
	text-align: right;
	float: left;
	}
#email a {
	display: block;
	margin: 0px 0px 0px 0px;
	color: #993300;
	}
#email a:hover {
	color: #993300;
	font-weight: normal;
	text-decoration: underline;
	}
#news {
	margin: 0px 20px 0px 1px;
	padding: 5px;
}
#news img {
	margin: 6px 14px 0px 0px;
	padding: 0px;
}
#news a:hover {
	background-color:#E1E1E1;
}
/*  --------- Main Content --------- */
#content_main {
	padding: 0px 0px 0px 230px;

}
* html #content_main {
	padding: 0px 0px 0px 6px; !important; /*IE 6*/
}

/* ---------- Footer -------------*/
#footer {
	font-size: 80%;
	color: #666;
}
/* ---------- Gallery ----------- */

#gallery_slide p {
	font-size: 80%
}
/* ---- jQuery gallery ----------*/
#image-title {
	margin: 0px;
	padding: 0px;
	color: #666;
}
table#thumbtable {
	width: 80%;
	margin-left: 0px
}
table#thumbtable td {
	background: #fff;
	padding: 6px;
	text-align: center;
	border-right: 9px solid #fff;
	border-bottom: 9px solid #fff;

}
table#thumbtable a {
	display: block;
	width: 168px;
}
/* ---------- Gallery - generic----------- */
#gallery_generic {
	width: 780px;
}
#gallery_generic #left{
	float: left;
	width: 30px;
}
#gallery_generic #right {
	float: left;
	width: 30px;
}
#gallery_generic #close {
	float: left;
	width: 50px;
}
#gallery_generic #descr p {
	font-size: 80%
	float: left;
	padding-left: 10px;
}
#gallery_generic #imagebup img {
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
#gallery_generic #navdescr {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
/* ---------- Contact ----------- */
#contact img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* ----------- Archive ----------------------- */
#archive {
	width: 570px;
}

#archive .title {
	font: normal 80% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#archive p {
	margin: 0px 0px 0px 0px;
}

#archive #blowup {
	height: 334px;
	padding: 0px 0px 0px 0px;

}

#archive .thumbs {
	margin: 10px 0px 0px 0px;
}
#archive .thumbs img {
	border: solid 2px #ccc;
	height: 60px;
	padding: 0px;
	margin: 12px 2px 0px 0px;
}

#archive .thumbs img:hover {
	border-color: #993300; 
}

#archive .thumbs .selected {
	border-color: #993300;
}

/* ------------ Default Fonts ----------------*/

h1 {
	font-size:160%;
	font-weight:normal;
	padding: 16px 8px 24px 20px;
	color: #666;
		}
h2 {
	font-size:120%;
	font-weight:normal;
	padding: 24px 8px 24px 0px;
	color: #666;
		}
p {
	font-size: 80%;
	margin: 0px 8px 8px 0px;
}
.home_text {
	font-size: 70%;
	padding: 0px 50px 0px 6px;
	font-style:italic;
}
img {
	padding: 0px 30px 30px 0px;
}
a {
   outline: none;
}
