* {
	margin: 0;
	padding: 0
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px
}

#page {
	width: 900px;
	margin: 50px auto
}

h1 {
	background: url(../images/logo.png);
	height: 48px;
	width: 311px
}

h2 {
	background: url(../images/slogan.png);
	height: 19px;
	width: 213px;
	margin-left: 20px
}

h3 {
	margin-bottom: 20px;
	font-family: Georgia, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
}

h1 span, h2 span {
	display: none
}

#content {
	margin: 100px 20px
}

#content img {
	border: 1px dotted #CCC;
	margin-bottom: 10px
}


#contact {
	float: right;
	width: 400px
}

input#email, input#subject, textarea#message {
	display: block;
	margin-bottom: 10px
}

/* BUTTONS */

a.buttons {
    display:block;
    float:left;
    margin:15px 10px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

a.buttons:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

