/*
      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: 13px;
 font-weight:bold;
 background-image:url(images/backg.gif);
 background-repeat:repeat-x;
 background-color:#333333;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color:#FFFFFF;

}
#header {
 width: 920px;
 color: #333;
 border: 1px solid #ccc;
 height: 88px;
 background:#FFFFFF;
}

#header h2{
text-align:right;
padding-right:10px;
}
#navigation {
 width: 910px;
 color:#FFFFFF;
 padding-bottom:10px;
 padding-top:10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #CE1031;
text-align:center;
 font-weight:bold;
 padding-right:10px;
}

#navigation a{
text-decoration:none;
color:#FFFFFF;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}

#leftcolumn a:link, a:visited{
text-decoration:none;
color:#333333;
}

#leftcolumn a:hover{
text-decoration:none;
color:#CE1031;
}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background:#FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color:#FFFFFF;
 border: 1px solid #ccc;
 background: #CE1031;
 padding: 10px;
 text-align:center;
}

ul {
list-style-type:disc;
list-style:outside;
margin-left:30px;
padding-left:30px;
}

#base-old {
	border: 1px solid #000;
	margin-left: 30px;
	width: 400px;
	padding-left: 40px;
	padding-top:5px;
	padding-bottom:5px;
}

#box{
float:right;
margin-right:10px;
border-color:#CE1031;
border-style:solid;
width:350px;
padding:5px;
margin:10px;
}
#centertable{
text-align:center;
}

