@import url("reset.css");
@import url("grid_800_24.css");

@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold");
@import url("http://fonts.googleapis.com/css?family=Reenie+Beanie");


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

#page{
	width: 800px;
	margin: 30px auto;
}

#header {
	height: 400px;
	border-bottom: 1px solid #CCC;
	background: url('../images/top.jpg') bottom center no-repeat;
}

#footer {
	margin-top: 40px;
}

body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
}

h1 { 
	margin-top: 60px;
	font-family: 'Droid Sans', arial, serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #666666;
}
h3 {
	margin-left: -29px;
	font-family: 'Reenie Beanie', arial, serif; 
	color: #3D8200;
	line-height: normal;
	font-size: 28px;
	padding: 0px;
}


.box {
	margin-top: 50px;
	margin-left: -18px;
	padding-left: 100px;
	padding-top: 15px;
	height: 85px;
	font-size: 12px;
	color: #666;
	line-height: 15px;
	background: url('../images/packshot.jpg') left top no-repeat;
}

.button {
	font-size: 16px;
	line-height: 30px;
	background: #222 url('../images/overlay.png') repeat-x;
	display: inline-block;
	padding: 6px 10px 4px;;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.blue.button {	background-color: #0097c6; }

#footer p {
	margin-top: 20px;
	line-height: 16px;
}
#footer ul li {
	line-height: 16px;
}
