html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	text-align: justify;
}


ul {
	list-style-image: url(images/plus.png);
	margin: 0px;
	padding-left: 25px;
}

a {
	color: #c5bbb4;
	text-decoration: none;
}

body {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #eee7e2;
	scrollbar-3dlight-color: #eee7e2;
	scrollbar-darkshadow-color: #eee7e2;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #eee7e2;
}

a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #eee7e2;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
	height: 600px;
	position: relative;
	top: 25px;
	padding: 0px;
}

#main {
	width: 1000px;
	height: 380px;
	position:relative;
	margin-top: 0px;
}

#main2 {
	width: 1000px;
	height: 450px;
	position:relative;
	background-position: top;
}

#menu {
	width: 1000px;
	height: 150px;
	position:relative;
}

#gallery {
	width: 600px;
	height: 380px;
 margin-top: 20px;	
}

#text {
	width: 380px;
	height: 380px;
	padding-left: 20px;
		text-align: justify;
}

#alt_gallery {
	height: 380px;
	vertical-align: top;	
 margin-top: 10px;
}

#alt_gallery2 {
	height: 380px;
	vertical-align: bottom;	
 margin-top: 10px;	
}

#alt_text {
	height: 380px;
	padding-left: 20px;
		text-align: justify;
}

#alt_text2 {
	height: 370px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	overflow: auto;
}

#footer {
	text-align:center;
	position: relative;
	height: 70px;
		vertical-align: bottom;
}

.heading {
	text-align: right;
	font-size: 18px;
	color: #BBB0AA;
}

.heading2 {
	font-weight: bold;
	color: #c5bbb4;
}

.heading3 {
	text-align: right;
	font-size: 16px;
	color: #777777;
	background-color: #eee7e2;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.special {
	line-height: 120%;
}

object { outline:none; }



input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	background: white;
	border: 1px solid #ded0c6;
}


.submit input {

	color: #666666 ;
	border: 1px solid #c5bbb4;
}





/** for image loader **/

DIV#loader {
  border: 1px solid white;
   height: 350px;
}
DIV#loader.loading {
	background: url(images/spinner.gif) no-repeat center center;
	vertical-align: middle;
}
