/* CSS Document */

body {
	margin: 0px;
	background-color: #FFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #336;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
	}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: -.7em;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: -.7em;
	}

a img {
	border: none;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #f60;
	}

a:hover, a:active {
	text-decoration: underline;
	}

#container {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #339;
}

/* b_of header */

#header {
	border: 0px solid red;
	padding: 15px;
	height: 15px;
	background-color: #339;
	color: #CCFF42;
}

#header_logo {
	border: 0px solid red;
	float: left;
	}

#header_nav {
	border: 0px solid red;
	float: right;
	font-size: 12px;
	}
	
#header_nav a:link, #header_nav a:visited {
	color: #CCFF42;
	text-decoration: none;
	}
	
#header_nav a:hover, #header_nav a:active {
	color: #fff;
	}

/* e_of header */

/* b_of sidebar */

#sidebar-left {
	border: 0px solid green;
	width: 117px;
	background-color: #66C;
	text-align: center;
	float: left;
	margin: 0px;
	clear:left;
}

.button {
	margin-top: 20px;
	display:inline
}

.button-rndcnr {
	margin-top: 20px;
}

a:link img.button,  a:visited img.button {
	border: 2px solid #66C;
	}
	
a:hover img.button, a:active img.button {
	border: 2px solid #FFF;
	}
	
/* e_of sidebar */

/* b_of center */

#centerchannel {
	border-left: 117px solid #66C;
	margin-left: 0;
	padding: 0;
}

#center-top {
	border: 0px solid red; 
}

#center-col1 {
	border: 0px solid green; 
	}
	
#center-col2 {
	border: 0px solid blue; 
}

/* e_of center */

.spacer {
	clear: both; 
	visibility: hidden; 
	margin-bottom: 0px;
	}

#footer {
	border: 0px solid red;
	clear: both;
}
