body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	background-color: #FFFFFF;
}
a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a:active {
	color: #3399CC;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	;text-transform: uppercase;
	letter-spacing: 1pt;

}
h2 {
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	letter-spacing: 5pt;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	margin: 0px;
	text-transform: lowercase;
}

h3 {
	margin: 0pt;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0pt;
}

.links {
	font-size: 12px;
	letter-spacing: 2pt;
	left: 15%;
	position: absolute;
	font-weight: bold;
}

.linkbar {
	height: 11pt;
	width: 100%;
	font-size: 10px;
}

div.linkbar:hover {
	background-color: #EEEEEE;
}

.content {
	position: absolute;
	width: 70%;
	left: 135px;
	z-index: 2;
	top: 130px;
}

.article-box {
	border: 1px solid #333333;
	background-color: #EFEFEF;
}

.search-box {
	border: 1px solid #333333;
	background-color: #FF0627;
}

.results-box {
	border: 1px solid #333333;
	background-color: #ffffff;
}

.article-content {
	padding: 3px;
	font-size: 12px;
	text-align: justify;

}
.foot-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-bottom: 8pt;
}

.logo {

	position: absolute;
	width: 152px;
	left: 25px;
	top: 80px;
	height: 149px;
	z-index: 1;
}

*#YahooVideo {
	background-color: #ff3300;
}

*#MetaCafe {
	background-color: #00ff00;
}

*#YouTube {
	background-color: #3333ff;
}

*#news {
	background-color: #CC9900;
}

*#search {
    background-color: #FC1515;
}

*#stocks {
    background-color: #339900;
}

*#events {
	background-color: #33CCFF;
}
*#proevents {
	background-color: #669933;
}
*#how-to {
	background-color: #006699;
}
*#links {
	background-color: #996633;
}	
*#about {
    background-color: #FF9933;

}
*#structure {
    background-color: #6E94B7;

}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 25%;
}
.span_2_of_4 {
	width: 23%;
}
.span_1_of_4 {
	width: 65%;
}

/*  GRID OF THREE  */

.span_3_of_3 {
	width: 25%;
}
.span_2_of_3 {
	width: 35%;
}
.span_1_of_3 {
	width: 30%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
body { 
  background-color: white; 
} 
@media screen and (min-width: 320px) { 
  body { 
    background-color: white; 
  } 
} 
@media screen and (min-width: 550px) { 
  body { 
    background-color: white; 
  } 
} 
@media screen and (min-width: 768px) { 
  body { 
    background-color: white; 
  } 
} 
@media screen and (min-width: 960px) { 
  body { 
    background-color: white; 
  } 
} 