/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	background: #FFFFFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #000000; background: #cccccc; } 

a img { border: none; }

#mylogo {width: 120px; height: 83px; position:fixed;
left:30px;
top:20px;
background: url(http://www.wearerobothands.com/upload/rh-logo_3.png);}

#menu {
    width: 200px;
    overflow: fixed;
    top: 100px;
    bottom: 0;
	left: 15px;
	right: 10px;
    position: fixed;
    height: 100%;
	background-color: #000000;
	 color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 12px;
}

#menu ul li.section-title {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:underline;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	padding-bottom: 12px;
}

#content {
    height: 100%;
    margin: 0px 0 0 220px;
    top: 500px;
    background: #000000; 
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 28px;
	color: #FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	margin-bottom:18px;
	margin-top:18px;
	width: 600px;
    text-align: left;
    }
h2 { font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Century Gothic, sans-serif;
    padding-bottom: 12px
    }
h3 { font-size: 16px;
	color: #FFFFFF;
	}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }