* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url("http://firsttries.tryinghuman.com/graphics/ft_bg01.png");
     background-repeat: no-repeat;
    background-attachment: fixed;
}
a {
    color:#ffffff;
	font-size:12px;
}
a:visited {
    color:#ffffff;
	font-size:12px;
}
a:hover, a:active {
    color:#ffffff;
	font-size:12px;
}

p {
    font-family: "Trebuchet MS", serif;
font-size:12px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {

 width: 900px;
 float: left;
 padding: 10px;
 height: 170px;
 margin: 10px 0px 0px 0px;
background:url("http://firsttries.tryinghuman.com/graphics/ft_logo01.png") no-repeat left center;

}
#navigation {
 float: left;
 width: 900px;
 height: 31px;
 border: 2px solid #ccc;
border-style:solid;
border-color:#383326;
margin:10px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #989489;
	font-size:14px;

}
#leftcolumn { 
 border: 2px solid #ccc;
 width: 660px;
 float: left;
    min-height:100%;
border-style:solid;
border-color:#383326;
padding:10px;
margin:10px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #989489;
	font-size:12px;
	text-shadow: -1px 0 #e0dccf, 0 1px #e0dccf, 1px 0 #e0dccf, 0 -1px #e0dccf;
}
#rightcolumn { 
background:url("http://www.tryinghuman.com/images/completion.png");
    background-repeat: no-repeat;
 float: right;
 margin: 10px;
 padding: 10px;
 height: 550px;
 width: 175px;
 display: inline;
 
}
#footer { 
 width: 900px;
 clear: both;
 border: 2px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
border-style:solid;
border-color:#383326;
margin:10px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #989489;
	font-size:12px;
}

#menuborders{
border:1px;
border-style:solid;
border-color:#383326;
padding:10px;
margin:10px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #989489;
font-size:12px;
text-shadow: -1px 0 #e0dccf, 0 1px #e0dccf, 1px 0 #e0dccf, 0 -1px #e0dccf;
}
	
#text {
	border:2px;
border-style:solid;
border-color:#383326;
padding:10px;
margin:0px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color:#e0dccf;
	font-size:12px;

}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
.snip1189 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  	  vertical-align: middle;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
  	  vertical-align: middle;
}
.snip1189 a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #b53f3f;
  border-top: 3px solid #b53f3f;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #b53f3f;
  border-bottom: 3px solid #b53f3f;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #ffffff;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}


