﻿
@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 {
	background-attachment: fixed;
	background-image: url(/Data/Images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: f0f0f0;
	margin-top: -10px;
}

div#container {
	width       : 950px;
	overflow    : hidden;
	
}
	/* I.E. 7.0 hack \*/
	* html div#container {
		margin-top  : 0px;
		height      : 1%;
		width       : 950px;
		
	}
	/* 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;}
