@charset "utf-8";
/****************************************************
	Stylesheet for Sarah Vyne Vasallo Website
	Author: Clayton Low
	Created: 17/12/2009
*****************************************************/
body {
	margin:0px;
	height:100%;
}
/********************
	Layout Styles
********************/
#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/bg-dropshadow.png);
}

/* #header {
	width:1026px;
	height:240px;
	background-color:#000000;
	background:url(images/header.png) no-repeat;

}

#header-contents {
	float:right; 
	width:610px; 
	height:140px;
	margin-right:45px;
	padding-top:35px;
	
}

#nav {
	margin-left:38px;
	margin-right:38px;
	
}

*/

#header {
	width:100%;
	height:180px;
	background:url(images/header.png) no-repeat center;
	background-color:#000000;
	padding-bottom:0px;
}

#header-container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header-contents {
	float:right; 
	width:610px; 
	height:140px;
	margin-right:45px;
	padding-top:35px;
	
}

#nav {
	width:100%;
	text-align:center;
	background:url(images/nav-bg.png) repeat-x;
	/*background-color:#00FF00;*/
}

#content {
	width:864px;
	padding-left:80px;
	padding-right:80px;
	background:url(images/background.png) bottom no-repeat;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	padding-top:20px;

}

#contact {
	margin-bottom:10px;
	margin-top:10px;
}


#footer	{
	color:#FFFFFF;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
	text-align:center;
	height:45px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	padding-top:5px;
	
}

#showreel {
	float:left;
	width:330px;
}

#homeimages {
	float:left;
	margin-left:10px;
}

/*************************
	Formatting Styles
*************************/
#header-contents .admin{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header-contents .admin a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

#header-contents .admin a:hover{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}

#quote {
	color:#FFFFFF;
	width:585px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:10px;
}

#quoteauthor {
	color:#00596F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.heading {
	color:#00596F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}



#contact a{
	color:#000000;
	text-decoration:none;
}

#contact a:hover{
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer a:hover{
	color:#00596F;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#footer .VP a:hover {
	color:#CC00FF;
}

#sitemap li{
	color:#000000;
	margin-bottom:7px;
	font-size:16px;
}

#sitemap li a{
	color:#000000;
	text-decoration:none;
}

#sitemap li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*************************
	Navigation Styles
*************************/

#nav a.nav1{
	width:138px;
	height:37px;
	background-image:url(images/nav-choreographer.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
	margin-top:5px;
}

#nav a.nav1:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-choreographer-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav2{
	width:138px;
	height:37px;
	background-image:url(images/nav-consultant.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav2:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-consultant-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav3{
	width:138px;
	height:37px;
	background-image:url(images/nav-educator.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav3:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-educator-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav4{
	width:138px;
	height:37px;
	background-image:url(images/nav-director.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav4:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-director-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav5{
	width:138px;
	height:37px;
	background-image:url(images/nav-credits.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav5:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-credits-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav6{
	width:138px;
	height:37px;
	background-image:url(images/nav-gallery.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav6:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-gallery-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav7{
	width:138px;
	height:37px;
	background-image:url(images/nav-performer.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

#nav a.nav7:hover{
	width:138px;
	height:37px;
	background-image:url(images/nav-performer-hover.png);
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
}

/*************************
	Gallery Styles
*************************/

#gallery {
	margin-top:15px;
	margin-bottom:15px;
}

#gallery td{
	width:200px;
	margin-left:8px;
	margin-right:8px;
{
