/*
      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;
*/
	background-position: bottom;
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/boxbg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: top; 
}
#wrapper { 
 margin: 0 auto;
 width: 702px;
}
#header {
 color: #333;
 width: 702px;
 float: left;
 padding: 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
#navigation {
 float: left;
 width: 702px;
 color: #333;
 padding: 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}

#leftcolumn { 
 color: #333;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 472px;
 float: left;
}

#rightcolumn { 
 /* float: right; */
 float: left;
 color: #333;
 border: 0px;
 /* border: 1px solid rgb(0,0,0); */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 padding-left: 10px;
 height: auto;
 width: 212px;
 display: inline;
}

#footer { 
 width: 702px;
 clear: both;
 color: #333;
 border: 0px;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

.box_heading
{
    color: #0155A6;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
    text-decoration: none;
}
