body{
	margin:70px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Global html selector rules */
a{
	color:#f41b50;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#46b9d4;
}
h1{
	margin:0;
}
h2{
	margin:0;
	font-size:16px;
	font-weight:normal;
}
h1 a{
	display:block;
	width:316px; /* bg img width */
	height:57px; /* bg img height */
	text-indent:-999px;
	background:url(images/logo.gif) no-repeat;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}
li{
	margin:2px 0;
	font-size:16px;
}


/* Individual page rules */

/* Homepage */
#homepage{
	margin:auto;
	width:316px;
}
#homepage p{
	margin:2px 0 0 0;
	font-size:32px;
}
#homepage p.website{
	margin:10px 0 0 0;
}
#homepage p.email{
	font-size:28px;
}
#homepage p.phone{
	font-size:38px;
	letter-spacing:-.05em;
}

/* Graphic Designer */
#gfx{
	margin:auto;
	width:415px;
	height:331px;
	background:url(images/gfx_bg.gif) right bottom no-repeat;
}
#gfx h2{
	margin:0 0 30px 10px;
}
#gfx li{
	margin:10px 0 0 20px;
}


/* Musician Page */
#musician{
	margin:auto;
	padding:1px 0 0 0; /* 1 px for margin collapse (css box model) */
	width:450px;
	height:400px;
	background:url(images/musician_bg.gif) right bottom no-repeat;
}
#musician h1{
	margin:75px 0 0 25px;
}
#musician h1 a{
	height:45px;
	background:none;
}
#musician h2{
	margin-left:170px;
}
#musician ul{
	margin-top:150px;
}
#musician li{
	margin-top:15px;
}

/* Law Page */
#law{
	margin:auto;
	width:316px;
}
#law h2{
	text-align:center;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
#law h3{
	margin:20px 0 10px 0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
#law .scroll{
	padding-right:10px;
	height:300px; /* Specify max height before scrollbar appears  */
	overflow:auto;
}
#law p{
	margin:0;
	text-align:justify;
	text-indent:40px;
}
#virb-shows {	
	position: absolute; top:405px; left: 300px;
	width: 104px;
	height: 137px;
	padding: 55px 0px 0px 8px;
	font-size: 16px;
}

























