/*
	Created by	:
	Date		:	July 21, 2009
	website		:	thesuccesscenter.net
	
*/
@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	color: #240310;
	background: url(../images/bg-body.gif);
}
#container {
	background: url(../images/bg-parent.gif) top center repeat-x;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
td,p {
	font-size: 13px;	
}
H1 {
	color: #6a0708;
	margin: 5px;
}
H2 {
	color: #6a0708;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
}
ul,li {
	color: #6a0708;
}
img {
	border: 0;
}
/* LINKS */
a {
	color: #720098;
	text-decoration: none;
}
a:hover {
	color: #6e0809;
	text-decoration: undeline;
}
/*END OF LINKS*/

/* FOOTER */
#footer {
	margin: 0;
	color: #5b5b5b;
}
#footer a {
	color: #5b5b5b;
	text-decoration: none;
	font-size: 11px;
	margin-right: 15px;
}
#footer a:hover {
	color: #4a1c1c;
	text-decoration: underline;	
}
/* END OF FOOTER */