@charset "UTF-8";

/* ----------------------------------------------------------------------------
Application stylesheet

version:  1.0
author:   #bugeffect
website:  http://bugeffect.com
---------------------------------------------------------------------------- */


/* @core elements
---------------------------------------------------------------------------- */
/*html { background-color: #F8F8F8;} */

h1 {
  font: 18px Verdana, sans-serif;
  font-weight: bold;
  color: #575757;
}

html* h1 { position: relative; right: 2em; }

h2 {
  font: 16px Verdana, sans-serif;
  font-weight: bold;
  color: #575757;
}

/*p { font: 12px Helvetica, Arial, sans-serif; }*/

a {
  font: 12px Verdana, sans-serif;
  color: #4B93DB;
  text-decoration: none;
	outline: none;
}

a:hover { text-decoration: underline; }

#wrapper { width: 1000px; margin: 0 auto; }

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

/* end */
