/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

body {
	margin:0;
	padding:30px 0;
	background:#efefe0 url(../images/bg.jpg) repeat-x top;
	color:#000;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}

#header {
	width:760px;
	height:233px;
	background:#d0d6cc url(../images/header.jpg) no-repeat;
}
#header a {
	display:block;
	width:100%;
	height:100%;
}
#nav {
	width:760px;
	height:39px;
	padding:0;
	border-bottom:1px solid #2b0000;
	background:#690303 url(../images/nav-bg.jpg) repeat-x top;
	text-align:left;
}

#nav a {
	padding:0 15px;
	font:bold 100%/39px Arial, Helvetica, sans-serif;
}
#nav a:link {
	color:#eeeac8;
	text-decoration:none;
}
#nav a:visited {
	color:#eeeac8;
	text-decoration:none;
}
#nav a:hover {
	color:#eeeac8;
	text-decoration:underline;
}

#middle {
	width:760px;
	margin-bottom:100px;
	background:#FFF url(../images/middle-bg.jpg) repeat-x top;
	text-align:left;
}
.tds td {
	vertical-align:top;
}


#catalog {
	float:left;
	width:160px;
	padding:0 20px 20px 0;
}
#catalog big {
	display:block;
	padding:15px 0 10px 15px;
	font:bold 120%/140% Arial, Helvetica, sans-serif;
}
#catalog a:link {
	color:#000;
	text-decoration:underline;
}
#catalog a:visited {
	color:#333;
	text-decoration:underline;
}
#catalog a:hover {
	color:#666;
	text-decoration:none;
}
#catalog ul {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
}
#catalog ul ul {
	margin:10px 0;
	padding:2px 0 2px 10px;
	border-left:1px solid #2b0000;
}
#catalog ul li {
	padding:3px 0;
}
#catalog ul li a {
	font:normal 90%/120% Arial, Helvetica, sans-serif;
}
#catalog ul li a.active {
	font-style:italic;
}
#catalog ul li strong {
	font:bold 90%/120% Arial, Helvetica, sans-serif;
}

#content {
	float:right;
	width:579px;
}

#text {
	padding:0 10px;
}
#text p {
	margin:10px 0;
	font:normal 100%/140% Arial, Helvetica, sans-serif;
}
#text ul {
	margin:10px 30px;
	padding:0;
	font:normal 100%/140% Arial, Helvetica, sans-serif;
}

#pages a,
#pages b {
	display:block;
	float:left;
	margin:2px 3px;
	padding:5px;
	font-size:90%;
}

#pages b,
#pages a:link,
#pages a:visited,
#pages a:hover {
	color:#000;
	text-decoration:none;
}
#pages b {
	background:#aca672;
}
#pages a:link {
	background:#eae9dc;
}
#pages a:visited {
	background:#f3f2ea;
}
#pages a:hover {
	background:#d5d2b8;
}

#gallery {
	clear:both;
	padding:10px;
	text-align:right;
}

#gallery div {
	float:left;
	margin:5px;
	padding:3px;
	border:2px solid #900;
	background:#FFF;
	font:normal 80%/140% Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}
#gallery div a img {
	margin-bottom:3px;
	border:1px solid #900;
}
#gallery div a:link {
	color:#000;
	text-decoration:none;
}
#gallery div a:visited {
	color:#333;
	text-decoration:none;
}
#gallery div a:hover {
	color:#333;
	text-decoration:none;
}

h1 {
	margin:20px 30px 15px 30px;
	font-size:120%;
}

.break {
	clear:both;
	height:1px;
	font-size:2px;
}
