html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 100%;
	min-width: 952px;
}

#container {
    background: url(../images/bg_light.gif);
	width: 100%;
    text-align: center;
    min-height:100%;
    height:auto !important;
    height:100%;
}

#space, #creator, #pic, #content_container, #logo, #footer, #menu {
    width: 952px;
    margin: 0 auto;
    text-align: left;
    background-color: white;
}

#logo
{
	background: url(../images/logo.jpg) 430px center no-repeat white;
    height: 150px;
}

.menu_bg
{
    background: url(../images/bg_dark.gif);
    width: 100%;
}

#menu
{
    height: 28px;
    background: url(../images/bg_menu.gif);
}

#menu a, #menu a:hover
{
    color: white;
    text-decoration: none;
}

#space
{
	height: 5px;
}

#pic
{
	background: url(../images/bg_menu.gif);
	height: 289px;
}

#pic_img_left
{
    float: left;
	background: url(../images/pic_left.jpg) no-repeat;
	height: 100%;
	width: 644px;
}

#pic_img_right
{
    float: left;
	background: url(../images/pic_right.png) no-repeat;
	height: 100%;
	width: 165px;
}

#content_container
{
    clear: both;
    vertical-align: top;
}

#content
{
    padding: 25px 80px 20px 80px;
}

#gallery
{
    padding: 25px 50px 20px 50px;
    text-align: center;
}

.picture {
	border: 1px solid #bfbdbe;
	padding: 5px;
	margin: 5px;
    width: 100px;
    height: 100px;
}

h1
{
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    color: #656565;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    margin-left: 65px;
    -margin-left: 33px;
}

#content h1
{
    margin-left: 0px;
}

#content form
{
    clear: both;
}

#content label
{
    display: block;
}

#content .block
{
    margin-bottom: 25px;
}

.telephone
{
    display: block;
	color: #656565;
	font-size: 22px;
	font-weight: bolder;
}

p
{
    clear: both;
}

p.noclear
{
    clear: none;
}

.p_img
{
    float: left;
    padding-right: 30px;
}

.subtitle
{
    display: block;
    font-weight: bolder;
    padding-bottom: 10px;
}

.button
{
	font-size: 16px;
    float: left;
    display: block;
    height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#creator
{
    height: auto;
}

#creator span, #creator a, #creator a:hover
{
    color: #656565;
}

#creator span
{
    display: block;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 10px;
}

#footer
{
    height: 5px;
}

.rainbow
{
    float: left;
    height: 5px;
    width: 136px;
}

#k {background-color: #b42829;}
#o {background-color: #cf7445;}
#j {background-color: #d5bd37;}
#z {background-color: #59bc4f;}
#g {background-color: #60bbbe;}
#s {background-color: #2e5c8d;}
#f {background-color: #424566;}