/* 
** vtpujo - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** Adapted from flowertree open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
    scrollbar-face-color: #130E0C;
	scrollbar-track-color: #EDCB75;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #130E0C;
	text-align: center;
	margin-top: 4em;
}

.page {
	/* Page width: */
	width: 75%;
}

#logo {
	margin: 0 auto;
	text-align: center;
	font-family: Papyrus, Union, Trebuchet MS, Arial;
	font-size: 2.8em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #EDCB75;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #130E0C	;                
	margin: 0 auto;
	text-align: right;
	width: 945px
}

/* menu: */

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/maadurga4_910pxw.jpg");
/*	background-position: bottom right; 
	background-color: #EDCB23	;       */         
	background-repeat: no-repeat;
	padding: 1em;
	height: 330px;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	/*background-color: #FF0000; */
	/*filter: Alpha(opacity=70); */
	color: #EDCB75
	opacity: 0.7; 
	float: right; 
	width: 550px; 
	height: 315px;
	padding: 0.5em;
	font-family: Century Gothic,Verdana, Arial;
	font-size: 1.0em;
	overflow: auto;
	text-align:left;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Century Gothic,Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

#menu {
	margin: 0 auto;
	text-align: center;
	color: #EDCB75;
	font-family: Century Gothic;
	font-size: 1.2em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #EDCB75;
	text-decoration: none;
}

#menu a:hover {
	color: #EDCB75;
	text-decoration: underline;
}

#menu a:active {
	color: #000000;
	text-decoration: none;
}

#menu a:link.active {
/*	color: #487500;*/
	text-decoration: underline;
}
