/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #ffffff;
				text-decoration: none;
				text-align: justify;
				vertical-align: top;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 50%; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

.logoggf{
width:200px;
float: left;
}

.facebook{
width:21px;
float: right;
padding-top: 28px;
}

.twitter{
width:22px;
float: right;
padding-top: 28px;
}

.spacer{
width:5px;
float: right;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 62px 0 62px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 62px; /*Width of left column in pixel*/
	margin-left: -1024px;
	color: #A2A2A2;
}

#rightcolumn{
float: left;
width: 62px; /*Width of right column*/
margin-left: -62px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 17px;
text-decoration: none;
height: 50%;
}

#footer a, #footer a:visited{
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-decoration: underline;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Mosaic Styles*/

.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }

.details {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
h4{
	font:150%;
	line-height:180%;
	color:#F90;
	padding-top: 10px;
	letter-spacing:0.10em;
}
p{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;
	vertical-align: top; 
}
a{ 
	font-size: 11px;
	color: #000000;
	text-decoration:none; 
}			

					


