/*************************************************/
/* This is a structured and commented Main Style Sheet for        */
/* Russell Johnson Acoustics	web site	  	                        */
/*                                                    		           */
/*************************************************/



/********* General Styles  *********/

body { 
	background-color: #282828;
	color: #000000;
	text-align: center;
	font-size: 0px;
	margin: 0;}

p{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	line-height: 20px;
}

a{
	text-decoration:none;
	color:#7D0000;
	font-weight:bold;}
	
a:hover{
	color: #9C4C49;}
	
	
#creditlink {border:none;}
	

/********* End of General Styles  *********/


/********* Main Navigation  *********/

a#russ img {height: 28px; width:230px; border-width: 0; background: url(../general_images/top_navigation_28px/russell_johnson_nav_button.jpg) top left no-repeat;}
a#memorial img {height: 28px; width:230px; border-width: 0; background: url(../general_images/top_navigation_28px/memorial_event_nav_button.jpg) top left no-repeat;}
a#artec img {height: 28px; width:230px; border-width: 0; background: url(../general_images/top_navigation_28px/artec_consultants_nav_button.jpg) top left no-repeat;}
a#contact img {height: 28px; width:230px; border-width: 0; background: url(../general_images/top_navigation_28px/contact_us_nav_button.jpg) top left no-repeat;}

a#russ:hover img {background: url(../general_images/top_navigation_28px/russell_johnson_nav_roll.jpg) top left no-repeat;}
a#memorial:hover img {background: url(../general_images/top_navigation_28px/memorial_event_nav_roll.jpg) top left no-repeat;}
a#artec:hover img {background: url(../general_images/top_navigation_28px/artec_consultants_nav_roll.jpg) top left no-repeat;}
a#contact:hover img {background: url(../general_images/top_navigation_28px/contact_us_nav_roll.jpg) top left no-repeat;}

/********* End of Main Navigation  *********/



/********* Structural Styles  *********/

#content_wrapper {
	width: 920px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0; }

#top_navigation {
	padding-top: 20px;
	margin-bottom: 12px;
	border-width: 0;
	width: 920px;
	height: 28px; }

#line {
	height: 2px;
	margin: 0;
	padding: 0;}

#page_title {
	margin-top: 38px;
	margin-bottom: 40px;
	padding: 0;}

#credit {
	margin-bottom: 20px;}

/********* End of Structural Styles  *********/


