body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	background-image: url(/images/img01.jpg);
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}
h1 {
	font-size: 197%;
	text-align: center;
}

h2 {
	font-size: 167%;
	text-align: center;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
	text-align: left;
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: medium none #F00;
	white-space: pre;
	cursor: auto;
	margin-right: auto;
	margin-left: auto;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	position: absolute;
	left: 273px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #AD1112;
}

/* Page */

#page {
	width: 700px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pagewide {
	width: 895px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 425px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}
#contentcentre {
	float: right;
	width: 425px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}
#contentright {
	float: left;
	width: 425px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}
#sidebarleft {
	float: left;
	width: 215px;
}
#sidebarright {
	float: right;
	width: 215px;
}
#footer {
	float: right;
	width: 215px;
}

#sidebar a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: square;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
	color: #000;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar ul li p {
	margin: 0;
	color: #000;
}

.boxed {
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(/images/img10.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	background-image: url(/images/img08.png);
	background-repeat: no-repeat;
}
.boxed .titleleft {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	background-image: url(/images/img08l.png);
	background-repeat: no-repeat;
}

.boxed .content {
	padding: 15px;
	background-image: url(/images/img10l.png);
	background-repeat: repeat-y;
}
.boxed .contentleft {
	padding: 15px;
	background-image: url(/images/img10.png);
	background-repeat: repeat-y;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}
#wide {
	float: none;
	width: 660px;
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}
#gallery {
	float: none;
	width: 810px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
}
.ContactsTable {
	color: #50108E;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

#nav {
	width: 700px;
	height: 40px;
	margin: 0 auto;

}
#page #wide div p {
	font-weight: normal;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	cursor: auto;
	text-align: left;
}
#page #content div p strong .content {
	font-weight: normal;
}
#page #content div .content strong {
}
