/**
* CSS
* 
* @version 1.0
* @PMWalsh
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
font-family:"Andale Mono",Courier,"Courier New";
font-size:12px;
line-height:17px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#FF69B4;
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
color:#FFB4DA;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
background-color:white;
bottom:0;
height:100%;
left:20px;
overflow:auto;
position:fixed;
top:20px;
width:215px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
border-bottom-color:#FF69B4;
color:#696969;
font-size:12px;
line-height:18pt;
}
#content {
height:100%;
margin:0 0 0 215px;
padding-left:50px;
top:0;
}
.container {
padding:5px 5px 25px;
}
#content p {
color:#000000;
font-size:12px;
padding:49px 0px 0px 0px;
margin-bottom:9px;
margin-left:5px;
width:700px;
}
p {
color:#000000;
font-size:12px;
margin:0 0 9px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
margin:0;
padding:49px 0px 0px 0px;

}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}

