/**
* CSS
* 
*/
* {
	margin: 100;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: 'Arial', sans-serif;
	line-height: 15px;
	color: #333;
	text-decoration: none;
}


body.section-1 {
background-image: url(http://www.whatsinsideyou.com/files/1_background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment:inherit;}
body.section-2 { }
body.section-3 { }
.home img a {border-bottom:#333 dotted 0px;}

p a {
	border-bottom:#333 dotted 1px;
	text-decoration: none;
	color: #000000;
	outline:0px;
}
p .home a {
	border-bottom:#333 dotted 0px;
	text-decoration: none;
	color: #000000;
	outline:0px;
}
li a {
	border-bottom:#333 dotted 1px;
	text-decoration: none;
	color: #000000;
	outline:0px;
}

a:hover {
	color:#2C2C2C;
	outline:0px;
	background: #ffffcc;
	outline-color:#FFF;
}

#menu {
	float:right;
	clear:both;
	width: 190px;
	height:auto;
	overflow:auto;
	top: 14px;
	left: 10px;
	padding-bottom:30px;
	position:absolute;
	background-color: #FFFFFF;
	border:0px;
	z-index:5;
}

#menu ul {
	float:right;
	clear:both;
	list-style: none;
	margin: 3px 0 0px 0;
	font-family: 'Arial', sans-serif;
	text-align:right;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

#menu ul li.section-title {
	float:right;
	clear:both;
	padding:3px 5px 2px 6px;
	font-family: 'Arial', sans-serif;
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	background-color:#000;
	color: #FFF;
	border-bottom-color:#FFF;
}
#menu ul li.section-title:hover {
	float:right;
	clear:both;
	background-color:#FFF;
	color: #000;
}

#menu li {
	text-align:right;
	float:right;
	clear:both;
	line-height:17px;
}

#content {
	z-index:9;
	position:absolute;
    margin: 0 0 0 200px;
    padding-top: 10px;
    padding-left: 0px;
}

.container {
    padding: 10px 18px 25px 18px;
}

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

p {
    margin: 0 0 14px 0;
	background-color:#FFF;
}

h1 {
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
	background:#FFF;
}
h2 {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: underline;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#once { clear: left; }