@charset "UTF-8";
/* CSS Document */

/*baseline resets all values to zero */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}




body {
	width:900px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0 auto;
	color:#666666;
	}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin:10px 0 10px 50px;
	}

li {
	margin-bottom:5px;
	}


h1, h2, h4 {
	width:280px;
}

a {
	color:#666666;}

h1 {
	font-size:20px;
	font-weight:normal;
	line-height:26px;
	}

h2 {
	font-size:16px;
	font-weight:normal;
	margin-top:20px;
	}
	
strong {
	font-weight:bold;}


h3 {
	margin-left:20px;
	margin-right:20px;
	font-size:18px;
	font-weight:normal;}


a:active
{
  outline: none;
}

a
{
  outline: none;
}


.wrapper {
	
	width:900px;
	}
	

.header {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:384px;
	
	}
	
.content {
	width:900px;
	margin-top:30px;
	}
	
.company, .company2 {
	width:300px;
	height:250px;
	float:left;	
	}

/* ##### remove #######	*/
.headerContent {
	padding:80px 0 0 515px;
}	

.compbutton {
	 margin: 300px 0 20px 130px;
	 }

.headerContentA {
	width: 515px;
	float: left;
}
.headerContentB {
	padding:80px 0 0 0;
	float: left;
}
	
.company {
	background-image:url(images/divider.gif);
	background-position:right;
	background-repeat:no-repeat;}
	
	
	
.more {
	margin:10px 0 0 20px;
}