html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('../img/left_repeat.jpg');
	background-repeat: repeat-x;
	color: #58595b;
}
div {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none #ffffff;
	margin: 0;
	padding: 0;
}
p{
	font-size:13px;
}
#back {
	background-image: url('../img/idear_back.jpg');
	background-repeat: no-repeat;	
	width:1227px;
	height:825px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#site {
	margin: 0px;
	padding: 0px;
}
#left {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0 0 40px;
	width: 320px;
	left: 5px;
	top: 10px;
	position: absolute;
}
#left h1 {
	background: transparent url('../img/favero.gif') no-repeat scroll left top;
	padding: 5px;
	margin: 10px 10px 10px 1px;
	height: 97px;
	width: 287px;
}
#left h1 span {
	display: none;
}
#nav ul{
	margin: 0;
	padding: 0;
}

#nav li{
	display: block;
	margin: 0;
	padding: 0;
}
#right {
	margin: 10px 10px 10px 380px;
}
#rightFixed{
	margin: 10px 10px 10px 380px;
	width: 2000px;
}
#col1{
	position:absolute;
	left:400px;
}
#col2{
	position:absolute;
	left:650px;
}
#col3{
	position:absolute;
	left:900px;
}

div.smallTop {
	background: url('../img/smalltop.jpg') no-repeat;
	width: 236px;
	height: 17px;
}
div.smallText{
	background: url('../img/smallmiddle.jpg') repeat-y;
	width: 202px;
	padding: 2px 20px 2px 15px;
}
div.smallBottom{
	background: url('../img/smallbottom.jpg') no-repeat;
	height: 13px;
	width: 236px;
}
div.bigTop{
	background: url('../img/bigtop.jpg') no-repeat;
	width: 467px;
	height: 17px;
}
div.bigText{
	background: url('../img/bigmiddle.jpg') repeat-y;
	width: 433px;
	padding: 2px 20px 2px 15px;
}
div.bigBottom{
	background: url('../img/bigbottom.jpg') no-repeat;
	height: 13px;
	width: 467px;
}

/*
div.smallContent {
	background-color: white;
	border: 2px solid #929497;
	width: 250px;
	margin: 5px;
	padding: 10px;
	float: left; 
}
*/
/*
#smallContent {
	background-color: white;
	border: 2px solid #929497;
	width: 250px;
	margin: 5px;
	padding: 10px;
	float: left; 
}
#smallContent h2,h3,h4,p {
	color: #58595b;
}
#smallContent p{
	font-size: 10pt;	
}
#bigContent {
	background-color: white;
	border: 2px solid #929497;
	width: 500px;
	margin: 5px;
	padding: 10px;
	float: left;	
}
#bigContent p{
	font-size: 10pt;	
}
*/
span.points{
	font-style: italic;
	font-weight: bold;
}
div.error{
	font-size: 10pt;
	color: #e91652;	
}
