/*
      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: 15px;
 background-image:url(../img/bg_all.jpg);
 background-color:#FFFFFF;
 background-repeat:repeat-x;
 color: #0253a5;
}

body.icontent {
background-color:#FFFFFF;
}

p {
margin-bottom: 10px;
color: #0253a5;
}

h1 {
font-size:18px;
color:#1bb7f6;
font-weight:bold;
margin-top: 2px;
margin-bottom: 16px;
text-decoration:underline;
}

h2{
font-size:16px;
color:#003a75;
font-weight:bold;
margin-top: 14px;
margin-bottom: 6px;
text-decoration:none;
}

a {color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none;}
a:visited {color:#FFFFFF;}
a:hover {color: #FFFFFF; text-decoration:underline;}
a:active { color:#FFFFFF;}

a.footer {color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
a.footer:visited {color:#FFFFFF;}
a.footer:hover {color: #FFFFFF; text-decoration:underline;}
a.footer:active { color:#FFFFFF;}

#wrapper { 
 margin: 0 auto;
 width: 1012px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 height: 100px;
 background: #FFFFFF;
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 height: 608px;
 width: 74px;
 float: left;
 background-image:url(../img/bg_left.jpg);
}
#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 608px;
 width: 684px;
 display: inline;
 background-image:url(../img/bg_center.jpg);
 background-position:bottom;
}
#slideshow {
float: left;
 width: 684px;
 height: 251px;
 color: #333;
 background: #FFFFFF;
 background-image:url(../img/bg_slideshow_01.jpg);
}
#slideshow		{ position: relative; width: 684px; height: 251px; background: transparent; }
#slideshow div		{ position: absolute; top: 0; left: 0; background-color: transparent; width: 684px; height: 251px; vertical-align: middle; text-align: center;
}
#rightcolumn { 
 color: #333;
 background: #FFFFFF;
 height: 608px;
 width: 254px;
 float: left;
 background-image:url(../img/bg_right.jpg);
}
#footer { 
 width: 1012px;
 height: 121px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 background-image:url(../img/bg_footer.jpg);
}

#addthisbox {


}

