/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../gfx/bg_fill.gif);
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	/*background-image:url(../gfx/bg.gif);*/
	/*border:1px solid #000;*/
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#header {
	height: 150px;
	background-image:url(../gfx/bg_header.gif);
	background-repeat:repeat;
}

table, tr, td {
	padding: 0px;
	margin: 0px;
}

#navigation {
	background-color:#FFFFFF;
	margin-top: 5px;
	width: 150px;
	float: left;
}

#text {	
	float: right;
	width: 832px;
	margin-top: 0px;
	padding	: 0px 5px;
	background-image:url(../gfx/bg.gif);
	/*border: 1px solid #000000;*/
	min-height: 400px;
}

#text #title {
	padding: 0px 5px;
}
#text #body {
	padding: 0px 5px;
}
#text #download {
	height: 30px;
	padding: 0px 5px;
	margin-bottom: 5px;
	background-image:url(../gfx/bg_download.gif);
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	line-height: 30px;
}

#footer {
	background-color:#FFFFFF;	
	text-align: center;
	font-size: 11pt;
	clear: both;
	border-top: 1px solid #CCCCCC;
}

.gallery {
	text-align:  center;
	width: 100%;
	margin-bottom: 20px;
}