 body,html {
    background-image:url("/images/bg.jpg");
    margin:0;padding:0;
    font-family:Tahoma;
 }
 
 
 @font-face {
    font-family: 'procionoregular';
    src: url('/css/Prociono-Regular-webfont.eot');
    src: url('/css/Prociono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Prociono-Regular-webfont.woff') format('woff'),
         url('/css/Prociono-Regular-webfont.ttf') format('truetype'),
         url('/css/Prociono-Regular-webfont.svg#procionoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 .wrapper {
 	width:1000px;
    margin:auto;
 }
 #header {
 	color:#12009d;
    font-family:'procionoregular';
    font-size:55px; 
    background-image:url("/images/headerbg.png");
    background-repeat:repeat-x;

    height:320px;
    margin-bottom: -35px;
    box-shadow: 0 1px 15px rgba(0,-10,0,0.5), 0 0 30px rgba(255,255,255,0.9) inset;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
 }
 #phhead {


    font-size:.5em; 
    padding-left:280px;

 }
 #menu {
    box-shadow: 0 1px 15px rgba(0,0,0,0.5), 0 0 10px rgba(255,255,255,0.3) inset;
    height:35px;
    background-color:#233f69;
    min-width:1000px;
 }
 #menu a:link, #menu a:visited {
 	display:block;
    float:left;
    padding:7px 35px;
    color:#fff;
    text-decoration:none;
    font-size:18px;

 }
 #menu a:hover {
 	box-shadow: 0 1px 5px rgba(0,0,0,0.5), 0 0 50px rgba(255,255,255,0.9) inset;
    color:#233f69;
        text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
 }
 .mon {
 	box-shadow: 0 1px 15px rgba(0,0,0,0.5), 0 0 50px rgba(255,255,255,0.9) inset;
    color:#000;
 }
 
#main {
	clear:both;
    min-height:500px;
    position:relative;
    z-index:20;
    box-shadow: 0 1px 15px rgba(0,0,0,0.5), 0 0 50px rgba(255,255,255,0.9) inset;
	color:#333;
    padding:20px;
	background-color:rgba(255,255,255,0.3);
    	background-image:url("/images/footer.png");
    background-position:bottom right;
    background-repeat:no-repeat;
    
}

#footer {
	padding:10px;  
    background-color:#233f69;
    color:#fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.5), 0 0 10px rgba(255,255,255,0.3) inset;
}
#footer a:link,#footer a:visited {
	color:#fff;
}

h1,h2,h3,h4 {
	font-family:'procionoregular';
    color:#233f69;

	
}
h1 {
    border-bottom:1px solid #233f69;
	
}

.imgs {
	border-radius:10px;
    box-shadow: 0 1px 15px rgba(0,0,0,0.5);
}

