/* nevermind studios >>> css stylesheet
-----------------------------------------------------------------------------------------*/

* {margin:0; padding:0;}

img#logo {margin-top:20px;}
img#manhattan {margin-top:10px;}

/* ClearFix */
.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    content: "."; 
}

.clearfix {display:inline-block;}

body {
  width: 800px;
  margin: 0px auto;
  font-family: Georgia;
  font-size: 15px;
  color: #444;
  background-repeat: repeat-x; 
}


a:link {text-decoration: none; color:#1884AC;}
a:visited {text-decoration: none; color:#1884AC;}
a:active {text-decoration: none; color:#1884AC;}
a:hover {text-decoration: underline; color: #E24C01;}


h1, h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align:left;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

p {
  font-size: 15px;
  color: #333;
  margin: 10px 0;
}

hr {
  border: 4px solid #999;
  margin: 0 0 10px 0;
}

ul {
	list-style:none;	
	margin: 0 0;
	padding: 0 0 10px 0;
}

.box {
float: left;
width: 195px;
line-height: 20px;
padding: 20px 20px;
}

.box.first{
padding-left: 0px;
width: 300px;
}

.box.last{
width: 195px;
}

.box.first h2{
color:#E24C01;
border-bottom: 1px dotted;
}

.box.middle h2{
color:#679b00;
border-bottom: 1px dotted;
}

.box.middle li{
margin-bottom: 20px;
}

.box.last h2{
color:#1884AC;
border-bottom: 1px dotted;
}