<style type="text/css">


#body {
	margin:0;
	padding:0;
	
}

#Container {
	position:relative;
	border:3px;
	background-color:ff0099;
	margin: 0 auto;
	top:0px;
	width:1036px;
	height:1088px;
	background-image:url(images/wsc-bkg.jpg);
	
}

#rotators{
	display:inline-block;
}
#lc2w-header {
	background-image:url(images/wsc-bkg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:1px;
	top:344px;
	width:1036px;
	height:auto;
	border: 3px;
}

#index-02 {
	position:absolute;
	left:0px;
	top:450px;
	width:1px;
	height:750px;
}

#featured {
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:440px;
	width:728px;
	height:375px;
	overflow:hidden;
	background-image: url(images/featured.jpg);
}

#featured2 {
	position:absolute;
	left:764px;
	top:440px;
	width:270px;
	height:373px;
	overflow:hidden;
}
#featured img{
	margin-top: 8px;
	margin-left: 20px;
}


#featured2 ul{
	left:0px;
	font-size:1.3em;
	line-height:1.9em;
}

#vidContainer{
	position:absolute;
	top:774px;
	width: 1035px;
	display:inline-block;
	height: 664px;
	left: -1px;
}

#videos{
	float:left;
	padding-top:10px;
	padding-right:10px;
	width: 700px;
}

#wsc-videos{
	position:absolute;
	float:left;
	top:820px;
	margin-left:20px;
	padding-top:10px;
	padding:10px;
	width: 460px;
	background-image: url(images/wsc-vid-bkg.jpg);
	
}

#wsc-gallery{
	position: absolute;
	float:right;
	top:820px;
	width: 496px;
	left: 512px;
	top: 821px;
	background-image: url(images/wsc-broch.jpg);
	background
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	height: 252px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 25px;
	background-color: #09a3af;
	font-size: 14px;
}

#sidebar1.menu {
	float:right;
}

#menu img{
	border: none;	
}

#sidebar1 img{
	border: none;	
}

#registration {
	position:absolute;
	left:2px;
	top:1089px;
	width:250px;
	height:250px;
}

#details {
	position:absolute;
	left:261px;
	top:1089px;
	width:250px;
	height:250px;
}

#yp-conf {
	position:absolute;
	left:521px;
	top:1089px;
	width:250px;
	height:250px;
}

#contact {
	position:absolute;
	left:781px;
	top:1089px;
	width:250px;
	height:250px;
	decoration: none;
}

#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 260px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 30px;
	z-index:1;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footerContainer {
	
}

