/*
      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: Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../images/bgred.png);
 background-repeat:repeat;
}
a:link {color: #FF0000}
a:visited {color: #000000}
a:hover {color: #FFFF00}
ul.menu {list-style: none}
li.links {
 list-style: none;
 padding-bottom: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 height: 150px;
 margin: 10px 0px 5px 0px;
}
#leftcolumn { 
 border: 3px solid #000000;
 background: #FFCC66;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 186px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #000000;
 border: 3px solid #000000;
 background: #FFCC66;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 770px;
 display: inline;
 position: relative;
}
#contactcurrent{ 
 margin: 0 auto;
 width: 770px;
}
#contact { 
 margin: 10px 0px 10px 0px;
 padding: 10px;
 width: 360px;
 float: left;
}
#current { 
 float: right;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 width: 360px;
 display: inline;
 position: relative;
}
#projects { 
 margin: auto;
 width: 100%;
}
.projectsGrouping {
 width: 100%;
}
.projectImages { 
 padding: 10px;
 width: 20%;
 height: 150px;
 float: left;
}
.projectText { 
 float: right;
 color: #333;
 padding: 10px;
 width: 74.25%;
 height: 150px;
 display: inline;
}
h2 {font-size: 150%}
h2.menuheader {
 text-align: center;
 font-size: 150%;
}
p.minibadge {text-align: center}
p.ygroup  {	
 text-align: center;
 font-size: 150%;
 font-weight: bold;
}
h2.marquee {
 text-align: center;
 font-size: 200%;
 font-weight: bold;
 }
dt {font-weight: normal}
dd {
text-indent: 25px;
padding-bottom: 13px;
}


