body {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	background-color: #000000;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	}

#companyname {
	font-family: courier new, verdana, sans-serif;
	padding-top: 60px;
	font-size: 200%;
	height: 80px;
	color: #147FAB;
}
#idearow {
	margin-left: -5px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
		font-size: 90%;
	
}

#ideastatement {
	position:absolute;
		font-size: 90%;
}

#ideaicon {
	width:10px;
	height:10px;
	position:absolute;
}

#container {
	width: 100%;
}

#header {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	width: 100%;
	height: 220px;
	color: white;
	background-image: url('img/headerbg.jpg');
	background-repeat: repeat-x;
	z-index: 10;
	}
	
#webimage {
	width: 293px;
	height: 220px;
	float: left;
	background-image: url('img/webpic.jpg');
	z-index: 20;
}

#headertext {
	padding-top: 90px;
	padding-left: 10px;
	z-index: 30;
	float: left;
	font-size: 100%;
}

#logintext {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 75%;
}
#logintext a:link, #logintext a:visited, #logintext a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	width: 100%;
	float: right;
	height: 450px;
background-color: #000000;
}
#main {
	width:100%;
	height: 450px;
	
	}
#article {
	width: 74%;
	float: left;
	height: 450px;
	font-size: 90%;
}

#news {
	width: 25%;
	height: 100%;
	background-color: #000000;
	color: #555555;
	float: right;
		font-size: 90%;
}
#news a:link, #menu a:visited, #menu a:active {
	/** background-color: #F7CB33; **/
	padding: 13px;
	text-decoration: none;
	color: #1483AE;
		font-size: 90%;
}
#menu {
	width: 422px;
	background-color: #F7CB33;
	padding: 13px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
	border-style: solid;
	border-color: blue;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #F7CB33;
	padding: 13px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	padding: 13px;
	background-color: #F01E1E;
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
	padding-top: 60px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 50%;
	width: 100%;
	color: white;
	text-align: center;
	clear:both;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#ffffff;
}

#popwindow {
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
	color: #9a9a9a;
	height: 100%;
	background-image: url('img/bgpop.jpg');
	background-repeat: repeat-x;
}

#tabs { margin: 1em 0 0 0; }

#email {
	color: #1483AE;
}