/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
	text-align: center;
	color: #000000;
	background: #88b8cb url(../images/bottom_bg.jpg) left bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  #container{
	margin: 0 auto;
	width: 850px;
	background: transparent url(../images/content_bg.jpg) repeat-y;
	text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    height: 350px;
    background: transparent url(../images/header_bg2.jpg) no-repeat;
  }
  h1#logo{
	position: relative;
	top: 140px;
	left: 410px;
	width: 415px;
  }
h1#title {
	color: #FFFFFF;
	background-color: #336699;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	padding: 5px;
}

  h1#logo a{
    display: block;
    height: 150px;
    /*background: transparent url(../images/template_logo.jpg) no-repeat;*/
  }
  h1#logo a:hover{}
  ul#mainNav{
	position: relative;
	top: 170px;
	right: 60px;
	float: right;
	font-size: 18px;
	list-style: none;
	border-bottom: 1px solid #eee;
  }
  ul#mainNav li{
    float: left;
    text-align: center;
  }
  ul#mainNav a{
	display: block;
	padding: 5px 0;
	width: 120px;
	color: #369;
	text-decoration: none;
  }
  ul#mainNav a:hover{
	background: #f3f3f3;
	color: #009933;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
	overflow: hidden;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
	background-image: url(../images/product2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
  }
  #content{
    float: left;
    width: 350px;
  }
  #addColumn{
    margin-left: 380px;
  }
  h2{
    font-size: 14px;
    color: #369;
  }
  #content p, #addColumn p{
    margin: 5px 0 20px 0;
  }
  div.miniPhoto{
	margin-top: 10px;
	text-align: center;
  }
  div.miniPhoto img{
    margin: 0 5px
  }
  
  ol#use{
	padding-left: 20px;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#metaLink{
    padding: 2px 60px 160px 60px;
    background: transparent url(../images/footer_bg.jpg) left bottom repeat-x;
    font-size: 9px;
    color: #ccc;
    list-style: none;
  }
  ul#metaLink a{
    color: #ccc;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
  li.validate{
    padding-right: 5px;
    float: left;
  }
  li.copyright{
    float: right;
  }
.green {
	color: #33CC33;
	font-weight: bold;
}
.biggerBold {
	font-weight: bold;
	font-size: 14px;
}
.navHere {
	background-color: #F3F3F3;
}
