@charset "UTF-8";
/* CSS Document */

@media screen, projection {

.BeNiceToMacIE5 {
font-family: "\"}\"";
font-family: inherit;
}

html, body, #wrapper {
      height:100%;
	  min-height: 100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  line-height:1.4;
   }
   
#wrapper {
	  width: 100%;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
   }
   
body {
background-color: #d6d6d6;
/* background-color: blue; */
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;

/* LINEAR GRADIENT
background-image: url(../../graphics/background-linear-gradient.png);
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1500, 
					from(rgba(0, 0, 0, 0)), 
					to(rgba(0, 0, 0, 1))),
				  -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, 
					from(rgba(255, 255, 255, 1)), 
					to(rgba(255, 255, 255, 0)));;
background-size: 3000px 1px;
background-repeat: repeat; */


/* CIRCULAR GRADIENT */
background-image: url(../../graphics/background.png);
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1500, 
					from(rgba(0, 0, 0, 0)), 
					to(rgba(0, 0, 0, 1))),
				  -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, 
					from(rgba(255, 255, 255, 1)), 
					to(rgba(255, 255, 255, 0)));
}

#header {
height: 10px;
/* background-color: green; */
}

#content {
/* background-color: red; */
}
   
#article {
background-color: rgba(255,255,255,0.75);
-moz-border-radius: 25px;
border-radius: 25px;
padding: 25px;
width: 800px;
margin-left: auto;
margin-right: auto;
box-shadow:rgba(0,0,0,0.25) 0px 0px 25px;
}

#menu {
background-color: rgba(255,255,255,0.75);
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px 10px 3px 10px;
width: 700px;
margin-left: auto;
margin-right: auto;
box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
}

#footer {
width: 100%;
height: 50px;
/* background-color: blue; */
}

#farticle {
background-color: rgba(255,255,255,0.75);
-moz-bordertop-left-radius: 25px;
-moz-bordertop-right-radius: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
padding-top: 10px;
width: 950px;
margin-left: auto;
margin-right: auto;
box-shadow:rgba(0,0,0,0.25) 0px 0px 25px;
}
   
@font-face {
	font-family: 'dbfontRegular';
	src: url('../fonts/dbfont-webfont.eot');
	src: local('☺'), url('../../fonts/dbfont-webfont.woff') format('woff'), url('../../fonts/dbfont-webfont.ttf') format('truetype'), url('../../fonts/dbfont-webfont.svg#webfontyAWhDGBC') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,td,th {
	font-family: avant garde, avantgarde, arial, century gothic, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #333333;
}

.style1 {font-size: 12px}
.style2 {font-size: 9px;}
.style3 {font-size: 24px}
.dbfont {font-family: dbfontRegular;}

}

@media all and (min-width:0px) {
head~body {height:100%;}
}