/*
adapted from a design by http://www.code-sucks.com
	  
*/


body {
	font-family: "Century Gothic", Arial, "sans serif";
	font-size: 12px;
	line-height: normal; 
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #fff;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #336666;
}

/* === main navigation menu === */
  #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #a4c2c2;
width: 210px;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;

font-weight: bold;
}

#navcontainer a:hover
{
background-color: #336666;
color: #FFF;
}

#navcontainer ul li li a
{
display: block;
color: #FFF;
background-color: #a4c2c2;
width: 10em;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #a4c2c2;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 width: 235px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 width: 633px;
 display: inline;
}

#content2 { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 850px;
 width: 630px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #DFEEEE;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 600px;
 width: 195px;
 float: left;
 position: relative;
}
.clear { clear: both; }

#footer {
 float: left;
 width: 900px;
 color: #336666;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #fff;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(file:///Macintosh HD/Websites/4. events/images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(file:///Macintosh HD/Websites/4. events/images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(file:///Macintosh HD/Websites/4. events/images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
h2 {
	font-family: "Century Gothic", Arial, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
}
h1 {
	font-family: "Century Gothic", Arial, "sans serif";
	font-size: 20px;
	font-weight: bold;
	color: #999966;
}
h3 {
	font-family: "Century Gothic", Arial, "sans serif";
	font-size: 12px;
	font-weight: bold;
	color: #a4c2c2;
}
a {
	color: #336666;
}
.small {
	font-family: "Century Gothic", Arial, "sans serif";
	font-size: 10px;
}
.cfp {
	padding: 10px;
	border: 1px solid #ccc;
}
