body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	height:100%;
}

#header_back{
	height:180px;
	background:url(images/header_back_bg.gif) repeat-x;
}

#header{
	width:920px;
	height:180px;
	background: transparent url(images/header.gif) no-repeat;
}

#body_container{
	width:920px;
	background:url(images/body_left.gif) no-repeat left top;
}

#body_content{
	width:820px;
	background:url(images/body_right.gif) no-repeat right top;
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	padding-top:40px;
}

#body_height{
	width:2px;
	height:200px;
	float:right;
}

#footer{
	width:920px;
	height:135px;
	background:url(images/footer.gif) no-repeat;
}

#menu-top ul {
	margin: 0 20px;
	padding: 25px 0 0 0;
	list-style: none;
	font-size: 85%;
	float:right;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menu_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menu_right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #333333;
	font-size:13px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
#menu-top a:hover { background:url(images/menu_left_on.gif) no-repeat left top; }
#menu-top a:hover span { background: transparent url(images/menu_right_on.gif) no-repeat right top; }

#prop {
	height:350px;
	float:right;
	width:1px;
}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* default properties */
td {
	font-size:13px;

}
a {
	text-decoration:none;
	color:#1777a5;
}
a:hover {
	color:#06557b;
}

/* text stylings */
.subtitle {
	background: url(images/dott.gif) bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-bottom: 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

.message {
	text-align: center;
	font-weight:bold;
	color: red;
}

/* gallery properties */
div.gallery {
	float:left;
	width:180px;
	margin-right:80px;
}
div.gallery_title {
	font-size:14px;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	margin-bottom:5px;
}
div.gallery_thumb {
	padding: 10px;
	width: 320px;
	float:right;
	margin-right:-130px;
}
	
