body {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 25px 0px; 
	text-align: left;
	font-family: Verdana;
	font-size: 0.85em;
	color: #000000;
	background-image: url(bg.gif);
}
p {
	line-height: 1.5em;
	padding: 0;
	margin: 7px 0px 0px 0px;
}
img {
	border: 0px;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}


/* Main design table */
table#main {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
table#main .head {
	height: 37px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	background-image: url(head_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
table#main .logo {
	height: 289px;
	width: 343px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	background-image: url(logo_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
table#main .menu {
	height: 289px;
	width: 677px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	background-image: url(menu_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
table#main .sidebar {
	height: 383px;
	width: 313px;
	padding: 0px 20px 5px 10px;
	text-align: left;
	vertical-align: top;
	background-image: url(sidebar_bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
table#main .content {
	height: 383px;
	width: 647px;
	padding: 0px 10px 5px 20px;
	text-align: left;
	vertical-align: top;
	background-image: url(content_bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
table#main .foot {
	height: 41px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	background-image: url(foot_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* langs */
#langs {
	float: right;
	width: 92px;
	padding: 7px 0px 0px 0px;
}
#langs .item {
	padding: 0px 5px 0px 0px;
}

/* logo */
#logo {
	padding: 43px 0px 0px 11px;
	width: 309px;
	height: 177px;
}
#logo .click {
	display: block;
	width: 309px;
	height: 177px;
	cursor: pointer; _cursor: hand;
}

/* menu */
#menu {
	padding: 10px 10px 0px 20px;
	width: 100%;
	height: 250px;
}
#menu td {
	vertical-align: middle;
	text-align: center;
}

/* sidebar */
#sidebar {
	color: #fff;
	border: 1px solid #fff;
	min-height: 100px;
	_height: 100px;
}

/* content */
#content {
	color: #fff;
	border: 1px solid #fff;
	min-height: 375px;
	_height: 375px;
}
h1.title {
	display: block;
	text-align: center;
	background-color: #b61912;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 4px 0px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.info {
	padding: 0px 10px 5px 10px;
}

/* Gallery */
#gallery {
	padding: 0px 10px 0px 10px;
}
#gallery .title {
        display: block;
        color: black;
        font-weight: bold;
        padding: 5px 5px 10px 5px;
        color: #fff;
}
#gallery .title a {
	color: #fff;
}
#gallery .group {
        display: block;
}
#gallery .boxx {
        float: left;
        width: 120px;
        height: 83px;
        padding: 3px 3px 3px 3px;
}
#gallery .pic {
        float: left;
        text-align: center;
        vertical-align: center;
        width: 110px;
        height: 73px;
}

