/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    text-align: center;
    font: 12px Times New Roman, Times, Georgia, serif;
    color: #666;
    background: #88b8cb url(../images/bottom_bg.jpg) left bottom repeat-x;
  }
  #container{
	margin: 0 auto;
	width: 850px;
	background: transparent url(../images/content_bg.jpg) repeat-y;
	text-align: center;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    height: 350px;
    background: transparent url(../images/header_bg.jpg) no-repeat;
  }
  h1#logo{
	position: relative;
	top: 140px;
	left: 220px;
	width: 415px;
  }
  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;
  }
  ul#mainNav li{
    float: left;
    text-align: center;
  }
  ul#mainNav a{
    display: block;
    padding: 5px 0;
    width: 120px;
    color: #999;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #f3f3f3;
    color: #666;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
	overflow: hidden;
	margin: 0 60px;
	padding: 40px 0;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
  }
  #content{
	float: left;
	width: 350px;
	text-align: left;
  }
  #addColumn{
    margin-left: 380px;
  }
  h2{
    font-size: 14px;
    color: #369;
  }
  #content p, #addColumn p{
	margin: 5px 0 20px 0;
	text-align: left;
  }
  div.miniPhoto{
	margin-top: 20px;
	text-align: center;
  }
  div.miniPhoto img{
	margin: 0 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#metaLink{
	padding: 2px 60px 160px 60px;
	background: transparent url(../images/footer_bg.jpg) left bottom repeat-x;
	font-size: 9px;
	color: #999999;
	list-style: none;
  }
  ul#metaLink a{
    color: #ccc;
    text-decoration: none;
  }
  ul#metaLink a:hover{

  }
  li.validate{
    padding-right: 5px;
    float: left;
  }
  li.copyright{
    float: right;
  }
#container #wrapper #content p {
	text-align: center;
}
#ContactForm label {
	text-align: left;

}
#Leftside {
	text-align: left;
}
#container #wrapper #addColumn p {
	text-align: center;
}

