/*-------------------- *
*                      *
*  layout1.css        *
*  Webexperiment.net   *
*  Homepage Stylesheet *
*  Steven Robinson     *
*  June 2007           *
*                      *
* ---------------------*/

/* General settings */

* {
	padding: 0;
  margin: 0;
	border-collapse: collapse;
}

body {
  font-family: "Lucida Grande", Tahoma, "Helvetica","Arial",sans-serif;
	font-size: 70%;
	text-align: center;
}

#wrapper {
	width: 770px;
	margin: 0px auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#header {
	width: 770px;
	height: 90px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #484848;
	color: White;
	text-decoration: none;
	float: center;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #606060;
	color: #fff;
}

#navcontainer2 {
	margin:0;
	padding:0;

	float:left;
	width:100%;
	border:1px solid #42432d;
	border-width:1px 0;
}



#navcontainer2 li {
	display:inline;
	padding:0;
	margin:0;
}

#navcontainer2 a:link,
#navcontainer2 a:visited {
	color:#000;
	background:#C0C0C0;
	padding:10px 17px 10px 10px;
	float:;
	width:auto;
	text-decoration:none;
	font:bold 1em/0.5em Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}

#navcontainer2 a:hover {
	color:#fff;
	background:#909090;
}

#page #navcontainer2-page a,
#functions #navcontainer2-functions a,
#settings #navcontainer2-settings a, {
	background:#435a00;
	color:#fff;
	text-shadow:none;
}

#page #navcontainer2-page a:hover,
#functions #navcontainer2-functions a:hover,
#settings #navcontainer2-settings a:hover, {
	background:#e35a00;
}

#navcontainer2 a:active {
	background#e35a00;
	color:#fff;
}

#horizNav {
	width: 770px;
	height: 10px;
}

#content {
	width: 770px;
	border-top: 1px solid black;
}

.column {
    padding: 20px;
}

#leftContent {
	display: inline;
	width: 390px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
  /* padding-top: 15px; */
  border: 1px solid black;
}

#rightContent {
	display: inline;
	width: 240px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
  /* padding-top: 15px; */
  border: 1px solid black;
}

#footer {
	width: 770px;
	height: 5px;
	clear: both;
	text-align: center;
}

/***** Inline Elements *****/

#header #logo {
	margin: 5px 0 0 30px;
}

#horizNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#horizNav ul li {
	float: left;
	font-weight: bold;
}

#horizNav ul a {
	display: block;
  float: left;
	padding: 0 2em;
	height: 30px;
	/* line-height: 30px; */
	font-size: 110%;
	text-decoration: none;
	border-right: 1px solid #F1EFEB;
}

ul {
  padding:0;
  margin:0;
  /* line-height: 18px;*/
  list-style: none;
  text-align: left;
  /* margin-left: 25px; */
}

li {
  color: black;	
  padding:0;
  margin:0;
  margin-bottom: 5px;
}

.adverts {
  margin-left: 10px; 
}

.adverts li {
  margin-bottom: 10px;
  font-size: 95%;
}

.adverts h3 {
  margin: 0;
  font-size: 110%;
}

p.advert_text {
  margin:0;
  margin-top:3px;
  margin-bottom:3px;
}

ul a {
	text-decoration: none;
  /* background-color: white; */
}

ul a:hover {
	color: #ffff00;
}

h2 {
  font-size: 150%;
}

h2, h3 {
	text-align: left;
    margin-bottom: 10px;
	/* padding: 10px 20px 0 20px; */
}

p {
	/* padding: 20px 30px; */
  margin-bottom: 15px;
	text-align: left;
}


