@charset "utf-8";
/* CSS Document */

/* General tags */
* {margin:0; padding:0;}
body {
	background:#333333 url(images/bodybg.gif) repeat;
	font:80% arial,tahoma,sans-serif;
	color:#555555;
}
a {
	background-color:inherit;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
/*img {float:left; margin:0 10px 5px 0;}*/
#title {
    border:0px solid #000000;
	margin:20px auto -80px; 
	width:640px;
	height:120px;
}
#container {
	background:#333333 repeat;
	border:2px solid #000000;
	color:#000000;
	margin:95px auto 10px;
	padding:6px;
	width:730px;
	height:450px;
	line-height:1.3em;
}


#main {
	float:inherit;
	width:730px;
	clear: both;
	height: auto;
}
#footer {
	clear:both;
	color:#666666;
	margin-bottom: 0px;
	font-size: 11px;
}


/*scroll */
#gallery {
	/* percentage width without the fix*/
    width: 720px;
	height: 380px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #333333;
	margin: 0.3em auto 0px 0px;
	padding: 0px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 650px;
height: auto;
position: relative;
color: black;
padding: 1px;
} 


/*************************************************************/
