@charset "utf-8";
/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
        background-image: url('http://candcrecorders.com/wp-content/themes/tnt-candc/images/gradient.jpg');
        background-position: ;
        background-repeat: ;
	background-color:#000;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
        
}

h1{
	font-size:24px;
}

h2{
	font-size:20px;
}

h3{
	font-size:16px;
}

#wrapper{
	width:756px; 
	text-align:left; 
	margin:auto;
}

#main_content{
	width:756px; 
	text-align:left; 
	padding:10px; 
	background-color:#FFFFFF;
	border:1px solid #CACACA;
	display:block;
	float:left;
}

.header_links {
	margin-top:2px;
	background-color:#FAFAFA;
	border:1px solid #CACACA;
	font-size:small;
	width:756px;
	height:25px;
	color:#333333;
	clear:none;
        list-style-type:none;

}
.header_links a:link, .header_links a:visited{
	float:left;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
	clear:none;
	text-decoration:none;
	border-right:1px Solid #CACACA;
	color:#333333;


}
.header_links a:hover{
	background-color:#E1E1E1;
	color:#000000;
}
