@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg); 
	background-repeat:repeat-x;	
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	width:900px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	height: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size:22px;
	text-align:left;
	letter-spacing:2px;
	top:0px;
	}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	font-weight:400;
	font-size:18px;
	text-align:left;
	letter-spacing:1px;
	top:0px;
	}	
p{
	font-size:13px;
	text-align:left;
	line-height:18px;
	top:0px;}
.topbanner{
	width:900px;}
.logo{
	width:199px;
	margin-right:250px;
}
.tagline{
	width:451px;
	right:0px;}
.nav{
	width:900px;
	height:44px;
	}
.sliderBCK{
	width:900px;
	height:289px;
	background-image:url(../images/WCA_10.jpg);
	}
	
/* Easy Slider */

	#slider{
		margin-left:36px;
		padding-top:18px;
		}
	#slider ul, #slider li{
		margin:0px;
		padding:0px;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:828px;
		height:289px;
		overflow:hidden; 
		}	
.mainContent{
	float:left;
	width:518px;
	padding-left:18px;
	}
.thumbnails{
	float:left;
	width:324px;
	padding-left:36px;
	padding-top:18px;
	}	
.leftpic{
	margin-right:18px;}
.leftbottompic{
	width:144px;
	margin-top:18px;
	margin-right:18px;}
.pic{
	margin-right:15px;
	margin-bottom:10px;}

.style1 {
	color: #CC0000;
	font-weight: bold;
}
.style2 {
	font-size: 13px;
	text-align:left;
}
.social{
	margin-top:18px;}
.address{
	font-size:11px;
	text-align:right;
	line-height:15px;
	top:0px;
	padding-right:18px;}
.footer {
	position:fixed;
	width: 100%;
	height:28px;
	left:0px;
	bottom:0px;
	background-image:url(../images/bottomBar_12.jpg);
}
