/* CSS Document */

body { font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;
background: #d9d9d9 url(images/bkg.png) repeat-x;
}
html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

 
.container {
width: 885px;  
margin: 0 auto;   
 }  
 
 
#main {
    background: url(images/page_background.png) no-repeat scroll 0 0; 
	margin:0 auto;
	padding:0;
	height:500px;
}

/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:50px;
	}


#content
{
	padding:10px 44px;
}
.text
{
	text-align:center;
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #aaaaaa;
}


.details
{	
	height:195px;
	padding:15px 0 10px 0;
	text-align:center;
	border-bottom:1px dotted #fff;
}
.details2
{	
	padding:10px 0;
	text-align:center;	
}

.box_sharethis{
text-align:center;	
padding: 20px 0 0 300px;
}
.box_sharethis a{
	
color:#cd6c00;
text-decoration:none;		
}


h1{
font-size:16px;	
}
h2{	
	font-size:30px;
	color:#333;
	font-style:normal;
	font-variant:normal;	
	letter-spacing:1px;
	}
h3{
	font-size:14px;	
	font-weight:normal;
	color:#333333;
	letter-spacing:1px;
	margin-bottom:15px;
	}