body, html {
  border: 0 none;
  margin:0;
  padding: 0;
  background: #cccccc;
    background-image:url("../layout/bodybackground.gif");
    background-repeat:repeat-x;
}

body {
    color:#666;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
	width:100%;
}

#page {width:100%; margin: 0 auto;}
#header {
    width:100%;
    height:232px;
    background-image:url("../layout/background.gif");
    background-repeat:repeat-x;
    background-color:#fff;
    border-top:2px solid #fff;
    margin-top:15px;
}

#header-content {
    margin:0 auto;
    width:1000px;
    height:232px;
    background-image:url("../layout/header.jpg");
    background-repeat:no-repeat;
    background-color:#fff;
}


#title {
    width:960px;
    height:96px;
}

#menu {
    margin:0 auto;
    width:970px;
    padding-left:30px;
    padding-top:2px;
    height:28px;
    background-color:#333;
    color:#ff6600;
    font-weight:bold;
    font-size:100%;
}

#breadcrumb {
    width:940px;
    height:10px;
    font-size:75%;
    padding-left:10px;
    padding-top:5px;
}


#content {
    margin:0 auto;
    width:1000px;
    _height:100px;
    min-height:100px;
    background-color:#fff;
    background-image:url("../layout/shade.gif");
    background-repeat:repeat-x;
}

a
{
    color:#ff6600;
}

.smallTitle
{
    font-size:200%;
}

.bigTitle
{
    font-size:240%;
}

#main
{
    padding:20px;
}

h1,h2,h2,h4 {margin-bottom:10px;}
h1 {font-size:150%;}
h2 {font-size:130%;}
h3 {font-size:110%;}

.box
{
    background-image:url("../layout/box.gif");
    width:300px;
    padding:10px;
    margin:10px;
    clear:both;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.photobox
{
    width:200px;
    _height: 150px;
    min-height:150px;
    float:left;
    margin-right:15px;
}
#space
{
    width:100%;
    height:5px;
    background-color:#000;
}

#map_canvas
{
    float:right;
    width:400px;
    height:300px;
    overflow: hidden;
}
