/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		color:#000;
		height:100%;
	}
		body {
	overflow: -moz-scrollbars-vertical;
	font-family: "Palatino Linotype",Verdana, Arial, Helvetica, sans-serif;
	color:#2a0004;
	text-align:justify;
	height:100%;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background:#fff7b9 url(../images/bg.jpg) repeat-x;
	min-width:900px;
	
}
	
#wrap {
		margin:0 auto;
		width:900px;
		
	}
.bg1{background:url(../images/glass.jpg) no-repeat top right;}
.bg2{background:url(../images/glass2.jpg) no-repeat top right;}
.bg3{background:url(../images/glass3.jpg) no-repeat top right;}
.bg4{background:url(../images/glass4.jpg) no-repeat top right;}
.bg5{background:url(../images/glass6.jpg) no-repeat top right;}

#header {
	background:url(../images/header.jpg) top left no-repeat;
	width:673px;
	height:159px;
	padding:0;
	display:block;
}
#header h1{ color:#fff8ba;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
padding-top:100px;
font-size:12px;
margin:0;
}

	#main {
		float:left;
		width:550px;
		min-height:500px;
	}
	#main2 {   /*for Art page*/
		float:left;
		width:490px;
		min-height:500px;
	}
	#main2 img{ border:1px solid #000;}
	#main h2, #main h3 {
	padding:0 20px 0 10px;
		text-align:center;
    }
	
	 #main p {
		padding:0 20px 0 10px;
		text-align:justify;
    }
	 #main a{color:#2a0004;}
	 #main a:hover{ text-decoration:none;}
	 #main li{ list-style:none;
	 margin-left:-30px;}
	#sidebar {
		background: url(../images/menu_bg.jpg) no-repeat top;
		float:left;
		width:200px;
		height:236px;
		font-size:16px;
		font-weight:bold;
		padding-top:10px;
		margin-top:20px;
		margin-right:15px;
		font-family:Georgia, "Times New Roman", Times, serif;		
	}
	
	#sidebar a{color:#2a0004;
	text-decoration:none;}
	#sidebar a:hover{color:#a8000f;
	text-decoration:none;
	}
	
	#sidebar ul {
		margin-bottom:0;
		list-style:none;
		margin-left:8px;
		margin-top:25px;	
			
    }
    #sidebar li { padding-bottom:5px;
	margin:0;
	}

	  #sidebar li#act{
	  list-style-image:url(../images/bullet.gif);
	  list-style-position:outside;
	  padding-left:0px;
	 }
	
	#footer {
		clear:both;
		color:#000;
		font-size:10px;
		
	}
	#footer p {
		padding:15px 0;
		margin:0;
		text-align:center;
		
    }
	#footer a{ color:#000;}
