/* === === === === === === === === === ===
	Desc: Cruz Music Style Sheet
	Author: KELLY HINKSON
	Date: June 25th, 2008
=== === === === === === === === === === */

/* === === === === === === === === === ===
	GENERAL LAYOUT
=== === === === === === === === === === */
html{
	overflow-x:hidden;
	margin:0;
	padding:0;}

body {
	margin:0px;
	padding:0px;
 	background:url(../images/bg.jpg) #000000;
 	background-repeat:no-repeat;
 	background-attachment:fixed;}
	
#contain{
	margin:0 224px;
	width:800px;
	position:absolute;}

#wrap {
	margin:40px 30px 0 0;
	padding: 0;}

#header {
	height:229px;
	width:807px;
	margin:0 0 0 -6px;
	background:url(../images/headerbg.jpg);
	position:fixed;
	z-index:100;}

#navi{
	width:800px;
	height:60px;}

#footer {
	margin:30px 10px 0 0;
	text-align:center;
	padding:0;}
	
#content {
	margin:240px 0 0 0;}
	
#right {
	float:right;
	width:200px;
	height:53em}

/* === === === === === === === === === ===
	TYOGRAPHY
=== === === === === === === === === === */
h1 {
	font: 500 18px Arial, Sans-Serif;
	letter-spacing: 0px;
	padding:20px 35px 0px 35px;
	margin:0;
	color:#000000;
	text-decoration: underline;
	text-transform:uppercase}
	
h2 {
	font: 600 14px Arial, Sans-Serif;
	letter-spacing:0;
	padding:0px 35px 10px 35px;
	margin:0;
	color: #000000;
	text-transform:uppercase}

h3 {
	font: 500 18px Arial, Sans-Serif;
	letter-spacing: 0px;
	padding:30px 0px 0px 0px;
	margin:0;
	color:#000000;
	text-decoration: underline;
	text-transform:uppercase}
	
p {
	font: 400 12px Heveltica, Sans-Serif;
	padding: 0px 35px 0px 35px;
	margin:0;
	line-height:17px;
	color:#000000}

.p2 {
	font: 400 12px Arial, Sans-Serif;
	margin:0;
	line-height:16px;
	color:#000000}
	
	
ul {
	font: 400 12px Arial, Sans-Serif;
	color:#000000;
	padding: 0px 50px 0px 50px;
	line-height:17px;
	margin:0;}

a:link {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #903b00;}
	
a:visited {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #903b00;}
 
a:hover {
 	font: 400 12px Heveltica, Sans-Serif;
	color: #3b0001;
	text-decoration: none}
	
a:active {
	font: 400 12px Heveltica, Sans-Serif;
	color: #3b0001;
	text-decoration: none}
	
.hr {
	margin:0px 32px 0 42px;
	background: #000000;
	background-repeat:no-repeat;
	height:2px;}

.tport{
	margin:0px 0px 30px 33px;
	width:730px; 
	border:0;
	font: 400 84.0% Heveltica, Sans-Serif;
	line-height:16px;
	color:#333333}

img.floatLeft { 
    float: left; 
    margin: 8px 10px 0px 0px; 
    height:100px;
    width:200px;
    border:1px solid #000000}
    
img.floatRight { 
    float: left; 
    margin: 8px 0px 0px 0px; 
    height:100px;
    width:200px;
    border:1px solid #000000}



