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

body {
	font-size: 9px;
	font-family: helvetica, serif;
	line-height: 13px;
	letter-spacing: 1.2px;
	background: #fff;
}

body.section-1 {
	/* this is the whole bloody document */ 
}

body.section-2 { 
	/* where is this section?! I can't find it! */
}

body.section-3 { 
	/* where is this section?! I can't find it! */
}

a:link {
	color:#ED0677;
	text-decoration: none; 
}

a:active {
	color:#F287B7;
	text-decoration: none;
	}
	
a:visited { 
	text-decoration: none; 
	color: #F287B7; 
	}

a:hover { 
	text-decoration: underline;
	}

a img { 
	border: none;
	}

div#coletlogo {
	position:absolute;
	width:120px;
	left:0px;
	top:0px;
	margin:20px
}

#content {
	position:absolute;
	left:140px;
    height: 100%;
    margin: 0 0 0 0;
	width: 520px;
    top:0px;
	background:#ffffff;
	border:none;
}

.container {
    padding: 20px 20px 20px 20px;
}

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

p {
    margin: 0 0 9px 0;
}
h1 { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	letter-spacing:0px;
	font-size:32px;
	color:#ED0677; 
	line-height:36px; 
	font-style: italic; 
	font-weight: 100; 
	margin: 0 0 20px 0; 
}

h2 { 
	font-size: 24px;
	line-height:28px; 
	text-transform: none; 
	letter-spacing: normal; 
	font-weight: lighter; 
	color: #888888; 
	
	padding-bottom: 10px;
}
h3 { 
	font-size: 16px;
}

h4 { 
	font-size: 12px; 
}

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

#once { clear: left; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
	left: 660px;
    position: fixed;
	height:auto;
	background:none;
	text-align:left;
	margin:20px;
	}

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

#menu ul li.section-title {
	color:#F287B7;
	size: 20px;
	}

div#logo-bar{
position: fixed; 
bottom: 10px; 
left: 680px;
width: 215px;
height: 45px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: #999999;
margin:20px;
text-align:left;
}

<!-- RSS feed reader -->

#pscroller1{
width: 360px;
height: 20px;
border: none;
padding: 3px;
background-color: #1C6C9D;
}

.rssclass .rsstitle{
font-weight: normal;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}