/* * * * Global reset * * * */

html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}

h1,h2,h3,p,
table,ul,ol,div,
form {
	margin: 0;
	padding: 0;
	font: inherit;
	}

a {
	border: none;
	}

img {
	border: none;
	}

/* * * * Notes * * * *
	a:link
	a:visited
	a:hover
	a:active

*/


/* * * * Main * * * */

body {
	background: #9cdbe2 url(../images/bg.gif) top left repeat;
	}

h1 {
	font-size: 120%;
	}

h2 {
	font-size: 110%;
	}

h3 {
	font-size: 100%;
	}

div#container {
	margin-top: 6px;
        margin-bottom: 6px;
        margin-left: auto;
	margin-right: auto;
	width: 940px;
	background: transparent;
	}

/* * * * Header * * * */

div#header {
	background: transparent url(../images/border_t.gif) top left no-repeat;
	height: 160px;
	position: relative;
	}

div#header h1 span,
div#header h2 span {
	display: none;
	}

h1#logo {
	background: transparent url(../images/logo.gif) top right no-repeat;
	height: 160px;
	width: 450px;
	position: absolute;
	right: 0px;
	/* left: 684px; */
	top: 0px;
	}

h2#slogan {
	background: transparent url(../images/slogan.gif) top left no-repeat;
	height: 80px;
	width: 356px;
	position: absolute;
	top: 74px;
	left: 30px;
	}

/* * * * Navigation * * * */

div#nav {
	background: transparent url(../images/border_m.gif) top left repeat-y;
	height: 30px;
	padding: 10px 22px 0 22px;
	}

div#nav ul {
	list-style-type: none;
	font-size: 90%;
	}

div#nav li {
	float: left;
	padding: 0;
	background: #fff;
	padding: 0 1px;
	height: 28px;
	}

div#nav a {
	display: block;
	position: relative;
	width: 174px;
	height: 22px;
	color: #9cdbe2;
	text-decoration: none;
	background: #194218 url(../images/but1.gif) top left repeat-x;
	border: 1px solid #000;
	text-align: center;
	padding-top: 6px;
	}

div#nav a:hover,
div#nav a:active,
div#nav a.current {
	color: #fff;
	background: #397238 url(../images/but2.gif) top left repeat-x;
	}


/* * * * Content * * * */

div#content {
	position: relative;
	clear: both;
	color: #000;
	background: transparent url(../images/border_m.gif) repeat-y;
	padding: 1em 40px 0.5em 30px;
	}


div#content p,
div#content h3,
div#content hr,
div#content ul {
	margin-top: 1em;
	}

div#content h3 {
	font-weight: bold;
	}

div#content hr {
	border: 1px solid #397238;
	}

div#content a {
	color: #194218;
	text-decoration: underline;
	}

div#content a.section {
	color: inherit;
	text-decoration: none;
	font-style: italic;
	}

div#content a:hover,
div#content a:active {
	color: #397238;
	}

div#content a.section:hover,
div#content a.section:active {
	color: inherit;
	}

div#content ul {
	margin-left: 2em;
	}

*.center {
	text-align: center;
	}

*.small {
	font-size: 80%;
	}

*.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0px;
	overflow: hidden;
	}

ul.spread li {
	margin-bottom: 0.5em;
	}

div#prettypanel {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	}

div#prettypanel hr {
	margin: 0;
	}

div#image {
	float: left;
	width: 510px;
	}

div#left_links,
div#right_links {
	float: left;
	width: 160px;
	height: 340px;
	text-align: center;
	padding: 10px 10px;
	}

div#bottom_links {
	text-align: center;
	width: 260px;
	}

div#left_links a,
div#right_links a {
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	}

div#bottom_links a {
	display: block;
	text-decoration: none;
	}

div#left_links a:hover,
div#right_links a:hover,
div#bottom_links a:hover,
div#left_links a:active,
div#right_links a:active,
div#bottom_links a:active {
	background-color: #99fedc;
	}

div#left_links img.thumbnail {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	padding: 0px;
	border: 2px solid #444;
	}

