/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}
a {
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
	text-decoration:none;
}

a:hover{
    font-weight:bold;
	font-size:0.9em;
	color:#79308F;
	text-decoration: none;
}	

a:active
{
font-weight:bold;
	font-size:0.9em;
	color:#79308F;
	text-decoration: none;
}


h1 {
	font-size: 1.2em;
	color:#ffffff;
}	
	
h3
{
font-size: 0.8em;
	color:#79308F;
}

/*web site holder*/ 

#MainHolder {
	color:#ffffff;
	margin:0px auto 0px auto;
	text-align:left;
	z-index:0;
	background-color:#FFFFFF;

}

body#home #MainHolder {
	top:-230px;
	left:0px;
	position:relative;
	margin-bottom:-230px;
}

/*flask menu*/

#flashholder{
	width:990px;
	height:230px;
	margin:0px auto ;
	position:relative;
	top:80px;
	border:0px solid green;
	padding:0px;
	z-index:999;
}

/*header*/

#header {
	background-color:#79308F;
	height: 80px;
	width: 820px;
	background-image:url(imgs/voguishLogo.png);
	background-repeat: no-repeat;
	background-position:top left;
	text-align:left;

}

#topMenu{
	background-color:#79308F;
	height: 81px;
	width: 463px;
	background-image: url(imgs/bg_topMenu.png);
	background-repeat: no-repeat;
	background-position:top right;
	text-align:	left;
	float:right;
	margin:2px 0px 0px 0px;
}

#topMenu li
{
	display:inline;
	margin:0px 4px 0px 2px;
	text-align:left;
}

#topMenu ul{
	margin:14px 2px 0px 4px;

}


/*Content*/

#contentHolder{
	background-color:#79308F;
	width: 820px;
	color:#FFFFFF;
	text-align:right;
	margin:0px;
	padding:0px;
}

#ContentRight{ 
width:440px; 
float:right;
margin:0px;

}

#ContentLeft{ 
width:350px;
height:auto; 
float:left;
text-align:left;
margin:0px 5px 5px 25px;
}

/*bottom*/

# bottomholder{
	background: #79308F;
	width: 820px;
	color:#ffffff;
	text-align:right;
}

#bottomMenu{
	background-color:#79308F;
	width: 820px;
	height: 41px;
	color:#FFFFFF;
	background-image:url(imgs/bg_bottomMenu.png);
	background-repeat:no-repeat;
	text-align: left;
	font-size:1.1em;
} 

#bottomMenu li
{
	display:inline;
	margin:0px 15px 0px 15px;

}

#bottomMenu ul{
	margin:10px 0px 0px 20px;
	
}

#infobar{
	background-image:url(imgs/bg_bottomBar.png);
	background-repeat:no-repeat;
	width: 820px;
	height: 137px;
	color:#79308F;
	text-align:left;
}



.clear
{
clear:both;
height:0px;
font-size:0em;
}






