body {
	background: url(images/bg3.jpg) top center no-repeat fixed;
	/*background: url(images/bg-dosky.jpg) white;*/
	text-align: center;
	margin-top: 10px;
}

#page {
	width: 770px;
	margin: 0px auto 0 auto; 
	text-align: left;
    background: white;
    border: 10px solid white;
    border-top-width: 2px;
}

#page > .in {
    padding: 0 0 20px 0;
}

#topLangs {
	text-align: right;
	font-size: .9em;
}

#header {
	height: 100px;
	background: #191970;
	margin-bottom: 5px;
	position: relative;
}

#header #logoBox {
	font-family: Georgia, "New York CE", serif; 
	font-size: 30px;
	font-style: italic;
	position: absolute;
	top: 63px;
	left: 20px;
	color: silver;
}
#header #logoBox a {
	text-decoration: none;
	color: silver;
}

#main {
	background: url(images/bg-main.jpg) top left repeat-x;
	border-top: 1px solid #191970;
}
#main > .in {
	padding: 9px 20px 0 20px;
}

#main.hasSide #content {
	float: left;
	width: 490px;
}

#content > .in {}

#flashMessages {
	padding: .75em 1em;
	background: #FFFFCC;
	margin-bottom: 1.5em;
}
#flashMessages p {
	margin-bottom: 0;
}
#flashMessages .ok {}
#flashMessages .err {
	color: red;
}

#side {
	float: right;
	width: 240px;
	font-size: .9em;
	color: gray;
}

#side > .in {
	padding: 0 10px;
	margin-left: 10px;
	border-left: 0px dashed silver;
}

#side .box {
	margin-bottom: 1.5em;
}

#side .box h4 {
	background: #EBEBEB;
	padding: 3px 5px;
	border-top: 1px solid silver;
}
#side .box p {
	padding: 0 3px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
	padding: 0 0 5px 20px;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#quickNav {
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.6666em;
	margin-bottom: .83em;
}
#quickNav a {
	color: gray;
}


#side .facilityBox {
	padding: 10px;
	border-bottom: 1px solid #EBEBEB;
}
#side .facilityBox a.thumb {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
	background: White;
	height: 50px;
}
#side .facilityBox a.det {
	color: gray;
	font-size: .9em;
}
#side .facilityBox:hover {
	background: #FFFFCC;
}

.fac-archive-box {
	margin: 0 0 1em 0;
	padding: 10px;
}
.fac-archive-box:hover {
	background: #FFFFCC;
}
.fac-archive-box a.thumb {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
	background: White;
	height: 75px;
    width: 100px;
    text-align: center;
}

.mainImgBox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px;
	background: White;
	border:  1px solid #EBEBEB;
	height: 150px;
}

#orderForm {
	background: #FFFFCC;
	padding: 10px;
	border: 1px solid gray;
	color: black;
}
#orderForm span.label {
	display: block;
}
#orderForm span.required {
	font-weight: bold;
}
#orderForm p.needfix {
	color: red;
}
#orderForm input.text {
	width: 160px;
}
#orderForm input.short {
	width: 80px;
}
#orderForm textarea {
	width: 160px;
	height: 50px;
}