* {

	padding: 0;

	margin:0;

	}



body    {

        background: #C60  top center no-repeat;

}





body, td, th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333;

	line-height: 160%;

}

h1, h4, h5, h6 {

	font-size: 20px;

	color: #666;

	font-weight: normal;

	line-height: 24px;  

}

h4 {

	font-size: 11px;

	font-weight: bold;

	margin: 0;

	padding: 0;

	color: #FF9900;

	margin-left: 2px;

}

h2 {

	color: #666;

	font-weight: normal;

	font-size: 16px;

	text-transform: uppercase;

	margin:5;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

}

h3 {

	color: #666;

	font-weight: normal;

	font-size: 13px;

	text-transform: none;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 18px; 

}

a {

	color: #C60;

        text-decoration: none;

}

a:hover {

	color: #f93;

        text-decoration: underline;

}





ul {

	list-style:none;

	}





/* Custom Styling */

div.myBlogClass {

/*      background-color: #333;*/ 

        color: #000;

	font-weight: normal;

	font-size: 20px;

	text-transform: uppercase;

	line-height: 26px;  

        letter-spacing : +1px;    

}



/* End Custom Styling */







#container {

        width:960px;

	margin: auto;

	}

#header {

	background-color: #000; 

        padding: 0px 0 0 0px;



        height: 104px;

	}

/* #top    {

	background-color: #fff;

        padding: 40px 200 0 0;

	margin: 0 0 20 0px;

        height: 60px; 

	} */

#content {

	margin: 30px 0 0 20px;

	background-color: #eee;

        padding: 20px 20px 20px 20px;

	text-align: left;

	width: 425px;

        float: left;	

	}

#sidebar_left {

	margin: 30px 0 0 120px;

	background-color: #333;

        padding: 20px 20px 40px 20px;

	text-align: left;

	width: 180px;

        float: left;

	}

/*# sidebar_right {

	margin: 0 0 0 250px;

        padding: 20px 20px 140px 20px;

	text-align: left;

	text-color:#ffffff;

	width: 200px;

        float: right;

	} */

#footer {

	margin: 0 0 0 360px;

	background-color: #eee;

        padding: 40px 20px 20px 20px;

	text-align: left;

	width: 425px;

        clear: both;

	}
