﻿body
{
	width:1000px;
	font-family:Verdana, Arial;
	background-color:Black;
	
}
#Content
{
	color:White;
}
#Header
{

 	height:106px;

}
#Main
{
}

#LogoLeft
{
	float:left;
	width:50%;
	background-image:url('Images/ider_logo.gif');
	background-position:left;
	background-repeat:no-repeat;
	height:106px;
}
#LogoRight
{
	background-image:url('Images/Head_bg.gif');
	/*float:left;
	width:50%;*/
	background-position:right;
	background-repeat:no-repeat;
	height:106px;
}

#LogoBottom
{
    margin-left:10px;
	padding-top:10px;
    font-size:medium;
	height:30px;
	background-color:#EE3348;
	text-align:center;

}
#ColumnLeft
{
	float:left;
	width:155px;
	text-align:center;
	background-color:#EE3348;
}
#ColumnLeft h4
{
		font-size:0.8em;
		font-weight:normal;
}

#ColumnRight
{
	width:845px;
	
	color:White;
	font-size:0.8em;
}
#ColumnRight h2
{
	text-align:center;
}
#ColumnRight p
{
	padding-left:10px;
	padding-right:10px;
}
.Center
{
	text-align:center;
}
.IdeasSubText
{
	font-size: 0.8em;
	text-align:center;
}
#Footer
{
	clear: both;
	text-align: center;
	font-size: x-small;
}
.DP
{
	font-size: xx-small;
}

.ThemeTitle
{
	width:640px;
	height:20px;
	font-weight:bold;
	float:left;
	padding:5px;
	cursor:pointer;
	vertical-align:middle;

}
.ThemeDescription
{
	width:640px;
	height:0px;
	overflow:hidden;
}
