body 
{
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color: #ffffff;
	background: #000000;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

.bold
{
	font-weight:bold;
}

.newsfirstline
{
	font-weight: bold;
	color: #ff66bb;
}

.italic
{
	font-style:italic;
}

.rightjustify
{
	text-align: right;
}

a 
{ 
	color:#ffffff;	
	text-decoration:underline;
}

a:hover 
{
	color: #ffffff;
	background-color: #3333ff;         //#369;
	text-decoration:none;
}

h1, h2, h3 
{
	margin:.8em 0 .2em 0;
	padding:0;
}

p 
{
	margin:.4em 0 .8em 0;
	padding:0;
}

img 
{
	margin:10px 0 5px;
}


/* Header styles */
#header 
{
	clear:both;
	float:left;
	width:100%;
}

#header 
{
	border-bottom:1px solid #000;
	text-align: center;
}



#header p,
#header h1,
#header h2 
{
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul 
{
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#header ul li 
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li a 
{
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a:hover 
{
	background:#369;
	color:#fff;
}

#header ul li a.active,
#header ul li a.active:hover 
{
	color:#fff;
	background:#000;
	font-weight:bold;
}

#header ul li a span 
{
	display:block;
}

/* 'widths' sub menu */
#layoutdims 
{
	clear:both;
	background:#000000;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask 
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft 
{
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (left menu) settings */
.leftmenu 
{
	background: #000000;		/* right column background colour */
}

.leftmenu .colleft 
{
	right:75%;			/* right column width */
	background: #000000;		/* left column background colour */
}

.leftmenu .col1 
{
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}

.leftmenu .col2 
{
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

.mainpic
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:70%;			/* right column content width */
	right:30%;			/* 100% plus left column left padding */
	text-align: center;
	padding: 50px 0 0 0;
}

.rollpic
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:30%;			/* left column content width (column width minus left and right padding) */
	left:70%;			/* (right column left and right padding) plus (left column left padding) */
}

.rollpic ul 
{
	clear:left;
	width:100%;
	list-style:none;
	margin:0 0 0 0;
	padding:0;;
}

.rollpic ul li 
{

	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

.rollpic ul li img
{
	display:inline; 
	vertical-align:top; 
	padding:0px; 
	margin:0 0 0 0;
}


.col1
{
	font-family:  Arial, Verdana, Helvetica, serif;
	font-size: 14px;
	font-weight: none; 
}

.col2
{
	font-family:  Papyrus, Verdana, Arial, Helvetica, serif;
	font-size: 20px;
	font-weight: none; 
}

.col2 ul 
{
	clear:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

.col2 ul li 
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

.col2 ul li a 
{
	display:block;
	margin:0 0 0 1px;
	padding:10px 0px;
	text-align:center;
	background: #000000;
	color: #ff66bb;
	text-decoration:none;
	position:relative;
	left:0px;
	line-height:1.3em;
}

.col2 ul li a:hover 
{
	background-color: #444444;  //#369
	color: #ffffff;
}

.col2 ul li a.active,
.col2 ul li a.active:hover 
{
	color: #ffffff;
	background: #ff66bb;
	font-weight:bold;
}

.col2 ul li a span 
{
	display:block;
}

.news 
{
	clear: left;
	float: left;
	width: 410px;
}

.news h3
{
	text-align: left;
}

.newsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
}

.picfloatbio 
{
	margin: 0 25px 20px 0;
	background-color: #000000;
	text-align: left;
	float: left;
}

.contactheading
{
	font-weight:bold;
	color: #ff66bb;
	font-size: 120%;
}
.contact
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:60%;			/* right column content width */
	right:40%;			/* 100% plus left column left padding */
	text-align: left;
	padding: 50px 0 0 0;
}

.piccontact
{
	display:inline; 
	vertical-align:top; 
	margin:0 0 0 0;
	float: left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:40%;			/* left column content width (column width minus left and right padding) */
	left:60%;			/* (right column left and right padding) plus (left column left padding) */
}
.centerit
{
	text-align: center;
}

.picfloat 
{ 
	padding: 0px; 
	float: left;
	text-align: center; 
	width: 50%;
	height: auto;
}

.picfloatfullwidth
{ 
	padding: 0px; 
	float: left;
	text-align: center; 
	width: 100%;
	height: auto;

}

.subhead2
{
	vertical-align:top;
}

.booking
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:70%;			/* right column content width */
	right:30%;			/* 100% plus left column left padding */
	text-align: left;
	padding: 50px 0 0 0;
}

.formfields
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #777777;
	border: 1px solid #222222;
}
/* Footer styles */
#footer
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	text-align: center;
}

#footer p 
{
	padding:10px;
	margin:0;
}
#MusicPage
{
	background-image: URL(http://www.neshiabrathwaitefarhangi.com/img/NeshiaMusicBackground.jpg);
}