/*
      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: 11px;
background-image:url('bg2.jpg');
background-repeat:repeat;
cursor:default;


}

#center {text-align:center}

	td {	color: #333333;
	font-family: tahoma;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
	padding: 1px 4px 1px 4px;
	line-height: 9px;
}

textarea{width:98%; height:300px; border:1px dotted black; font: 9px tahoma; padding:5px;}

td a:link, td a:visited {
	color: #000000;
	font-size: 9px;
	text-transform: uppercase;
	font-family: times new roman;

}

td strong {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 9px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 border: 1px dotted #ccc;
background-image:url('bg.jpg');
background-repeat:repeat;
 margin: 10px 5px 10px 0px;
 padding: 10px;
 width: 600px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px dotted #ccc;
background-image:url('bg.jpg');
background-repeat:repeat;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 width: 270px;
 display: inline;
 position: relative;
}

a{color:#ff0000;text-decoration:none;font-weight:bold;
 padding-left:4px; padding-right:4px; cursor:help;}

a:hover{background-image:none; cursor:help; color:black;}

.sectiontitle {line-height: 10px; text-transform:lowercase; text-align:center; font: 20px verdana; padding-left:10px;padding-bottom:10px;padding-right:20px;padding-top:30px;
border-bottom:1px dotted #ccc;}

.displaytext {text-transform:lowercase; padding-bottom:60px;}

.settitle { padding-top:10px; padding-bottom:3px; line-height: 10px; text-transform:lowercase; text-align:center; font-weight:bold;font: 11px verdana; width: 97%;}

.cardsection {text-align:center; line-height:18px; font-weight:bold; text-transform:lowercase; padding-top:10px; padding-bottom:7px; padding-left:10px;}
