body {
    background: #0f7f7f  ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}
#header {
    width: 710px;
    height: 110px;
    margin: 0 auto;
   
}
#logo {
    float: left;
    padding: 20px 0 0 15px;
	
}
#logo h1 {
    margin: 0;
    padding: 0;
    font: italic 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#logo a {
    text-decoration: none;
    color: #FFFFFF;
}
#minheight {
	
	width: 1px;
	float: left;
	height: 400px;
	
	border-color: #b0f0f0;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	
}

#page {
    width: 710px;
    margin: 0 auto;
    background: #D4C792 ;
}
#content {
    float: left;
    width: 150px;
    padding: 30px;
	
}
#sidebar {
    float: right;
    width: 408px;
    padding: 30px; 
	font-size: 20px;
}
#footer {
    width: 710px;
    height: 50px;
    margin: 0 auto;
    padding:  0;
   
    color: #FFFFFF;
    text-align: center;
    font-size: 77%;
}
.corner1 {
	height: 1px;
	width: 708px;
	border-color: #0f7f7f;
	border-width: 0px 1px 0 1px;
	border-style: solid;
	}
.corner2 {
	height: 1px;
	width: 706px;
	border-color:#0f7f7f;
	border-width: 0px 2px 0 2px;
	border-style: solid;
	}
.corner3 {
	height: 1px;
	width: 704px;
	border-color: #0f7f7f;
	border-width: 0px 3px 0 3px;
	border-style: solid;
	}