/*
	Secondary CSS file to support split screen
	Still has header and footer
	main area is divided with a title bar (800x35) and 2 sub-section below. 
	1 big for pics 550 x 365, and the other for supporting text 250 x 365
*/

* {
	padding: 0;
	margin: 0;
}

body {
 font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
 background: #6699cc;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#header a{
 display:block;
 width: 800px;
 height: 163px;
 margin: 10px 0px 0px 0px;
 background: #6699cc;
 background-image: url(../images/c2c_header_winter.png);
 background-repeat:no-repeat;
 background-position:center;
 text-align:right;
 float:left;
clear:both;
}

#content1 {
	background: #6699cc;
	margin: 0px 0px 0px 0px;
    float: left;
    clear: both; 
    height: 400px;
    width: 160px;
    display:inline;
}

#content2 { 
 background: #6699cc;
 margin: 0px 0px 0px 0px;
 float: left;
 height: 400px;
 width: 160px;
  clear: none; 
 display:inline;
}

#content3 { 
 background: #6699cc;
 margin: 0px 0px 0px 0px;
 float: left;
 height: 400px;
 width: 160px;
  clear: none; 
 display:inline;
}
#content4 { 
 background: #6699cc;
 margin: 0px 0px 0px 0px;
 float: left;
 height: 400px;
 width: 160px;
  clear: none; 
 display:inline;
}
#content5 { 
 background: #6699cc;
 margin: 0px 0px 0px 0px;
 float: left;
 height: 400px;
 width: 160px;
  clear: none; 
 display:inline;
}

#leftcolumn { 
 color: #cbbb9a;
 background: #4E3D2C;
 margin: 0px 0px 0px 0px;
 height: 100px;
 width: 160px;
 float: left;
 clear: both;
 padding-top: 10px;
}
#leftmiddle { 
 color: #cbbb9a;
 background: #4E3D2C;
 margin: 0px 0px 0px 0px;
 height: 100px;
 width: 160px;
 float: left;
 clear: none; 
 padding-top: 10px;
}
#middle { 
 color: #cbbb9a;
 background: #4E3D2C;
 margin: 0px 0px 0px 0px;
 height: 100px;
 width: 160px;
 float: left;
 clear: none;
 padding-top: 10px;
}
#rightmiddle { 
 color: #cbbb9a;
 background: #4E3D2C;
 margin: 0px 0px 0px 0px;
 height: 100px;
 width: 160px;
 float: left;
 clear: none;
 padding-top: 10px;
}
#rightcolumn { 
 color: #cbbb9a;
 background: #4E3D2C;
 margin: 0;
 height: 100px;
 width: 160px;
 float: left;
 clear: none;
 padding-top: 10px;
}

#footer { 
 width: 800px;
 height: 30px;
 clear: both;
 margin: 0px 0px 0px 0px;
 background-image: url(../images/c2c_footer_browngradientbar.png);

}


#footer2 { 
 width: 800px;
 height: 20px;
 color:#4E3D2C;
 background: #6699cc;
 margin: 0px 0px 0px 0px;
 background-repeat:no-repeat;
 background-position:center;

}

