body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}

#header {
	position:fixed;
	width:100%;
	height: 50px;
	background-color:#900;
	border-bottom: 2px solid #600;
	box-shadow: 0 -5px 5px 5px rgba(0, 0, 0, 0.35);
}

.red {
	color:#900;	
}

#header #title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	height:50px;
	line-height:50px;
	color: #FFF;
	font-size: 24px;
	font-family: "Roboto";
	text-shadow: 0 2px 0 #600;
}

#header #reload {
	float:right;	
}

#content {
	width: 666px;
	padding-top:70px;
	margin-left: auto;
	margin-right: auto;
}

#content .col {
	width: 318px;
	float:left;
	margin-right:30px;	
	margin-bottom: 20px;
}

#content .col2 {
	width: 666px;
}

#content #leftfloat {
	position:relative;
	float:left;
	width:50%;
	height:400px;
}

#content #leftfloat a {
	position:absolute;
	top:0;
	left:0;
	right:10px;
	bottom:0;
	line-height:400px;
	text-align:center;
	font-size:60px;
	text-decoration:none;
	background-color: #EEE;
	color: #666;
	font-family: "Roboto";
	-webkit-transition:.35s;
	-moz-transition:.35s;
	transition:.35s;
}

#content #rightfloat {
	position:relative;
	float:left;
	width:50%;
	min-height:400px;
}

#content #leftfloat a:hover {
	background-color:#900;
	color:#FFF;
}

#content #rightfloat a {
	position:absolute;
	top:0;
	left: 10px;
	right: 0;
	bottom:0;
	line-height:400px;
	text-align:center;
	font-size:60px;
	text-decoration:none;
	background-color: #EEE;
	color: #666;
	font-family: "Roboto";
	-webkit-transition:.35s;
	-moz-transition:.35s;
	transition:.35s;
}

#content #rightfloat a:hover {
	background-color:#900;
	color:#FFF;
}

hr {
	border:0;
	height:4px;
	background-color: #EEE;	
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	font-family: "Roboto";
}

h3 {
	font-family: "Roboto";
}

h4 {
	margin-top:0;
	font-family: "Roboto";
	margin-bottom: 15px;
	font-size: 20px;
}

p {
	font-family: "Roboto";
	margin-top:0;
	margin-bottom: 5px;
}

input[type=text] {
    margin: 0;
    margin-top: 4px;
    padding: 8px;
    width: 300px;
    border: 1px solid #CCC;
    font-family: "Roboto";
    font-size: 16px;
}

textarea {
    margin: 0;
    margin-top: 4px;
    padding: 8px;
    width: 300px;
    border: 1px solid #CCC;	
	font-family: "Roboto";
font-size: 16px;	
}

.submit {
	float:right;
	margin: 0;
	background-color:#900;
	color:#FFF;
	border:0;	
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Roboto";  font-size: 16px;
	cursor: pointer;
}

h4.nomargin {
	margin-bottom:2px;	
}

.wideInput {
	width: 648px !important;
}