@charset "utf-8";
body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#fff;
}
/* Page elements */
p, li{font-size:13px; line-height:18px;}
p.quote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	line-height:22px;
	color:#FFC;
}

h1{
	font-size:16px;
	color:#c6c0ad;
	text-transform:uppercase;
	text-align:center;
}

h2{font-size:15px;}
h3{font-size:12px;}
.formField {
	background-color:#666666;
	color:#FFFFFF;	
}
img {border:0;}

iframe {
	padding: 0 20px 25px;
	border-bottom:dotted 1px #222;
}

a:visited, a:active, a:link  {color:#FFFFFF; font-weight:normal;}
a:hover {color:#FFC;}
#copyright p {
	margin: 0; 
	padding: 10px 0; 
	color:#666;
	font-size:9px;
}
#copyright a:active, #copyright a:visited, #copyright a:link {
	color:#666;
	text-decoration:none;
}
#copyright a:hover{
	color:#F90;
}
/* structure */

#container { 
	width: 960px;
	background: #000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	background:url(../images/neesha-seth.gif) no-repeat top center;
	height:15px;
	padding:125px 0 0;
	font-size:9px;
	color:#c6c0ad;
	text-align:right;
} 
#menu {
	border-top: 2px solid #c6c0ad;
	margin:0;
	padding:8px 0 8px 300px ;
	border-bottom: 2px solid #c6c0ad;
	font-size:0.8em;
}
#menu a:link, #menu a:visited {
	color:#c6c0ad;
	padding :0 10px;
}
#menu a:active, #menu a:hover {
	color:#FE5A59;
	text-decoration:none;
}
#sidebar,
#slider{
	float: left; /* left sidebar for 2 column layout */
	width: 300px; 
	padding: 0 10px 15px 0;
}
#slider {
	height:544px;
	overflow:hidden;
}
#content { /* Use the pageContent div for full width pages with no sidebar */
	margin: 0 0 0 300px;
	padding: 0 20px;
}
#media {
	margin:0 30px;
}
#footer {
	background-image:url(http://neeshaseth.com/images/neesha-footerbg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:85px;
}
#copyright { 
	padding: 0 10px 0 20px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
} 
.fltrt,
.voicereel { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft,
.showreel{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.voicereel {
	margin-right: 50px;
}
.showreel {
	margin-left: 50px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#YouTube {
	text-align:center;
}