/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/hills-green/screen.css);
/* end StyleCatcher imports */

/* Styles for the new index page - added August 29th */
			.indexpage {
				background-image:url(bg_body.gif);
				background-repeat:repeat-x;
				background-color:#ece9d8;
			}
			div#page {
				background-image:url(bg_page.gif);
				background-repeat:no-repeat;
				width:908px;
				height:548px;
				margin:20px auto;
			}
			div#picture {
				float:left;
				clear:none;
				width:500px;
				height:548px;
			}
			div#picture img {
				float:right;
				margin-top:350px;
				border:none;
			}
			div#text {
				float:left;
				clear:right;
				width:340px;
				margin-top:100px;
				margin-left:60px;
			}
			div#text p#kolle {
				font-family:times,serif;
				font-size:55px;
				color:#cccc00;
				letter-spacing:1px;
				margin:0;
				text-align:left;
			}
			div#text p#kolle span {
				font-family:georgia,serif;
				font-size:72px;
				line-height:55px;
			}
			div#text ul#menu {
				border-left:6px solid #cccc00;
				padding:9px 0;
				margin-right:60px;
				margin-left:0;
			}
			div#text ul#menu li {
				font-family:"Gill Sans MT";
				font-size:12px;
				list-style-type:none;
				line-height:18px;
				letter-spacing:0.7px;
				margin:18px 12px;
				text-align:left;
			}
			div#text ul#menu li a {
				font-weight:bold;
				color:#cccc00;
				text-decoration:none;
			}
			div#text ul#menu li a:hover {
				text-decoration:underline;
			}
/* End new index page */


textarea,input{
border: solid 1px #cccc00;
}

#contentUnder {
&nbsp;display: inline-block;
}
