/* CSS Document */

body {
	background: #FFFFFF url(images/mainbg.jpg) top repeat-y;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
}

#main {
	width: 798px;
	text-align: center;
	margin: auto;
	background: #FFFFFF url(images/middlebackground.jpg) top repeat-x;
	border-right: 1px #00457c solid;
	border-left: 1px #00457c solid;
}

#header {
	width: 798px;
	height: 138px;
	background: #FFFFFF url(images/header.jpg) bottom left no-repeat;
	text-align: right;
}

#border1 {
	width: 798px;
	height: 1px;
	background: #FFFFFF url(images/blueborder1.jpg) top no-repeat;
	text-align: right;
}

#projectarea {
	width: 798px;
	height: 449px;
}

#clipsheight {
	width: 798px;
	height: 380px;
}

#submenu {
	width: 798px;
	height: 40px;
}

a{
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
}
.show{
	display: block;
}
