﻿
@import url( 'top_panel.css' );
@import url( 'left_panel.css' );
@import url( 'right_panel.css' );
@import url( 'lightbox.css' );
@import url( 'image-slideshow-vertical.css' );

/* Body of the Whole page */
body {
	margin-top        : -18px; 
	min-width         : 882px;
}

div#container {
	width       : 882px;
	overflow    : hidden;
}
	/* I.E. 7.0 hack \*/
	* html div#container {
		margin-top  : -15px;
		height      : 1%;
		width       : 888px;
	}
	/* I.E. 7.0 hack \*/


div#copyright {
	margin-top  : 10px;
	padding-top : 8px;
	width       : 94%;
	border-top  : dotted 1px #9A9A9A;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}