
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Belgrano);


/* css resets */
body, div, dl, dt, dd, xul, xol, xli, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	margin: 0;
	padding: 0;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

/*-----------------------------------------------------------------------------
Globals
-----------------------------------------------------------------------------*/

body {
  background-color:  #003;
  font-family:       'Belgrano', 'Times New Roman', serif;
  font-size:         normal;
  color:             #000;
  margin:            0px;
}

h1 { text-align:        center;}
h2 { margin-bottom: 5px;}
img { opacity: 0.66; }

.image 
{
  width: 300;
  height: 420;
  
}
.image h2 { 
margin-bottom: 5px;
text-shadow:  2px 2px 6px #fff;

}

.header 
{ 
  background: #fff;
  width:100%;
  padding: 1px;
  margin-bottom: 20px;
}

.headtext
{
  width:640px;
  margin-left:auto;
  margin-right:auto;
}
.bawx
{
  padding:      5px;
  margin:       5px;
  min-height:     300px;
  min-width:      300px;
  max-width:      300px;
  display:        inline-block;
  xborder:         2px solid #888;
  background:     #ccc;
  border-radius:  3px;
  text-align: left;
  vertical-align:text-top;
}

.bawx:hover { 
background:#fff;

}

.bawx:hover  img { opacity: 1; }

a {
  color: #000;
	text-decoration: none;
}

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

.header a 
{
  color: #00f;
	text-decoration: underline;
}
