/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


	* {
		padding:0px;
		margin:0px;
	}
	body, td, th, input, label {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	input, label {
		font-family: Arial, Helvetica, sans-serif;
	}
	input[type=submit] { 
		text-transform:uppercase; 
	}
	body {
		margin: 0px;
		padding: 0px;
		background-color: #F6F6DF;
		color:#3b434b;
	}
	#wrapper {
		
		background-color: #F6F6DF;
	}
	a img {
		border: 0px;
	}
	
	
	#content {
		margin: 0px auto;
		width: auto;
	}



	#main {
		position: relative;
	}
	
	.content_pad {
	}
	
	h2 {
		color: #e8601a;
		margin: 0 0 20px 0;
		clear:both;
	}
	.content_pad h2 span {
		color: #1a6071;
	}
	
	h3 {
		margin: 20px 0 10px 0;
	}
	
	h4 {
		font-size: 14px;
		margin: 20px 0 10px 0;
	}
	
	
	#share {
		margin: 10px 0 0 0;
	}
	
	a {
		color: #e8601a;
		font-weight:bold;
		text-decoration:none;
		outline: none;
	}
	a:hover {
		color: #1a6071;
	}
	:focus {
	outline: 0;
	}
	
	p {
		line-height: 20px;
		font-size: 14px;
	}
	
	#logo {
		margin: 30px 0 30px 0;
	}

/* 

AWESM SHARE LINKS  

*/


.share-twitter{
	background:url(http://atorecords.com/e4mfunc/images/twitter_16.png) left no-repeat;
	padding:0 0 0 22px;
	margin:0 10px 0 0px;
}
.share-facebook{
	background:url(http://atorecords.com/e4mfunc/images/facebook_16.png) left no-repeat;
	padding:0 0 0 22px;
}