/* CSS Document */	body,	html {		margin:0;		padding:0;		background-image:url(IMG/page-bg.jpg);		background-position:center;		background-attachment:fixed;		background-repeat:repeat-x;		background-color:#000000;		color:#000;		font-family:Palatino, Georgia, serif;		font-size:small;		font-weight:100; 	}		body {		min-width:800px;	}		a:link {	color:#669933;	text-decoration: none;	font-weight:bold;	}	a:visited {	text-decoration: none;	color: #0066CC;	font-weight:bold;	}	a:hover {	text-decoration: none;	color: #996600;	font-weight:bold;}	a:active {	text-decoration: none;	font-weight:bold;	}		#space{	height:10px;	}		#body-header{	height:43px;	text-align:left;	margin:0 auto;	width:800px;	margin-top: 10px;	}		#wrap {		margin:0 auto;		width:800px;		background-image:url(IMG/main-bg.png);		background-position:top center;		/*background-attachment:fixed;*/		background-repeat:no-repeat;		min-height:350px;	}		h1{	font-weight:normal;	font-size:18px;	color:#000;	}		h2{	font-weight:normal;	color:#000;	}		h3{	font-weight:normal;	color:#000;	}/*Frame*/#frame-header{background-image:url(IMG/images/frame_01.png);height: 84px;width: 965px;}#frame-wrap{background-image:url(IMG/images/frame_02.png);background-repeat:repeat-y;margin:0 auto;width:965px;background-color:#000000;}#frame-footer{background-image:url(IMG/images/frame_04.png);height:79px;width:965px}/* Header */	#header {		background-image:url(IMG/header-bg.jpg);		width:800px;	}			/* Nav *//* Main Container */	#main {		float:left;		width:500px;		margin-left: 15px;		padding-left:15px;		padding-right:10px;		min-height:350px;		background-image:url(IMG/content-bg.png);		margin-top: 30px;		padding-bottom:10px;			}	#main h2, #main h3, #main p {		padding:0 10px;    }		#main img{	padding-right:5px;	}		#main table{	padding: 0 10px;	}/* Sidebar Container */		#sidebar {		float:right;		width:250px;	}		/* Footer */		#footer {		background-image:url(IMG/footer-bg.jpg);		height:20px;		clear:both;	}	#footer p {		padding:5px;		margin:0;    }/* Events */.events-title{font-size:14px;}.events-body{font-size:10px;}input{border:1px solid #ccc;}#company{color:#FFFFFF;margin-top:40px;height:25px;text-align:center;font-size:9px;background-color:#000000;}#company a {font-weight:normal;}
