/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
}
a{
color:#05519F;
font-family:verdana;
font-weight:bolder;
font-size:13pt;
text-decoration:none;
}
a:hover{
color:#EE4250;
font-family:verdana;
font-weight:bolder;
font-size:13pt;
text-decoration:none;
}
a.nav{
color:#05519F;
font-family:verdana;
font-weight:bolder;
font-size:13pt;
text-decoration:none;
}
a.nav:hover{
color:#EE4250;
font-family:verdana;
font-weight:bolder;
font-size:13pt;
text-decoration:none;
}
a.nav2{
color:#05519F;
font-family:verdana;
font-weight:bolder;
font-size:10pt;
text-decoration:none;
margin:0 0 0 20px;
}
a.nav2:hover{
color:#EE4250;
font-family:verdana;
font-weight:bolder;
font-size:10pt;
text-decoration:none;
margin:0 0 0 20px;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 160px;
 margin: 10px 0px 5px 0px;
 background-image:url(/images/guy.jpg);
 background-attachment:top right;
 background-color:#ffffff;
 background-repeat:no-repeat;
}
#header2 { 
 color:white;
 font-family:verdana;
 font-weight:bolder;
 font-size:10pt;
 width: 800px;
 clear: both;
 border: 1px solid #ccc;
 background-image:url(/images/bar.gif);
 background-attachment:top left;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background-image:url(/images/sidebar-envelope.jpg);
 background-position:bottom left;
 background-repeat:no-repeat;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 font-family:verdana;
 font-weight:bold;
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background-image:url(/images/callcenter2.jpg);
 background-position:top right;
 background-repeat:no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 578px;
 display: inline;
}
#rightcolumn2 { 
 font-family:verdana;
 font-weight:bold;
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background-image:url(/images/teamwork2.jpg);
 background-position:center center;
 background-repeat:no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 578px;
 display: inline;
}
#rightcolumn3 { 
 font-family:verdana;
 font-weight:bold;
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background-image:url(/images/keyboard2.jpg);
 background-position:top right;
 background-repeat:no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 578px;
 display: inline;
}
#rightcolumn4 { 
 font-family:verdana;
 font-weight:bold;
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background-image:url(/images/handshake2.jpg);
 background-position:top left;
 background-repeat:no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 578px;
 display: inline;
}
#rightcolumn5 { 
 font-family:verdana;
 font-weight:bold;
 background-color:white;
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 550px;
 width: 578px;
 display: inline;
}
#middlecolumn { 
 font-family:verdana;
 font-weight:bold;
 float: middle;
 color: #333;
 border: 1px solid #ccc;
 background: white;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 2100px;
 width: 400px;
 display: inline;
}
#footer { 
 color:white;
 font-family:verdana;
 font-weight:bolder;
 font-size:8pt;
 width: 800px;
 clear: both;
 border: 1px solid #ccc;
 background-image:url(/images/bar.gif);
 background-attachment:top left;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
