/*
      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: 12px;
}
a:link, a:visited {
	color:#0066CC;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	text-decoration: none;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header {
 width: 900px;
 color: #333;
 //padding: 10px;
 //border: 1px solid #ccc;
 height: 240px;
 margin: 0px 0px 0px -20px;
 
}
#navigation {
 width: 901px;
 color: #333;
 padding: 10px;
 //border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: url(images/navi.png) repeat-x;
 height:40px;
}
#content { 
 width: 899px;
 color: #333;
 border: 1px solid red;
 margin: 0px 10px 0px 0px;
 padding: 10px;
  //height:400px;
}
#footer { 
 width: 901px;
 color: #fff;
 //border: 1px solid #ccc;
  background: url(images/footer.png) repeat-x;
 margin: 0px 0px 10px 0px;
 padding: 10px;
  font-size: 11px;
  text-align:center;
}
#left-content { 
 width: 400px;
 color: #333;
 //border: 1px solid red;
 margin: -720px 10px 0px 20px;
 padding: 10px;
  //height:400px;
  text-align:justify;
  line-height:160%;
}
#right-content { 
 width: 360px;
 color: #333;
 //border: 1px solid red;
 margin: 10px 10px 0px 500px;
 padding: 10px;
  //height:400px;
  text-align:justify;
  line-height:160%;
}
#technology { 
 width: 200px;
 color: #333;
 //border: 1px solid red;
 margin: 10px 10px 0px 620px;
 padding: 10px;
  //height:400px;
  text-align:justify;
  line-height:160%;
  
}
#left-pca { 
 width: 600px;
 color: #333;
 //border: 1px solid red;
 //margin: 0px 80px 0px 0px;
 padding: 10px;
  //height:400px;
  text-align:justify;
  line-height:180%;
}
#right-pca { 
 width: 400px;
 color: #333;
 //border: 1px solid red;
 margin: 10px 10px 0px 660px;
 padding: 10px;
  //height:400px;
  text-align:justify;
  line-height:180%;
}
#small { 
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
}
.sma { 
  text-align:justify;
  line-height:180%;
}
