/*
      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
	  
*/

/* whole= 950x580px */
/* left= 605x580px */
/* right= 345x580px */
/* images= 568x332 */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: #FFFFFF;
}

a:link {
color: #0000cf;
}

a:visited {
color: gray;
}

#wrapper { 
 margin: 0 auto;
 width: 950px;
 height: 580px;
}
#leftcolumn { 
 position: relative;
 /* color: #333; */
 /*border: 1px solid #ccc;*/
 background: #E4E6e5;
 /*background-image:url('front_left-950x580_notext.jpg');*/
 margin: 0px 0px 0px 0px; 
 /*padding: 10px;*/
 width: 605px;
 height: 580px;
 float: left;
}
#rightcolumn { 
 position: relative;
 float: right;
 /* color: #333;*/
 /* border: 1px solid #ccc; */
 background: #E4E6e5;
 background-image:url('../images/front_right-950x580.jpg');
 margin: 0px 0px 0px 0px;
 /* padding: 10px; */
 width: 345px;
 height: 580px;
 display: inline;
 position: relative;
}

#news {
position: absolute;
top: 106px;
left: 190px;
font-weight: bold;
font-size: 110%; 
}

#copyright {
color:#888;
text-align: center; 
font-size: 83%;
}