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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

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

a:link { 
    text-decoration: none; 
    color: #565656;
    line-height: 18px;
}

a:active { 
    text-decoration: none; 
    color: #565656;
    line-height: 18px;
}

a:visited { 
    text-decoration: none; 
    color: #565656;
    line-height: 18px;
}
 
a:hover { 
    color: #252525; 
    background-color: #eeeeee;
    line-height: 18px;
}

a img { border: none; }

a.myono:link  {
    font-size: 26px; 
    color: #252525; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 18px;
}

a.myono:hover {
    font-size: 26px; 
    color: #252525; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #eeeeee;
    line-height: 18px;
}

a.myono:visited {
    font-size: 26px; 
    color: #252525; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 18px;
}

a.grey:link  {
    font-size: 14px; 
    color: #bdbcbc; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 18px;
}

a.grey:hover  {
    font-size: 14px; 
    color: #bdbcbc; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #00d8ff;
    line-height: 18px;
}

#menu {
    width: 157px;
    margin-top: 20px;
    padding: 0px 30px 0px 0px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 11px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    line-height: 18px;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 10px 0;
	line-height: 18px;
}

#menu ul li.section-title {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	border-bottom:1px solid #252525;
	margin-bottom:10px;
}

#menu li {
	line-height: 18px;
}

#content {
    height: 100%;
    margin-left: 200px;
    margin-top: 103px;
    margin-bottom: 100px;
    line-height: 18px;
}

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

#content { 
	width: 661px; 
	margin-top: 103px;
}

p {
    margin: 0 0 0px 0;
    line-height: 18px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

.myono {
    font-size: 26px; 
    color: #252525; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.greyheader  {
    font-size: 14px; 
    color: #bdbcbc; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.captiontext {
    font-size: 11px; 
    color: #565656; 
    font-family: Helvetica, Arial, sans-serif;
}

.hellotext {
    font-size: 26px; 
    color: #252525; 
    font-family: Georgia, Palatino, serif;
    line-height: 35px;
}

.storytext {
	font-size: 14px;
	color: #252525;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
}

.awardtext {
	font-size: 15px;
	font-style: italic;
	color: #b2b2b2;
   	font-family: Georgia, Palatino, serif;
	line-height: 18px;
}

.storytitle{
	font-size: 18px;
	color: #252525;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 19px;
	background-color: #eeeeee;
	margin: 0px 0px 19px 0;
	
}