/* Full Page Container
--------------------------------------*/
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	position: relative;
	width: 750px;
	left: 0px;
	top: 0px;
}
/* Header / Primary Navigation
--------------------------------------*/
#header {
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 0px;
}
#header-spacer {
    position:relative;
    top:0px;
    left:0px;
    height:75px;
    padding:0px;
    margin:0px;
    background: url(graphics/csc-gradient-top-XL.jpg) no-repeat;
}
#header-banner {
    position:relative;
    top:0px;
    left:0px;
    height:150px;
    padding:0px;
    margin:0px;
    background: url(graphics/csc-header.gif) no-repeat;
}
#header-nav {
    position:relative;
    width:750px;
    top:0px;
    left:0px;
    height:25px;
    background: url(graphics/csc-gradient-nav.jpg) no-repeat;
    text-align:center;
    overflow:hidden;
}
#nav {
    float: left;
    list-style: none;
    width: 100%;
    height: 25px;
    border: solid #000;
    border-width: 1px 0;
    padding-left: 20px;
    margin: 0;
}
/* Main Body Contents
--------------------------------------*/
#content {
    width: 750px;
    background-image: url(graphics/fauxcolumn-alt.gif);
    background-repeat: repeat-y;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
}
#float-left {
    float: left;
    width: 550px;
}
#float-left-top {
    position: relative;
    top: 0px;
    left: 0px;
    width: 550px;
    padding: 0px;
    margin: 0px;
}
#float-left-header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 550px;
    background: #888;
    color: #000;
}
#float-left-body {
    position: relative;
    left: 0px;
    top: 0px;
    width: 550px;
    color: #000;
    background: #fff;
    padding: 1px 0px 1px 0px;
    overflow: hidden;
}
#column-pair {
    position: relative;
    width: 550px;
    overflow: hidden;
}
#column-pair-left {
    float: left;
    width: 275px;
}
#column-pair-left-header {
    position:relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 275px;
    color: #fff;
    background: #444;
}
#column-pair-left-body {
    position: relative;
    top: 0px;
    left: 0px;
    width: 275px;
    color: #000;
    background: #BF9F60;
    padding: 0px 0px 5px 0px;
}
#column-pair-right {
    float: right;
    width: 275px;
}
#column-pair-right-header {
    position:relative;
    top:0px;
    left:0px;
    height:25px;
    width:275px;
    color:#fff;
    background:#666;
}
#column-pair-right-body {
    position:relative;
    top: 0px;
    left: 0px;
    width:275px;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
#float-right {
    float: right;
    width: 200px;
}
#column-solo {
    background: #cbd9e7;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    position: relative;
    width: 200px;
    left: 0px;
    top: 0px;
}
#column-solo-header {
    position:relative;
    top:0px;
    left:0px;
    height:25px;
    width:200px;
    color: #fff;
    background: #aaa;
}

/* Footer / Secondary Navigation
--------------------------------------*/
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
#footer-nav {
    position: relative;
    top: 0px;
    left: 0px;
    height: 50px;
    text-align: center;
    background: url(graphics/csc-gradient-footer.jpg) no-repeat;
}
/* Alternative Structure Elements
--------------------------------------*/
#column-alternative {
    position: relative;
    width: 550px;
    float: left;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#column-alternative-header {
    position:relative;
    top:0px;
    left:0px;
    height: 25px;
    width: 550px;
    color: #fff;
    background: #444;
}
#column-pair-full-body {
    position:relative;
    top: 0px;
    left: 0px;
    width: 550px;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
/* Sponsors (Shows Page) Structure
--------------------------------------*/
#sponsors {
    position: relative;
    width: 750px;
    background: #ACB7BF;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}
#sponsors-pair {
    float: left;
    width: 500px;
    overflow: hidden;
}
#sponsors-left {
    float: left;
    width: 250px;
}
#sponsors-right {
    float: right;
    width: 250px;
}
#sponsors-solo {
    float: right;
    width: 250px;
}
#sponsors-left-header {
    position:relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 250px;
    color: #fff;
    background: url(graphics/csc-gradient-sponsors.jpg) no-repeat;
}
#sponsors-right-header {
    position:relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 250px;
    color: #fff;
    background: url(graphics/csc-gradient-sponsors.jpg) no-repeat;
}
#sponsors-solo-header{
    position:relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 250px;
    color: #fff;
    background: url(graphics/csc-gradient-sponsors.jpg) no-repeat;
}