* {
	margin: 0; padding: 0; border: 0;
	}

img, div { behavior: url(iepngfix.htc); }

/**/

#container {
	background-color: #fff;
	width: 640px;
	margin: 0 auto;
	}

#header {
	background-color: #000;
	width: 640px;
	height: 400px;
	}

#logo {
	background: transparent url(img/transparent-40.png) repeat;
	width: 620px;
	height: 60px;
	margin: 0 0 286px 0;
	padding: 10px;
	}	

#menu {
	background: transparent url(img/transparent-60.png) repeat;
	font-size: 0.68em;
	width: 640px;
	padding: 10px 0;
	}
	
#menu a {
	color: #fff; font-weight: bold;
	text-decoration: none; text-transform: uppercase;
	padding: 10px;
	}

#menu a:hover, #menu a.selected {
	color: #fff;
	}

#content {
	margin: 0 0 20px 0;
	padding: 20px 10px 0 10px;
	}

#content img {
	background-color: #fff;
	padding: 2px;
	border: solid 1px #ccc;
	}

#content img.photoswap {
	margin: 0 0 0 10px;
	}

#footer {
	font-family: "lucida grande", "lucida sans", sans-serif; font-size: 0.68em; color: #666;
	background: transparent url(img/bg_dots_h.gif) top repeat-x;
	padding: 10px;
	clear: both;
	}

/**/

body {
	font-family: "lucida grande", "lucida sans", sans-serif; font-size: 1em; color: #222;
	background: #ccc url(img/bg_body.gif) repeat-x;
	}

p, table {
	font-size: 0.68em;
	line-height: 2em; text-align: justify;
	margin: 0 0 20px 0;
	}

td {
	padding: 4px;
	}
	
a {
	color: #339966;
	}

/**/

h1, h4 {
	font-family: georgia, "lucida grande", "lucida sans", sans-serif; font-size: 1.2em; color: #3366cc; font-weight: normal;
	margin: 0 0 10px 0;
	}

/**/

input, textarea {
	font-family: "lucida grande", "lucida sans", sans-serif; font-size: 0.68em; color: #444;
	padding: 4px;
	border: solid 1px #999;
	}