﻿#content
{
	float:left;
	background-color:#666666;
	width:910px;
	height:750px;
}

#titlebox
{
	float:left;
	width: 910px;
	background-color:#666666;
	}
#quickstart
{
	background-color:#666666;
	float:left;
	width:455px;
	height: 210px;
}
#layout
{
	background-color:#666666;
	float:left;
	width:455px;
}
#component
{
	background-color:#666666;
	float:left;
	width:455px;
	height: 210px;
}
#robot
{
	background-color:#666666;
	float:left;
	width:455px;
	height: 210px;
}
#application
{
	background-color:#666666;
	float:left;
	width:455px;
}

.icon
{
	width:300px;
	height:125px;
	float:left;
	padding-top:20px;
	padding-left: 50px;
	
	}
	
.icontext
{
	width:510px;
	height:125px;
	padding-top:20px;
	padding-right:50px;
	float:right;
	}

/*Fonts*/

.title
{
	font-family: Verdana;
	font-size: x-large;
	text-align: center;
	color:#FFFFFF;
}
.description
{
	font-family: Verdana;
	font-size: small;
	padding-right: .5cm;
	padding-left: .5cm;
}

