html {
	}

body {
    margin: 0;
	background-color:#e9dfc2;
	background-image:url(../images/_backgrounds/news.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	
}

#header {
	background-image: url(../images/_backgrounds/vijayLogo.gif);
	background-position: inherit;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	background-color:#fff;
	float:left;
	clear:both; 
	width: 700px; 
	height:120px;
	overflow: hidden;
}

#headerNav {
    margin: 75px 10px 0 0;
	width:480px;
	float: right;
	clear: both;

}

#headerBar {
    margin-top: 5px;
	padding-right: 15px;
	width:480px;
	height:15px;
	float: right;
	background-color:#e9dfc2;
	clear: both;
}

#container {
	clear:both;
		background-color:#fff;
	overflow: hidden;
	position: absolute;
	width: 700px;
	margin:0 0 0 225px;
	left: 0px;
	top: 0px;
}

.Column {
    float: left;
    position: relative;
	height: 100%;
}

.center {
margin-left: 150px;
}

#centralColumn {

	width: 425px;
	height: 100%;
    margin-bottom: 100px;
	text-align: left;
	font-size:  12px;
	text-decoration:none;
	text-transform:none;
	text-align: left;
	vertical-align: top;
	padding-left: 45px;
	padding-right: 20px;
	float: left;
}

#album {
	width: 125px;
	height: 200px;
	float: left;
	overflow: hidden;
	clear: both;
	position: relative;

}

#albumContent {
	width: 290px;
	height: 100%;
	float: right;
	padding-left: 5px;
	position: relative;
	margin-bottom: 25px;
}

#rightColumn {
    width: 200px;
	margin-bottom: 100px;
	text-align: left;
	padding-left:10px;
	font-size:  10px;
	float:left; 
    clear:right;
}

/* --- Presentation --- */

#dotLine {
	border-bottom: 1px solid #CCC;
	clear:left;
	margin-right: 10px;

}

#dotLine1 {
	border-bottom: 1px solid #CCC;
	clear:left;

}

h1 {
    color:#7a1e15;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

h2 {
	color:#000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	
}

h3 {
    color:#7a1e15;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

a {
text-decoration:none;
color:#7a1e15;

}

a:hover {
color:#333;

}
/* --- Nav --- */


ul#nav	{
	display:inline;
	height: 32px;
	width: 850px;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	
}

ul#nav li	{display:inline; float:left; margin:0;}
ul#nav li	{display:inline; float:left; margin:0;}
ul#nav li a {
	width: 480px;
	text-align:left;
	background-position: 0 0;
	display:inline; 
	float:left;
	overflow:hidden; 
	padding-top: 12px;
	height: 0;
	}
	
ul#nav a.news		{width: 78px;  background-image: url("../images/_nav/news.gif");}
ul#nav a.about 		{width: 62px;  background-image: url("../images/_nav/about.gif");}
ul#nav a.press		{width: 59px;  background-image: url("../images/_nav/press.gif");}
ul#nav a.albums		{width: 71px; background-image: url("../images/_nav/albums.gif");}
ul#nav a.media		{width: 59px;  background-image: url("../images/_nav/media.gif");}
ul#nav a.shows   {width: 64px; background-image: url("../images/_nav/shows.gif");}
ul#nav a.writings		{width: 87px; background-image: url("../images/_nav/writings.gif");}


ul#nav li a:hover		{background-position: 0 -12px !important;}

/*------------------------------------------------------------------------*/

ul.topNav {
    text-align: right;
	margin:0;
	padding-top: 2px;
}

ul.topNav li {
    display: inline;
}

ul.topNav a {
    color:#666;
    text-decoration: none;
    font-size: 10px;
	text-transform:lowercase;
}

ul.topNav a:active, ul.topNav a:focus, ul.topNav a:hover {
	color: #000;
}

/*------------------------------------------------------------------------*/

.v-menu{
	width:200px;
	clear:both;
}
ul.v-menu, .v-menu li{
	padding:0; 
	margin:0;
	list-style:none;
}
ul.v-menu{
	clear:both;
	margin-top:6px;
	
}
ul.v-menu li{
	margin-bottom:10px;
}
.v-menu li a{
	color:#555555;
	display:block;
	padding:4px;
	text-decoration:none;
}
.v-menu li a:hover{
	color:#999999;
}
		
/*------------------------------------------------------------------------*/	
		
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/_nav/previewOver.jpg) no-repeat;
border: none;
white-space: nowrap;
display: block;
width: 200px;
height: 27px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 27px;
display: block;
float: left;
color: black;
text-decoration: none;
border: none;
}

.cssnav img
{
width: 200px;
height: 27px;
border: none;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/*------------------------------------------------------------------------*/

.clearLeft {clear:left;}
.clearBoth {clear:both;}
