﻿body {
				background-color:#222222;
				color:white;
				font-family:"Courier New", Courier, monospace;
				font-size:1em;
}
p{
				text-align:justify;
}
a{
				
				color:silver;
				text-decoration:none;
				font-size:1.1em;
				font-weight:bold;
}
h1{
				font-size:1.5em;
}
div.topMenuBar{
			
				margin:20px;
				background:#333333;
				border-bottom:1px silver solid;
				height:75px;
				top:0px;
				left:0px;
				padding:0px;
}
div.topMenuBar #topMenuItems{
				height:60px;
				list-style:none;
}
div.topMenuBar #topMenuItems li {
				padding-left:10px;
				padding-right:10px;
				padding-top:30px;
				padding-bottom:10px;
				float:right;
}
div.topMenuBar #topMenuItems li a{
				color:silver;
				text-decoration:none;
}
div.topMenuBar #topMenuItems li.selected{
				color:white;
				background-color:black;
}

div.topMenuBar #topMenuItems li:hover{
				color:white;
				background-color:#222222;
}
div#leftInfo{
				margin-top:20px;
				width:300px;
				float:left;
				color:silver;
}
div#leftInfo p{
				padding-top:20px;
}
div#leftInfoImg{
				height:300px;
				width:300px;
				background-color:white;
				background-image:url('../images/la-logo.png');
				background-repeat:no-repeat;
				background-position:center bottom;
				margin-bottom:50px;
}
div#rightInfo{

				margin-top:20px;
				width:700px;


				float:left;
				background-color:#333333;
				font-size:1em;
}
div#rightInfo #welcome
{
				float:left;
				width:550px;
				margin-left:50px;	
				padding-top:10px;	
}
div#rightInfo #solutions{
				
				float:left;
				width:550px;
				margin-left:50px;
}
div#footer{
				padding-top:20px;
				text-align:right;
				clear:both;
}
div#infoContainer{
				
				width:1000px;
				margin:auto;
}
