@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #039;
	margin:0;
	padding:0;
}
body h1, h2, h3, h4, h5, h6{
	color: #039;
}
ul {
	outline:none;
}
body a:link {
	text-decoration:none;
	}
#container {
	width:1050px;
	background:#FFFFFF;
	margin:10px auto;
	overflow:hidden;
	padding: 0;
}
#header {
	margin:0;
	padding:0px 30px 0px 25px;
}
#header img {
	margin:0;
	padding:0;
}
#navigation {
	height: 56px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 30px;
	margin:0;
}
.section-line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#top-images {
	background-image: url(../images/tech-legal-global.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 220px;
	width: 1050px;
	margin:0px;
	padding:0px;
}
#top-images div {
	margin:20px 0px 20px 0px;
	padding:0px;
}
#main-content {
	float:left;
	width:650px;
	min-height:475px;
	padding:10px 20px 10px 10px;
	margin: 20px 0px 20px 20px;
	border-right: thin #cccccc solid;
	display: inline;             /* <---Solution for bug IE6 */
}
#right-section {
	float:left;
	width:298px;
	margin:20px 20px 20px 0px;
	padding:10px 10px 10px 20px;
	min-height:350px;
	list-style-image: url(../images/bullet-1.jpg);
	list-style-position: outside;
	line-height:1.8em;
}
#footer {
	clear:both;
	margin: 20px 0px 0px 0px;
	padding:10px 30px 10px 30px;
	border-top: thin solid #cccccc;
	font-size: smaller;
}
