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

body {
	font-family: Arial, Helvetica, Verdana;
	padding: 0px;
	margin: 0px;
	background-color: #d7d7d7;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	font:100%;
	overflow: hidden;
}
.hide {
    display: none;
}
h1 {
	  font-size: 30px;
    text-shadow: 0px 1px #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    color: #b0b0b0;
    text-decoration: none;
}
h2 {
	  font-size: 20px;
    text-shadow: 0px 1px #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    color: #b0b0b0;
    text-decoration: none;
}
h3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-shadow: 0px 1px #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #b0b0b0;
    text-decoration: none;
}
h4 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-shadow: 0px 1px #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #b0b0b0;
    text-decoration: none;
}
#wrapper{
 margin:80px auto 0px auto;
 width:800px;
}
#header{
     float:left;
}
#header h1 {
  background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:250px;
	height:100px;
	width:260px;
}
#content{
     float:left;
     text-shadow: 0px 1px #ffffff;
     color:#666;
     width:520px;
}
a.twitterLink{
  font-weight:bold;
  text-decoration:none;
  color:#00a6e0;
}
a.blogLink{
  font-weight:bold;
  text-decoration:none;
  color:#3c5975;
}