html, body
{
text-align: center;
background-image:url(img/bg-mainlarge2.jpg);
background-repeat: repeat;
height: 100%;	
margin: 0;
padding: 0;
}

#main_container
{
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	text-align: left;
}

#main_content
{
	background-color: #FFF;
	width: 100%;
	float: left;
}

#whitebackgroundcontainer
{
	width: 900px;
	background-color: #FFF;
	bottom: 0;
	position: absolute;
	height: 92%;
}

#content_inside
{
	padding: 50px;
	padding-top: 30px;
}

/* My Comment */

#box_top
{
	position: relative;
	bottom: 20px;
}

#logo
{
	float: left;
	margin-top: -20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#results
{
	margin-right: 70px;
	margin-top: -15px;
	float: right;
	font-size: 24px;
	font-style:italic;
}
/*NAVIGATION*/

#nav_container
{
	font-family: 'Marko One', serif;
	background-image: url(img/bg-header.jpg);
	background-repeat: repeat-x;
	width:auto;
	background-color: white;
	height: 45px;
	font-size: 14px;;
}
.nav
{
float: left;
margin-left: 20px;
}

a:link {
	color: #2a729a;
}

a {
	color: #2a729a;
}

a:hover {
	color: #3685ba;
}

.nav a:link, .nav a:visited, .nav a:active
{
display:block;
width:80px;
font-weight:bold;
color: white;
text-align:center;
padding:14px;
text-decoration:none;
text-transform:uppercase;

}

#atetestprogramdevelopment a {
	width:  150px;
	padding: 14px;
	padding-top: 6px;
	font-size: 14px;
	margin-left: -20px;
	
}

#ateplatformconversions a {
	width:  135px;
	padding: 14px;
	padding-top: 6px;
	font-size: 14px;
	margin-left: -20px;
	
}
#imagesensortesting a {
	
	width:  120px;
	padding: 14px;
	padding-top: 6px;
	font-size: 14px;
	margin-left: -20px;
	
}

.nav a:hover
{

	background-color: white;
	color:  #4f81bd;

}
h1
{
	font-weight: bold;
	text-decoration: underline;
	font-size: larger;
	color: #4f81bd;
}
h2 {
	color: #4f81bd;	
	font-size: large;
}
h4 {
	color: #4f81bd;	
	font-size: small;
}

