

body {
    background-color: #ffffff;
    font-size: 12pt;
		line-height:1.2;
}



#guts {
    background-color: transparent;
    background-image: url("../images/img_bgvertical.jpg");
    background-position: top center;
    background-repeat: repeat-y; 
    width: 866px;
    margin: 0px auto 0px auto;
}

#header {
    background-color: #ffffff;
    background-image: url("../images/img_bgtop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 866px;
    height: 160px;
}


#content {
    background-image: url("../images/img_bgfoot.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 866px;
    position: relative;
    padding-bottom: 50px;
}

#top {
    background-color: transparent;
    background-image: url("../images/img_contenttop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    width: 866px;
    position: relative;
}


#bottom {
    width: 750px;
    padding: 10px 0px 0px 25px;
    margin: 10px 0px 0px 25px;
}

#bottom_left {
    float: left;
    width: 445px;
}


#bottom_right {
    float: right;
    border-left: 1px solid #cccccc;
    width: 270px;  
    padding: 10px 0px 0px 15px;
    margin: 10px 0px 0px 10px;
}

#footer {
    text-align: center;
    position: relative;
}

/* Extras */

p {
    font-family: helvetica, ariel, sans-serif;
    font-size: 12px;
    color: #363636;
}

a {
    color: #323232;
    text-decoration: underline;
}

a:hover{
    color: #64c602;
}

#logo {
    margin-left: 40px;
}

#top_buttons {
    position: absolute;
    top: 68px;
    right: 55px;
}

#top_buttons a{padding: 0px 10px 0px 0px;}

#navigation {
    position: absolute;
    top: 130px;
    right: 55px;
    font-family: ariel, sans-serif;
    font-size: 0.8em;
}

#navigation a {
    color: #64c602;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    margin: 0px 2px 0px 2px;
}

#navigation a:hover {
    color: #ff8300;
}

#baby { 
    float: right;
		padding-right:45px;
padding-top:20px;
}

#main_paragraph {

    position: relative;
    width: 450px;
    padding-left:50px;
    padding-top:30px;
    padding-bottom:30px;
}

#baby_blog {

 
    background-color: #f2f2f2;
    background-image: url("../images/img_blogmid.jpg");
    background-position: top center;
    background-repeat: repeat-y;
    width: 443px;
    padding: 0px;
    margin: 0px;
}

#baby_blog p{
		width: 420px; 
		padding-left:0px;
}

/* Mainstage styles */

.mainstage {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
}

.mainstage img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainstage h1 {
	padding: 0px;
	margin: 0px;
	font-family: helvetica, ariel, sans-serif;
	font-size: 100%;
	color:#363636;
}

.mainstage ul {
	padding: 10px;
	margin: 5px;
	font-family: helvetica, ariel, sans-serif;
	font-size: 80%;
	color:#363636;
}

.mainstage dl {
	padding: 0px;
	margin: 5px;
	font-family: helvetica, ariel, sans-serif;
	font-size: 80%;
	color:#363636;
}

.mainstage dt {
	color:#444444;
	font-weight: bold;
}

.mainstage dd {
	padding-bottom: 5px;
}
