@charset "utf-8";

body, html{
    height: 100%;
 	font-family: 'Pridi', cursive;
	background-image: url("../images/bg.gif");
	background-size: fixed;
}

#contrainer {	
	margin:0 auto;
}	
#main , #menu , #head , #foot { 
	background:#fff;
	width:100%;
}
	
.header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: inset 1px 1px 2px #888888;
	padding: 5px;
	background: #060;
	color: #FFF;
	font-size: large;
	font-weight: bold;
	border:#050 solid thin;
}
.footer {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: inset 1px 1px 2px #888888;
	padding: 5px;
	border:#050 solid thin;
	background: #0f71ba;
	color: #FFF;
	font-size: small;
	text-align: center;
}
.style8 {font-size: xx-small}
.style11 {font-size: 24px}
.style12 {color: #FFFFFF}
.style5 {color: #FFFFFF}
.style6 {color: #FFFFFF}
.style7 {font-size: xx-small}

a:hover{ text-decoration:underline ; font-weight:bold ; color:red }
a {
	text-decoration:none 
}

.paginate {
	font-size: .7em;
}
a.paginate {
	border: 1px solid #000080;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}
h2 {
	font-size: 12pt;
	color: #003366;
}
		
h2 {
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
a.paginate:hover {
	background-color: #000080;
	color: #FFF;
	text-decoration: underline;
}
a.current {
	border: 1px solid #000080;
	font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#000080;
	color: #FFF;
	text-decoration: none;
}
	span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
ul {
   list-style-image: url('../images/icon.gif');
}	

/* If the screen size is 1001px wide or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 1000px) {
	#contrainer {
		width:1200px;
		margin:0 auto;
	}	
}

/* If the screen size is 640px wide or less, set the font-size of <div> to 30px */
@media only screen and (min-width: 640px) and (max-width: 1000px){
	#contrainer {
		width:640px;
		margin:0 auto;
	}		
	#main-center{
		max-width: 400px;
		background:#fcfee1;
	}  
}
