/* CSS Document */

body {
	
	background-image: url(http://www.cardboardpress.com/images/main/bg.gif);
	background-color:#fff;
}

a {
	color: #fff;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	font-weight: 100;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

 a:hover {
	color: #FF6600;
	line-height: 120%;
	}
	
	
#wrapper { 
 margin: 0 auto;
 width: 800px;
 color:#CC33FF;
 background:#FFFFFF;
 background-image:url(http://www.cardboardpress.com/images/main/bg.jpg);
 background-repeat:no-repeat;
 
}
#leftcolumn {
	color: #333;
	padding: 5px;
	height: 100%;
	width:350px;
	float: left;
	height: 600px;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	overflow:auto;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 15px;
	height: 590px;
	width: 250px;
	display: inline;
	position: relative;
	overflow:auto;
	margin-top: 240px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-style:dotted;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

#leftcolumn2 {
	color: #333;
	padding: 5px;
	height: 100%;
	width:650px;
	float: left;
	height: 600px;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	overflow:auto;
}

#footer{
	clear: both;
	width: 800px;
	text-align: center;
	margin:auto;
	padding:10px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	color: #FFFFFF;
	border-bottom:dotted;
	border-bottom-width:1px;
	padding-bottom:3PX;


}
.imgFloat_LEFT {
	padding: 3px;
	float: left;
	margin-right: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	color: #FFFFFF;
	background:#333333;
	padding:1px;

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	color: #FFFFFF;
	padding:1px;

}

p {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;


	}
	
	td{vertical-align:text-top}

.textblock {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
	border-bottom:dotted;
	border-bottom-width:1px;
	padding-bottom:5PX;


	}