@charset "UTF-8";
/* CSS Document */

@import url('cg_nav_style.css');

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/header_bkg.jpg) no-repeat top center;
}

h1 {
	color: #F00;
	font-size: 32px;
}

h2 {
	color: #0CF;
}

h3 {
	color: #FFF;
}

p, li {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}

a {
	color: #0CF;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	text-decoration: underline;
}


#Wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}

#TopBarStripe {
	width:100%;
	height: 30px;
	padding: 4px;
	background: #003;
	float: left;
}

#TopBarWrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
}

#TopBarWrapper input {
	width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	background: #000;
	border: 1px #CCC solid;
	color: #FFF;
}

#TopBarWrapper #SubmitButton {
	float: left;	
}

#TopBarWrapper #SubmitButton input {
	background: #03C;
	color: #FFF;
	border: 0px;
}

.Skin {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#Header {
	width: 960px;
	height: 335px;
	float: left;
	position: relative;
}

#OfferPanel {
	width: 443px;
	height: 167px;
	position: absolute;
	left: 20px;
	top: 19px;
}

#TopBar {
	width: 547px;
	height: 216px;
	float: left;
	background: url(../images/topbar_bkg.jpg) no-repeat;
	position: relative;
	padding-top: 35px;
	padding-right: 213px;
	padding-bottom: 10px;
	padding-left: 200px;
}

#MainWindow {
	width: 750px;
	float: left;
	background: url(../images/mainbkg.jpg) repeat-y;
	position: relative;
	padding: 15px 186px 20px 20px;
}

#LeftColumn {
	width: 170px;
	min-height: 300px;
	float: left;
}

#MainContent {
	width: 550px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

#RightColumn {
	width: 180px;
	float: left;
	margin-left: 6px;
}

#NavBar {
	width: 960px;
	height: 75px;
	float: left;	
}


#TrolleyModule {
	width: 180px;
	height: 86px;
	background: url(../images/trolley_module.png) no-repeat;
	position: absolute;
	padding: 137px 5px 5px 5px;
	left: 769px;
	top: 21px;
}

.EventsSummary h3 {
	margin-bottom: 3px;
	color: #FFF;

}

.EventsSummary h2 {
	font-size: 24px;
	margin-top: 3px;
}

.EventsSummary td {
	color: #FFF;
}

#Paypal_Donate {
	position: absolute;
	top: 250px;
	left: 10px;
	z-index: 500;
}

.gallerycomment {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;	
}
