/*
Copyright I.T.S. 4 Knowledge 2007
*/

body {
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header, this helds the top picture */

#header {
	width: 650px;
	margin: 0;
	border: 0
	text-align: center;
	
}


a {
	color: #ff6633;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* input btn, this styles out the subscribe button */

input.btn{
   color:#ff6633;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
   font-weight:bold;

}

/* Content */

#content {
	width: 650px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background: #cccccc;

}

/* Column, this is the wide column used for thankyou and unsubscribe page */

#column {
	float: left;
	width: 590px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 10px 0 20px;
}

#column1 {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding: 0 10px 0 20px;
}

#column2 {
	float: right;
	margin-top: 15px;
	width: 380px;
	padding: 0 20px 0 20px;

}

#subscribe {
	float: right;
	width: 330px;
	padding: 20px 20px 20px 20px;
	background: #333333;
	border: 2px solid #ff6633;
	
}

#subscribe-center {
	width: 625px;
	padding: 10px 10px 10px 10px;
	background: #333333;
	border: 2px solid #ff6633;
	
}


#content h2 {
	margin-bottom: 15px;
	font-size: 18px;
	/*letter-spacing: -1px;*/
	color: #ff6633;
}

#content h3 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #FFFFFF;
}

#footer {
	width: 600px;
	margin: 0 auto;
	padding-top: 0px;
	
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #cccccc;

}

#footer a {
       color: #cccccc;
}



