body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #FCB948;
	background-image: url(img/pattern_logo.png);
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #000000;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

.allCorners {
background-color: #FFFFFF;
-webkit-border-top-right-radius: 10px; 
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
}

.topCorners {
background-color: #FFFFFF;
-webkit-border-top-right-radius: 10px; 
-webkit-border-top-left-radius: 10px;
}


.bottomCorners {
background-color: #000000;
	border-bottom: 10px solid #000000;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
}

#header{
	height: 139px;
	background: #000000;
	text-align: center;
}

img
{  border-style: none;
}

#BtnNav{
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
	border-top: 6px solid #FFFFFF;
}

#linSpc{
	height: 0px;
	background: #FFFFFF;
	padding: 0px;
	border-top: 6px solid #000000;
	text-align: center;
}

#left {
float:left; 
width: 240px;
padding: 10px;
}

#ftleft {
float:left; 
width: 340px;
padding: 1px;
}

#right {
	float:right;
	width: 450px;
border-left: 1px dotted;
	color: #000000;
padding: 10px;
}

#centered {
	margin-left: auto; 
	margin-right: auto;
	width: 650px;
	color: #000000;
	padding: 4px;
}

#ftright {
float:right; 
width: 340px;
padding: 1px;
}


#footer{
	clear:both;
	height:120px;
	text-align: center;
	border-top: 4px solid #000000;
	background-color: #FFFFFF;
	padding: 6px;
}

#footer p {
margin-top: 10px;
font-size: 90%;
color:#FFFFFF;
}

p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
color: #000000;
font-size: 110%; 
border-bottom: 2px solid #FCB948;
}
h2 {font-size: 105%; color: #000000;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #000000;
}

content{
border-bottom:none
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 40px;
width: 250px;
}

/*
  First define a content are width and position, if needed. I'm centering
  the 623px wide shell
*/
#clb-shell {
  margin : auto;
  width : 623px;
}

/* 
  My main experiment sub-heading. Just setting color
*/
#clb-shell h2 {
  color : #669900;
}

/*
  Now I'm resetting the paragraph padding (it was zeroed). I'm also clearing
  the p, but I don't really need this for the top one, only the bottom. The 
  top has no effect (it'll clear the heading by default), but it is needed 
  for the bottom (depending on the shell width versus the ul width). It may 
  not be needed at all. Your situation will determine.
*/
#clb-shell p {
  padding : 2px;
  clear : both;
}

/*
  I define the width of the ul, set the height (in ems!) align the text and
  remove list styles. The last may not be needed on most browsers
*/
ul#clb {
  width : 550px;
  height : 11em;
  text-align : center;
  list-style-type : none;
}

/*
  Now I style the individual boxes (li)
*/
ul#clb li {
  margin : 3px 15px;
  border : 1px solid #666;
  width : 150px;
  height : auto;
  background : #ffffea;
  float : left; 
  display : inline;
}

/*
  Style the li links
*/
#clb-shell a {
  color : #669900;
}
#clb-shell a:hover, #clb-shell a:focus, #clb-shell a:active {
  color : #000;
  text-decoration : none;
}
#clb-shell a:focus, #clb-shell a:active {
  background-color : #fff;
}

/*
  Style the h3 links
*/
#clb-shell ul#clb h3 a {
  color : #333;
  display : block;
  width : 140px;
  padding : 0px 0px;
  background : #FCB948 repeat-x; 
  border-bottom : 1px solid #666;
  text-decoration : none;
}
#clb-shell ul#clb h3 a:hover, #clb-shell ul#clb h3 a:focus, #clb-shell ul#clb h3 a:active {
  background : #957412 repeat-x;
  color : #fff;
}

/*
  This tyles the text p content within the li separately. The most important 
  thing here is to re-kill the padding and add the margin to create good gutters
*/
ul#clb p {
  font-size : 0.9em;
  padding : 0;
  margin : 10px;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:active {color:#000000;}
a:hover {color:#000000; text-decoration:none}	