/* Start of CMSMS style sheet 'Screen' */
body{
   background:#FCFFB1 url('./uploads/images/layout/bodyback.jpg') top left no-repeat;
   margin:0;
   padding:0;
   font-size:90%;
   font-family: Corbel, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
   color:#000;
}

h1, ul#menu{
   font-family: Constantia, Palatino, 'palatino linotype', serif;
}

a{
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
}

div#main{
   min-width:600px;
   max-width:1200px;
   padding:10px;
}

div#body{
   background:url('./uploads/images/layout/header.png') top left no-repeat;
}

div#header{
   background:url('./uploads/images/layout/headerright.png') right bottom no-repeat;
   height:143px;
   position:relative;
}

h1{
   margin:0;
   padding:0;
   position:absolute;
   left:280px;
   bottom:60px;
   font-size:250%;
}

h1 a, ul#menu li a{
   color:#000;
}

div#tagline{
   position:absolute;
   left:280px;
   bottom:15px;
   color:#fff;
   font-weight:bold;
   font-size:150%;
   font-family: Verdana, Tahoma, sans-serif;
   height:30px;
   overflow:hidden;
}

div#content{
   margin:0 10px 0 280px;
   line-height: 125%;
}

ul#menu{
   float:left;
   margin:50px 10px 0 90px;
   list-style: none;
   padding:0;
   font-size:150%;
   width:165px;
}

ul#menu li{
   padding:0;
   margin:3px 0;
}

.cf{
   clear:both;
   height:1px;
   font-size:1px;
   overflow:hidden;
}

div.main_item{
   margin:0 0 30px 0;
}

div.main_item p{
   margin:5px 0;
   text-indent: 1em;
}

div.main_head, div.main_more, div.main_more a{
   color:#508D03;
}

div.main_more{
   text-align: right;
   padding-right: 50px;
}

div.main_more a{
   font-weight:bold;
}

p{
text-indent:2em;
margin:1ex 0;
}
/* End of 'Screen' */

