/* MLP Design (http://www.mlpdesign.net) */

/* Global Style Settings */
body 	
  { background:url(images/bodybg.gif) top center repeat-y #EEE;
    color: Black;
    font:normal 12px Arial,sans-serif;
    text-align:center;
    padding:0;
    margin:0; }  

h1   	{ font-size:20px; text-align:center; margin:0; } 
h2   	{ font-size:15px; text-align:left; margin:0; }  
h3     { font-size:12px; text-align:left; margin:0; }
h4   	{ font-size:20px; text-align:left; margin:0; } 

input,textarea 
  { background-color:inherit;
    color:#AAA;
    border:1px solid #F9C; 
    padding:2px;
    margin:0 0 2px 0;}

blockquote
  { background:url(images/quote.gif) no-repeat;
    color:#AAA; 
    padding:0 0 0 45px;
    margin:15px 30px;
    display:block; }
  
strong { font-weight:bold; }
img  	{ border:0; padding:0; margin:0; }    

.img	{ border:0; margin:0 1em 0 0; float:left;}
.button { border:0; padding:0; margin:0;}
.commentform	{ margin:0 0 0 25px; }
.clear { clear:both; }


/* Wrappers */
#wrapper1
  { background:url(images/borderbottom.gif) bottom center no-repeat #FFF;
    color:inherit;
    width:730px;
    padding:0 0 35px 0;
    margin:0 auto; }

#wrapper2
  { background:url(images/banner.gif) top center no-repeat;
    width:730px;
    padding:0;
    margin:0 auto; }
       

/* Header Items */
#header
  { width:710px;
    height:140px;
    margin:0 auto;
	 }
	 
#header_logo
  { width:220px;
    height:120px;
    float: right;
	 background-image: url(images/logo_head.png);
	 background-repeat: no-repeat;}
	 
#title
  { background-color:inherit; 
    color:#FFF;
    width:180px;
    font-size:24px; font-weight:bold;
    text-align:center;
    padding:0;
    margin:1.25em 0 0 0;
    float:right; }

#title a    
  { background-color:inherit;
    color:#FFF;
    text-decoration: none;} 
        
#tagline
  { background-color:inherit;
    color: #939393;
    width:500px;
    font-size:15px;
    padding:10px 0 0 0;
    margin:0 auto;
    clear:right;}
    
#navbar ul 
  { width: 450px; 
    height:30px;
    font-size:16px;
    padding: 0;
    /*margin:2.75em 0 0 0;*/
    float:left;
    font-weight: bold;
}


#navbar ul li  
  { text-align:center;
    border-right:2px solid #EEE;    
    padding:0 5px;
    display: inline;
    float: left;}

#navbar a
  { background-color:inherit;
    color: Black;
    text-decoration: none;}   

#navbar ul li.first
  {border-right:2px solid #EEE;  }    
     
#navbar a:hover,#navbar a.current-cat
  { background-color:inherit;
    color:#666;
    text-decoration: none;}
    

/* Content Items */    
#maindiv
  { width:700px;
  height: 500px;
   background:url(images/main.jpg) no-repeat;
    padding:0;
    margin:0 auto;
	 }
    
#maindiv ul 
  { list-style:none;
    text-align:left;   
    padding:0;
    margin:0 0 10px 30px;}

#maindiv ul li 
  { background: url(images/bullet.gif) 0 4px no-repeat;
    padding:2px 0 2px 18px;
    display:block; }
    
#content
  { width:700px;
    text-align: center;
    padding:0;
    margin:0;
    float:left;
	 }

#content span
  { background-color:inherit;
    color:#999;
    font-size:11px;
    word-spacing:1px; }
    
#content a
  { background-color:inherit;
    color:#000000;
    text-decoration:underline; }

#content a:hover
  { color:#7C7C7C;
    text-decoration:underline; }    
    
#content .item
  { padding:25px 25px 0 25px;
    margin: 10px;
	 font:bold 20px Palatino Linotype; 
	 text-align:center;
	
 	}  
   
	#content .bottom
  { padding: 105px 55px 0 55px;
    margin:5px;
	 text-align:center;
	 font:bold 20px Palatino Linotype;
	 vertical-align: bottom;
 	}   
	 
	 #picturelist {
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin:22px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid gray;
}

#picturelist img:hover{
border:2px solid #515151;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}
	 

/* Sidebar Items 
#sidebar
  { width:210px;
    padding:30px 0 0 0;
    margin:0;
	 text-align:right;
    float:right; }
    
#sidebar .heading
  { background:url(images/heading.gif) no-repeat;
    background-color:inherit;
    color:#FFF;
    width:205px;
    height:25px;
    text-align: right;    
    font-size:12px; font-weight:bold;
    line-height:1.75em;
    padding:0;
    margin:5px auto 10px auto; }

#sidebar a
  { background-color:inherit;
    color:#666;
    text-decoration:none; }

#sidebar a:hover
  { background-color:inherit;
    color:#F9C; }  
  */
/* Footer Items */    
#footer
  { background-color:#FFF;
    color:#CCC;
    width:700px;
    font-size:11px;
    padding:8px 0;
    margin:0 auto; }

#footer a
  { background-color:inherit;
    color:#CCC;
    text-decoration:none; }

#footer a:hover
  { background-color:inherit;
    color:#F9C; } 