body {
	padding: 0;
	margin: 0;
	font-family: 'Times New Roman', 'Helvetica', sans-serif;
	background-color: #deebfd;
	height: 100%;
/*	background-image: url('/images/homepage_52.png');
*/
	background-image: url('/images/wire.png');
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #222;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

img {
	border: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #222;
	text-decoration: none;
}
div#cloud {
	background-image: url('/images/wire.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 280px;
	z-index: 0;
}
div#wrap  {
	margin: 0 auto 0 auto;
	width: 700px;
	position: relative;
	z-index: 1;
}

img#mastimg {
	border: 0;
	margin-bottom: -23px;
	position: relative;
}
a:link#mast, a:active#mast, a:visited#mast {}
a:hover#mast {
	text-decoration: none;
}
div#main_nav {
	height: 100px;
	display: inline;
	margin-left: 81px;
}
.nav img {
	vertical-align: bottom;
}

div#frame {
	background-color: #FFF;
	height : auto;
	border: 1px solid #DDD;
	-moz-border-radius:7px;  /*Produces Fully Rounded Effect*/
	-moz-border-radius-topleft:7px;  /*Top Left Corner Rounded*/
	-moz-border-radius-topright:7px;  /*Top Right Corner Rounded*/
	-moz-border-radius-bottomleft:7px;  /*Bottom Left Corner Rounded*/
	-moz-border-radius-bottomright:7px;  /*Bottom right Corner Rounded*/
	-webkit-border-radius: 6px;  /*Produces fully rounded effect*/
	-webkit-border-top-left-radius:6px;  /*Top Left Corner Rounded*/
	-webkit-border-top-right-radius:6px;  /*Top Right Corner Rounded*/
	-webkit-border-bottom-left-radius:8px;;  /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-right-radius:8px;  /*Bottom Right Corner Rounded*/		
	/*Yeah, die in a fire IE*/	
}
.gallery {
	padding: 6px;
	background-color: #EEE;
	height : auto;
	border: 1px solid #DDD;
	-moz-border-radius:7px;  /*Produces Fully Rounded Effect*/
	-moz-border-radius-topleft:7px;  /*Top Left Corner Rounded*/
	-moz-border-radius-topright:7px;  /*Top Right Corner Rounded*/
	-moz-border-radius-bottomleft:7px;  /*Bottom Left Corner Rounded*/
	-moz-border-radius-bottomright:7px;  /*Bottom right Corner Rounded*/
	-webkit-border-radius: 6px;  /*Produces fully rounded effect*/
	-webkit-border-top-left-radius:6px;  /*Top Left Corner Rounded*/
	-webkit-border-top-right-radius:6px;  /*Top Right Corner Rounded*/
	-webkit-border-bottom-left-radius:8px;;  /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-right-radius:8px;  /*Bottom Right Corner Rounded*/
}
div#feature {
	height: 281px;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
div#feature img {
	display: block;
}
div#news {
	padding: 3px;
	height: 34px;
	border-bottom: 1px solid #DDD;
	width: 694px;
	font-size: 20px;
}
	div#headline {
		width: 530px;
		float: right;
		height: 30px;
		padding: 10px 0 0px 0;
		font-size: 17px;
		text-decoration: underline;
	}
div.newsblock {
	padding-top: 17px;
	height: 150px;
	width: 232px;
	border-right: 1px solid #DDD;
	float:left;
	text-align: center;
}
p.desc {
	padding: 5px;
	font-size: 14px;
}
div#lastblock {
	border-right: none;
}
td {
	vertical-align: top;
}
/*
App page
*/
img.icon {
	margin: 0 30px 0;
}
p.app {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 5px;
	width: 100%;
}
.bottomborder {
	border-bottom: 1px solid #DDD;
}
.topborder {
	border-top: 1px solid #DDD;	
}
.desc {
	line-height: 160%;
}

/*
Contact page
*/
.contactinfo {
	background-color: #EEE;
	height : auto;
	border: 1px solid #DDD;
	-moz-border-radius:7px;  /*Produces Fully Rounded Effect*/
	-moz-border-radius-topleft:7px;  /*Top Left Corner Rounded*/
	-moz-border-radius-topright:7px;  /*Top Right Corner Rounded*/
	-moz-border-radius-bottomleft:7px;  /*Bottom Left Corner Rounded*/
	-moz-border-radius-bottomright:7px;  /*Bottom right Corner Rounded*/
	-webkit-border-radius: 6px;  /*Produces fully rounded effect*/
	-webkit-border-top-left-radius:6px;  /*Top Left Corner Rounded*/
	-webkit-border-top-right-radius:6px;  /*Top Right Corner Rounded*/
	-webkit-border-bottom-left-radius:8px;;  /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-right-radius:8px;  /*Bottom Right Corner Rounded*/		
	/*Yeah, die in a fire IE*/
	text-align: center;
}
