body{
margin: 0;
padding: 0;
overflow: scroll;
height: 100%;
max-height: 100%;
font-family:verdana,arial,sans-serif;
font-size:14px;
line-height:20px;
background: #FFFFFF;
}

#framecontent{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #004B91;
color: #ffffff;
}

#maincontent{
position: fixed;
top: 100px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: scroll;
background-image: url(../images/style/eccentrisbackrgound.png);
background-repeat: repeat-x;
background-color: #5b646b;
}

* html body{ /*IE6 hack*/
padding: 100px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
/* Main column: text: free-floating on the right */
div#main {
    float: right;
    width: 780;
}

/* Navigation column */
div#navcol {
    float: left;
    width: 176;
}
.floatLeft { 
    float: left; 
    margin-right: 8px; 
}

.theExcerpt {
font-size:14px;
font-weight:bold;
line-height:16px;
margin-bottom:28px;
}

h2 {
font-size:50px;
font-weight:300;
color:#cccccc;
font-family: Helvetica, Verdana, Arial, sans-serif;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertubeleft{
margin-top: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 8px;
margin-right: 8px;
margin-bottom: 0px;
}
.innertubeworld{
margin-top: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 8px;
margin-right: 8px;
margin-bottom: 0px;
}

.leftcol {
background: #FFFFFF;
}

.maincol {
background: #FFFFFF;
}

.rightcol {
background: #FFFFFF;
}

a {
color: #004B91;
font-weight:bold;
line-height:15px;
}

h1 {	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: 120%;
	font-weight:300;
	color:#555555
	}

.imagecell{
background: #000000;
}

.mainimg {
border: 1px solid #676767;
}

.maintext{
font-size:13px;
color: #444a50;
}

.presentationtext{
font-size:13px;
color: #808080;
}

.thumbintro{
background: #5c656c;
font-size:13px;
color: #ea900c;
border-bottom: 4px solid #F9F9F9;
padding: 5px;
}

.thumbs{
background: #80878d;
font-size:13px;
color: #676767;
border-bottom: 5px solid #80878d;
}

.thumbsdescription  {color:#ea900c; font-size:13px;}
.thumbsdescription  a{color:#ea900c; font-size:13px;}

.disclaimer{
font-size: 10px;
color: #444a50;
}

.disclaimer a{color: #444a50;}

.codelinktext{
font-size: 11px;
color: #444a50;
}

.codelinkbox{
font-size: 11px;
}
.ratetext{
font-weight:bold;
font-size:13px;
color:#f39e22;
}

.gtext{
font-family:arial,sans-serif;
font-size:13px;line-height:15px;
color: #444a50;
}
.gtube{
margin-top: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 6px;
margin-right: 6px;
margin-bottom: 0px;
}

#star ul.star { LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url(../images/style/stars2.gif) repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url(../images/style/stars2.gif) left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; }
