* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	background: #e5f3dd;
	min-width: 1000px;
}
/* {{{ MIN-WIDTH FOR IE */
#minwidth {
	width: expression(document.body.clientWidth<990 ? "990px" : "auto");
}
/* 
* html .minwidth {
	width: 880px;
}
*/
/* }}} MIN-WIDTH FOR IE */

h2 {
	color: #bc5402;
	font-size: 130%;
	margin-bottom: 15px;
}
p {
	margin-bottom: 1em;
	color: #585858;
}
ul.no-bullet, .no-bullet li {
	list-style: none;
}

.r {
	text-align: right;
}

/* {{{ CLEARING */
* html .float-fix {
	height: 1%;
}
.float-fix:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}
/* }}} CLEARING */

#container {
	background: transparent url(../img/back_content.gif) repeat-y left;
}

/* {{{ HEADER */
#header {
	height: 262px;
	background: #31e5ff url(../img/back_head_tile.jpg) repeat-x left top;
	width: 100%;
}
#inner-header {
	height: 172px;
    _height: 262px;
	padding: 45px 55px;
	position: relative;
	background: transparent url(../img/back_head.jpg) no-repeat left top;
}
#logo {
	position: absolute;
	left: 22px;
	top: 100px;
	width: 231px;
	height: 55px;
	background: transparent url(../img/logo.gif) no-repeat left top;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 100%;
}
#building {
	position: absolute;
	top: 32px;
	left: 255px;
	width: 494px;
	height: 265px;
	z-index: 5;
	background: transparent url(../img/building.gif) no-repeat left top;
}

#main-menu {
	font-size: 90%;
	position: relative;
	z-index: 10;
	list-style: none;
}
#main-menu li {
	display: inline;
	list-style: none;
}
#main-menu a {
	color: #048ccb;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 30px;
}
#main-menu a:hover {
	color: white;
}
/* }}} HEADER */

#content-container {
	font-size: 70%;
	background: transparent url(../img/back_content.jpg) repeat-x top;
	padding-bottom: 65px;
}
#content-container ul {
	margin: .5em 0;
	_height: 1%;
}
#content-container p {
	_height: 1%;
}
#content-container ul li {
	background: transparent url(../img/bullet1.gif) no-repeat 5px 7px;
	padding-left: 15px;
	line-height: 130%;
}
#content-container a {
	color: #048ccb;
	text-decoration: underline;
}
#content-container a:hover {
	text-decoration: none;
}
#welcome {
	width: 223px;
    _width: 243px;
	float: left;
	margin-left: -682px;
	margin-right: 18px;
	margin-top: 5px;
	padding-top: 80px;
	padding-right: 20px;
	background: transparent url(../img/back_welcome.gif) no-repeat left top;
}

/* fix for opera8 */
@media all and (min-width:0px) {
    #welcome {
		width: 243px;
	}
	#content-container div[id^="wel"] {
		width: 223px;
	}
}
/* fix for opera8 */

#inner-welcome {
	/* background: transparent url(../img/pen.jpg) no-repeat left bottom; */
	min-height: 473px;
	_height: 473px;
	padding-left: 23px;
}

#gallery-n-news {
	width: 421px;
	float: left;
	margin-left: 261px;
	_display: inline;
}
#gallery {
	margin: 41px 0 5px 0;
}

#news {
	background: white url(../img/back_news_top.jpg) no-repeat left top;
	padding: 4px 0 0 3px;
}
#inner-news {
	padding: 25px 20px 20px 26px;
	background: url(../img/back_news_bott.gif) no-repeat right bottom;
}
#news p {
	text-align: justify;
	padding-left: 15px;
}
#news p.r {
	text-align: right;
}
#offers {
	margin-left: 697px;
	padding: 90px 0 0 45px;
	background: transparent url(../img/back_offers.gif) no-repeat left top;
}
#inner-offers {
	width: 230px;
}

/* {{{ FOOTER */
#footer {
	height: 37px;
	margin-top: -37px;
	border-bottom: 10px solid #21540d;
	position: relative;
	clear: both;
    min-width: 1000px;
}
#copy {
	position: absolute;
	bottom: -10px;
	background: #3ea905 url(../img/back_copy.jpg) no-repeat left top;
	width: 198px;
	height: 37px;
	left: 262px;
	color: white;
	font-size: 70%;
	line-height: 37px;
	text-align: center;
}
#studio {
	font-size: 75%;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	left: 525px;
	color: #048ccb;
}
#studio span {
	text-decoration: underline;
}
#studio a {
	color: #667087;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#studio b {
	color: #b64304;
}
/* }}} FOOTER */