div#left_links a.promo,
div#right_links a.promo,
div#bottom_links a.promo {
	border: 1px solid #eeeebb;
	padding-left: 24px;
	margin-top: 1em;
	margin-bottom: 1em;
	}

a.promo {
	background: #ffffcc url(../images/pin-ye-32x32.png) 2px 2px no-repeat;
	cursor: pointer;
	}

p.block_links {
	height: 60px;
	}

*.block_links a {
	display: block;
	float: left;
	text-decoration: none;
	margin: 4px;
	padding: 10px;
	height: 40px;
	text-align: center;
	}

*.block_links a:hover,
*.block_links a:active {
	background-color: #99fedc;
	}

table.postcard {
	border-collapse: collapse;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: #fff;
	}

table.postcard td {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
	border: none;
	}

div#content table.postcard a { /* div#content qualifier required to get higher selectivity */
	font-size: 100%;
	border: none;
	text-decoration: none;
	color: #000;
	}

table.postcard td.tl {
	width: 25px;
	height: 25px;
	background: #fff url(../images/pc_tl.gif) top left no-repeat;
	}

table.postcard td.tc {
	height: 25px;
	background: #fff url(../images/pc_tc.gif) top left repeat-x;
	}
	
table.postcard td.tr {
	width: 25px;
	height: 25px;
	background: #fff url(../images/pc_tr.gif) top right no-repeat;
	}

table.postcard td.ml {
	width: 25px;
	background: #fff url(../images/pc_ml.gif) top left repeat-y;
	}

table.postcard td.mr {
	width: 25px;
	background: #fff url(../images/pc_mr.gif) top left repeat-y;
	}

table.postcard td.bl {
	width: 25px;
	height: 25px;
	background: #fff url(../images/pc_bl.gif) top left no-repeat;
	}

table.postcard td.bc {
	height: 25px;
	background: #fff url(../images/pc_bc.gif) top left repeat-x;
	}
	
table.postcard td.br {
	width: 25px;
	height: 25px;
	background: #fff url(../images/pc_br.gif) top right no-repeat;
	}

span.caption {
	color: #243;
	font: italic bold 95% georgia,serif;
	}

table.postcard img {
	border: 2px solid #444;
	display: block;
	margin-bottom: 10px;
	}

div.sidebar {
	margin: 1em 0em;
	padding: 0em 1.5em 1em 1.5em;
	border: 1px solid #397238;
	background-color: #99fedc; 
	}

div.warning {
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	}

/* * * * Gallery * * * */

div#galleryBrowser {
	position: absolute;
	width: 280px; 
	padding-left: 5px;
	}

div#content ul.thumbnails {
	list-style: none;
	margin: 1em 0em 0.5em 0em;
	}	

div#content ul.thumbnails li {
	display: block;
	width: 76px;
	height:76px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #ced;
	background: #dfe;
	}

div#gallerybrowser input.button {
	color: #9cdbe2;
	background: #194218 url(../images/but1.gif) top left repeat-x;
	border: 1px solid #000;
	text-align: center;
	cursor: pointer;
	padding: 0 0.5em;
	}

div#gallerypic {
	margin-left: 285px; 
	width: 580px; 
	height: 500px;
	border-left: 1px solid #bdc;
	padding-left: 5px;
	}

div#gallerypic table.postcard a { /* div#gallerypic qualifier required to get higher selectivity */
	font-size: 100%;
	border: none;
	text-decoration: none;
	color: #000;
	}

div#noscript {
	width: 420px;
	height: 280px;
	}

div#noscript p {
	margin: 50px 20px 50px 20px;
	}

/* * * * Footer * * * */

div#footer {
	font-size: 60%;
	color: #194218;
	background: transparent url(../images/border_b.gif) no-repeat;
	padding: 10px 3em;
	text-align: center;
	}

div#footer a {
	text-decoration: none;
	color: #194218;
	}

div#footer a:hover,
div#footer a:active {
	text-decoration: underline;
	}

/* * * * End * * * */