@media print {
	.screenonly {display:none;}
}
@media screen {
	.printonly {display:none;}
}

body {
	margin:0px;
	padding:0px;
	background-color: #520226;
	background-image: url('../img/bg.gif');
	font-family: verdana, sans-serif;
	font-size: 16px;
	color: #000000;
}

/* Header */
td #head {
	width:100%;
	background-image: url('../img/head_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 246px;
}

td#head_bl {
	width: 10px;
	height: 9px;
	text-align: left;
	vertical-align: bottom;
}

td #head_logo {
	text-align: left;
	vertical-align: top;
}

#psa {
	font-size: 12px;
	margin-left: 30px;
}

td #head_contacts {
	text-align: right;
	vertical-align: middle;
	font-size:12px;
	line-height: 13px;
}

td#head_desc {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

td #head_br {
	width: 10px;
	height: 9px;
	text-align: right;
	vertical-align: bottom;
}

span#contacts_title {
	font-size:16px;
	color: #6e0032;
	font-weight: bolder;
}

/* Menu */
table#menu {
	margin-left:9px;
	margin-bottom:30px;
	font-size: 12px;
	font-weight:bold;
}

table#menu a {
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	color: #474337;
}

td .menu_l {
	width: 10px;
	height: 39px;
	background-image: url('../img/menu_l.gif');
	background-repeat: no-repeat;
	background-position: right;
}

td .menu_bg {
	height: 10px;
	background-image: url('../img/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

td .menu_r {
	width: 16px;
	height: 39px;
	background-image: url('../img/menu_r.gif');
	background-repeat: no-repeat;
	background-position: left;
}

/* Page */
td #page {
	text-align: left;
	vertical-align: top;
	background-image: url('../img/page_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

td #page2 {
	height: 9px;
	background-color: #ffffff;
	background-image: url('../img/page_bg2.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

td #page_bl {
	width: 10px;
	height: 9px;
	background-image: url('../img/page_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

td .page_bg {
	height: 700px;
	background-color: #ffffff;
}

td #page_br {
	width: 10px;
	height: 9px;
	background-image: url('../img/page_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Footer */
div#foot {
	margin: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

div#foot a {
	color: #ffffff;
}

/* Misc */
a {
	color: #6e0032;
}

a:visited {
	color: #6e0032;
}

a:hover {
	color: #6e0032;
}

a img {
	border: none;
}

img.photo {
	margin:20px;
}

h1 {
	color: #474337;
	margin-top:0px;
	margin-bottom:-5px;
}

h2 {
	color: #6e0032;
	margin-top:0px;
	margin-bottom:-5px;
}

p {
	text-indent: 15px;
	line-height: 22px;
}

p.noindent {
	text-indent: 0px;
}

li {
	margin-bottom:5px;
	list-style-image: url(../img/bullet.gif);
}

table.nospace {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.nospace td {
	margin: 0px;
	padding: 0px;
}