/*
      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;
}
.Lh1 {
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #333333;
}
.h2 {
	font-family: "Arial";
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}

a{
color: #333333;
}
.left_menu
{
color:#000000;
 font-size:15px;
  font-family:Gill Sans MT; 
  height:10px;
}
.box {
	border: 1px dotted #CCCCCC;
	padding:10px;
	min-width:350px;
}


.header_menu
{
color:#FFFFFF;
 font-size:15px;
  font-family:Gill Sans MT; 
  height:10px;
  text-decoration:none;
}

.td_header_menu
{

padding-left:4px;
padding-right:1px;
padding-top:45px;

}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-size: 12px;
	color: #333333;
}

#wrapper { 
 margin: 0 auto;
 width: 940px;
}
#navigation {
 color: #333;
 width: 940px;
 float: left;
 height: 30px;
 background: #333333;
}
#banner {
 float: left;
 height:365px;
 width: 940px;
 color: #333;
 padding-top:37px;
}

#maindna{
width:385px;
float:left;
}
#morph{
width:555px;
display:inline;
float:right;
}

#leftcolumn { 
 color: #333;
 padding: 10px;
 width: 365px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 width: 555px;
 display: inline;
}
#footer { 
 width: 100%;
 clear: both;
 background-image:url(../images/bg_footer.gif);
 height:40px;
 padding-top: 160px;
 color:#FFFFFF;
 font-weight:400;
 font-size:13px;
}
.redbul {
	list-style-position: outside;
	list-style-image: url(../images/bull.png);
	padding-bottom:10px;
	margin-left:30px;
}
