body
{
	width:100%;
	background-color:#777777;
	background-image:url('/images/moustache-background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
 	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

embed 
{
    display:block;
    margin:0px auto;
}

a
{
	color:#FFFFFF	
}

#header
{
    width:780px;
	padding-top:10px;
	padding-bottom:10px;
    margin:0px auto;
}

#header-logo
{
    width:210px;
    float:left;
}

#header-nav
{
    float:left;
}

#header-nav-links
{
    width:570px;
}

#header-nav-links a
{
    text-decoration:none;
    text-align:center;
    color:#FFFFFF;
}

#header-nav-links ul
{
    padding:0px;
    margin-top:20px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom:0px;
    text-align:left;
}

#header-nav-links li
{
	display:inline;
    font-size:17px;
	float:left;
    text-decoration:none;
    padding-right:30px;
}

#header-nav-title
{
    width:570px;
    text-align:center;
	padding:0;
    padding-top:45px;
	margin:0;
}

#header-nav-title h1
{
    font-size:30px;
	clear:top;
	clear:left;
    text-align:center;
	padding:0;
	padding-top:30px;
	margin:0;
}

#header-social
{
    float:right;
}


#header-social ul
{
    padding:0px;
    margin-top:20px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom:0px;
}

#header-social li
{
	display:inline;
    font-size:17px;
	float:left;
    text-decoration:none;
    padding-right:7px;
}


#well
{
    width:780px;
    margin:0px auto;
}

#well p
{
    width:720px;
    margin-left:60px;
}

#well h3
{
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:3px;
}

#well h4
{
	padding-top:3px;
	padding-bottom:3px;
	margin-top:3px;
}

#header-nav-links ul
{
    text-align:center;
}

#well ul
{
    margin-bottom:30px;
    padding-bottom:30px;
}

#well li
{
	display:inline;
	float:left;
    font-size:17px;
    text-align:center;
    text-decoration:none;
    width:230px;
    padding-bottom:40px;
    height:130px;
    
}

#footer
{
    width:780px;
    margin:0px auto;
}

#legal-info
{
	font-size:9px;
	color:#AEACA5;
}

.well-text
{
    width:600px;
}

.demo-title
{
    text-align:center;
}

/* clear fix float */
#header:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #header
{
   height: 1%;
}
/* End hide from IE-mac */

