﻿@font-face{
    font-family: "UTILITY-webfont";
    src: url('../UTILITY-webfont.woff') format('woff'), 
         url('../UTILITY-webfont.ttf') format('truetype')
	}
#banner{
	margin: 0 auto;
	padding:0px;
	width:767px;
	}
#randomI{
	margin: 0 auto; height:300px; width:900px;
	}
#content_mid{
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 25px;
    margin: 0 auto;
	height:800px;
	width: 880px;
	background-color: #d5ffcc;
	}
a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration:none;
	}	
body {
	padding:0px;
	margin:0px;
	}
        .box {  
            float: left;
            margin: 5px;	
            }
              
         .view{
			position:relative;
			top:-50px;
            display: none;
            }
         .spacer_x191{
             width: 191px;
             height: 191px;
			 margin: 10px auto;
			 cursor:pointer;
			 border: 5px solid #2A8A8A;
			 border-radius:50%;
            }
		.spacer_x191:hover{
		    border: 5px solid #CACACA;
		}
		.preview{
			float: left;
			border-bottom: 5px solid #2A8A8A;
			cursor:pointer;
			text-align:center;
			font-size:30px;
			 box-shadow: 0 10px 10px -4px black;
		}
		.preview:hover{
			border-bottom: 5px solid #CACACA;
		}
		#pre_img {
		border-radius:50%;
		border: 5px solid #2A8A8A;
            }
		#pre_img:hover {
		border: 5px solid #CACACA;
            }

        .info {
            float: left;
            background-color: #FFF;
            margin-top: -191px;
			border: 5px solid #CACACA;
            }
#button1 {
	margin: 8px;
	//width:700px;
    text-decoration: none;
    color: #ffffff;
    font-size: 55px;
    text-align: center;
    padding: 17px;   
    background: rgba(0, 0, 0, 0.74);
    border: 2px solid #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 21px 11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 21px 11px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 21px 11px rgba(0,0,0,0.7);
}
#button1:hover{
    font-size: 60px;
    background-color: #CAffCA;
	color: #000;
}
#menu_bar{
	height:80px;
	margin: 0 auto;
	width:900px;
}
#menu_bar ul{
    height: 80px;
    margin: 0px;
    padding: 0px;
    list-style: none;   
}
#menu_bar ul li{
    padding: 0px;
}    
#menu_bar ul li a{
    text-decoration: none;
    float: left;
     margin-right: 10px;
     color: #ffffff;
     font-size: 60px;
     font-family:'UTILITY-webfont';
     text-align: center;
     box-sizing: content-box;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     padding: 7px 7px 7px 7px;   
     width: 200px;
     height: 65px;
     background: rgba(0, 0, 0, 0.74);
}
#menu_bar ul li a:hover{
    background: #2c900f;
    -webkit-box-shadow: 0px 0px 20px #000000;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    -webkit-text-shadow: 1px 1px 5px #000000;
    -moz-text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 5px #000000;
}