@charset "UTF-8";
/* CSS Document */


/* CSS 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;
}
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;
}


/* HTML */

body {
background: url(../img/body.jpg) repeat top center;
font: 100 14px/24px Palatino, "Palatino Linotype", Georgia, Times, serif;
color: #36312e;
}

h1 {
font: 700 24px/30px Georgia, "Times New Roman", Times, serif;
color: #36312e;
padding: 10px 0 5px 0;
}

h2 {
font: 700 16px/24px Georgia, "Times New Roman", Times, serif;
color: #36312e;
padding: 10px 0 5px 0;
}

p, ul {
padding: 6px 0;
clear: both;
}

li {
padding: 0 0 0 22px;
background: url(../img/li.gif) no-repeat top left;
}

strong {
font-weight: bold;
}

a {
color: #a70531;
text-decoration: none;
}

a:hover {
color: #000;
}


#wrap {
width: 900px;
background: url(../img/wrap.jpg) repeat-y top center;
margin: auto;
}

#wrap-top {
width: 900px;
background: url(../img/wrap-top.jpg) no-repeat top center;
padding: 30px 0 0 0;
}

#wrap-footer {
width: 900px;
height: 86px;
background: url(../img/wrap-footer.gif) no-repeat top center;
margin: 0 auto 30px;
position: relative;
}

#wrap-footer a {
top: 30px;
right: 60px;
display: block;
width: 70px;
height: 25px;
position: absolute;
text-indent: -5000px;
}

#secondary-column {
width: 260px;
float: left;
padding: 20px 0 0 0;
}

#main-column {
width: 560px;
float: right;
padding: 0 43px 0 0;
margin: 0;
}

#logo {
padding: 22px 0 17px 45px;
width: 192px;
height: 69px;
margin: 0;
}

.clear {
width: 100%;
height: 1px;
line-height: 1px;
font-size: 1px;
clear: both;
}

#menu ul {
padding: 15px 23px 15px 35px;
}

#menu ul li {
background: url(../img/menu-li-bg.gif) no-repeat bottom left;
padding: 0 0 2px 5px;
width: 197px;
}


#menu ul li a {
font: 700 13px/34px Georgia, "Times New Roman", Times, serif;
color: #36312e;
text-decoration: none;
display: block;
height: 34px;
width: 172px;
padding: 0 0 0 30px;
background: url(../img/menu-li-a-bg.gif) no-repeat center left;
}

#menu ul li a:hover {
color: #a70531;
}

#menu ul li.last {
background: none;
}

.sidebox {
width: 230px;
padding: 21px 15px 15px 15px;
background: url(../img/sidebox-bg.jpg) no-repeat top right;
text-align: center;
}

#header {
width: 560px;
height: 120px;
position: relative;
margin: 0;
}

#main-heading {
width: 430px;
position: absolute;
top: 54px;
margin: 0;
}

#select-lang {
width: 120px;
position: absolute;
top: 0;
right: 10px;
}

#select-lang a {
display: block;
width: 39px;
text-align: center;
float: left;
font: 700 13px/24px Palatino, "Palatino Linotype", Georgia, Times, serif;
color: #36312e;
text-decoration: none;
padding: 70px 0 0 0;
}

#select-lang a:hover {
color: #a70531;
}

.oneCol {
width: 520px;
padding: 10px 20px;
margin: 0;
}

#theme {
cursor: pointer;
height: 326px;
overflow: hidden;
}

#content ul.twoCols li {
width: 45%;
float: left;
display: block;
}

#content ul li {
width: 450px;
}

.galleryItem {
float: left;
margin: 10px 11px;
width: 143px;
background-position: center center;
background-repeat: no-repeat;
}

#content {
width: 560px;
margin: 0;
padding: 0;
}