*
{
	margin:0;
	padding:0;
}

body 
{
 	font: 1em Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.2; 
 	color:#000; 
 	background: #fff;
	text-align:left; 
}

a
{
	text-decoration:none;
	cursor:pointer;
	color:#75A732;
	font-size: 1em;
}

a:hover { text-decoration:underline; }

a:link {
		color:#666;
		color:#75A732;
		text-decoration:none;
		outline: none;
		border:0;
	}

a img { border:none; }

h2
{
	color: #666;
	font-size: 1.2em;
	margin:0 0 1em 0;
}

h3
{
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	margin-top:5px;
}

p 
{
	font-size: 1.1em;
	color: #666;
	padding-bottom:0.8em;
}


#wrapper 
{
	margin:2em auto;
	width:736px;
	text-align:left;
	font-size:0.812em;
}

#header 
{
	/*background:url(../images/background_border_top.jpg) top left no-repeat;
	width:736px;
	height:65px;*/
}

#header h1
{
	text-indent:-999em;
	background:url(../images/header_logo.png) top left no-repeat;
	width:271px;
	height:98px;
	margin-top:1.5em;
	margin-left:1.5em;
}


#nav, #nav li {float:right;}

#nav {height:42px;}


#nav li
{
	margin:0 0.14em;
	font-size:1.69em;
	list-style: none;
	/*margin-top:10px;*/
}

#nav li a
{
	text-indent:-999em;
	display:block;
	width:94px;
	height:35px;
	margin-top:8px;
}
#nav li a:hover {margin-top:0;height:42px;}
#contact_tab a
{
	background: transparent url(../images/contact_tab.png) no-repeat scroll center left;
}

#business_tab a
{
	background: transparent url(../images/business_tab.png) no-repeat scroll top left;
}

#music_tab a
{
	background: transparent url(../images/music_tab.png) no-repeat scroll top left;
}

#home_tab a
{
	background: transparent url(../images/home_tab.png) no-repeat scroll top left;
}

#contact_tab a:hover
{
	background-image: url(../images/contact_select_tab.png)
}

#business_tab a:hover
{
	background-image: url(../images/business_select_tab.png)
}

#music_tab a:hover
{
	background-image: url(../images/music_select_tab.png)
}

#home_tab a:hover
{
	background-image: url(../images/home_select_tab.png)
}

#content {background: #fff url(../images/background_border.jpg) repeat-y top left;}

#content_top
{
	background:url(../images/background_border_top.jpg) top left no-repeat;
	width:736px;
	height:58px;
}

#content_bottom
{
	background:url("../images/background_border_bottom.jpg") no-repeat top left;
	height:119px;
	width:736px;
	clear:both;
}

#left_col 
{
	width:355px;
	float: left;
	margin:0 1.8em 0 2.5em;
	display:inline;
}

#right_col
{
	width:307px;
	float: left;
}

#right_col img {margin:0 0 1em 4em;}

img.title
{
	border: none;
	display:block;
	margin-bottom:1.4em;
}

p.photo_title
{
	font-size:0.88em;
	color: #75A732;
	padding:0 0 0.8em 5.2em;
}

#footer {height:35px;}

#footer a, #footer p
{ 
	float:left; 
	font-size: 0.95em;
}

#footer a {padding-left:3px; color:#555;}
#footer a img 
{
	border:none;
	padding-top:10px;
}

#footer img {padding-top:15px}

a:focus, a:active 
{
  outline: none;
}

div.clearing {clear:both;}






