@charset "utf-8";
/* CSS Document */
body{
background:#e8e8e6;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:5px;
}

.clear{
clear:both;
}

#wrapper{
width:1000px;
height:auto;
margin:0px auto;
box-shadow:1px 1px 1px 1px #999;
-webkit-box-shadow:1px 1px 1px 1px #999;
-moz-box-shadow:1px 1px 1px 1px #999;
-ms-filter-box-shadow:1px 1px 1px 1px #999;
}


#home-bg{
width:1000px;
height:660px;
background:url(../images/artist-ananya.jpg);
background-repeat:no-repeat;
}

#navplacer{
width:780px;
height:40px;
background:#edfad5 !important;
float:right;
margin-top:29px;
}

#social{
width:180px;
height:25px;
float:right;
margin:10px 10px 3px 10px;
}
	.social-icon{
	width:19px;
	height:19px;
	margin:2px 5px;
	float:right;
	opacity:0.4;	
	}


#topnav{
width:580px;
height:40px;
float:left;
}
		#topnav ul{
		list-style:none;
		position:relative;
		margin:10px;
		float:left;
		}

		#topnav ul li{
		position:relative;
		float:left;
		}


		#topnav ul li a{
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#4f2b11;
		padding:4px 18px 2px 18px;
		text-decoration:none;
		}
		
		#topnav ul li a:hover{
		color:#8a6348;
		text-decoration:none;
		}
		
		#topnav ul li a.current{
		color:#8a6348;		
		}


#header{
width:1000px;
height:90px;
background:url(../images/header.jpg);
background-repeat:no-repeat;
}

#content-area{
width:1000px;
height:570px;
background:#fff;
}

#video-area{
	width:640px;
	height:340px;
	margin:5px auto;
	padding:20px;
}

#left-column{
width:auto;
margin:5px;
float:left;
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#right-column{
width:auto;
margin:5px;
float:left;
padding:10px;
}

	.brown-title{
	font-size:14px;
	color:#543a39;
	}
	
	a.pagelink{
	font-family:Arial, Helvetica, sans-serif;
	color:#336666;
	text-decoration:none;
	}
	
	a.pagelink:hover{
	color:#339966;
	text-decoration:none;
	}

.imageth{
	width:200px;
	height:133px;
	margin:15px 17px;
	float:left;
	border:1px solid #543a39;
	box-shadow:1px 1px 1px 1px #ebeee5;
	-webkit-box-shadow:1px 1px 1px 1px #ebeee5;
	-moz-box-shadow:1px 1px 1px 1px #ebeee5;
	-ms-filter-box-shadow:1px 1px 1px 1px #ebeee5;
}


.insidesection{
width:auto;
margin:5px;
float:left;
padding:2px;
}

.anchorbox{
width:auto;
height:17px;
margin-right:10px;
float:left;
}

.anchorbox a{
display:block;
height:17px;
padding:4px;
background:#d8d6d2;
font-family:Arial, Helvetica, sans-serif;
color:#4c3736;
text-decoration:none;
}


.anchorbox a:hover{
display:block;
height:17px;
background:#4c3736;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
}


#copyright-hm{
	width:1000px;
	height:40px;
	background:url(../images/copyright_home.jpg);
	margin:0px;
}

.copyright-text{
	width:auto;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:15px 0px 0px 25px;
}


