
/******	
*******	GLOBAL VILLAGE MAIN STYLES
*******	© 2005
****************************************************/


	
/****** global reset and body 
****************************************************/

	
body
	{
	background-color: #fff;
	text-align: left;
	margin: 20px 50px;
	font: 100%/1.7em verdana, arial, sans-serif;
	color: #000;
	}


#content, 
#header,
#main,
#leftinner, 
#leftnav,
#rightinner, 
#page_heading,
#outerright,
#main_wrapper,
#language_selector,
#wrapper
	{
	position: relative;
	float: none !important; 
	float: none; 	
	width: 500px; 
	background: none;
	text-indent: 0;
	}



/* 	list elements

------------------------------------------------------------------ */


ul 
	{

	list-style: bullet;
	padding: 0 0 1em 25px;
	}


li 
	{
	background: none;
	font-size: 0.8em;
	}

dl 
	{

	margin: 1em 0 0;
	}

dt 
	{

	margin-top: 1em; 
	padding-left: 15px; 
	background: none;
	}


dd 
	{

	margin: 0.4em 0 0 20px; 
	font-size: 0.8em;
	}


dd a:link, 
dd a:visited, 
dd a:hover 
	{

	font-weight: normal;
	color: #000;
	text-decoration: none; 
	border-bottom: 1px solid #000;
	}


/* 	images

------------------------------------------------------------------ */

img 
	{

	margin: 2em 0;
	}
	


/* 	links

------------------------------------------------------------------ */


a:link, a:visited 
	{
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid #000;
	}

a img 
	{
	border: none;
	}



/* 	typography	

------------------------------------------------------------------ */


h1, h2, h3, h4, h5
	{
	background: url();
	text-indent: 0px;
	}
	
	
h4#do_menu
	{
	background: transparent url();
	}

h4#share_menu
	{
	background: transparent url();
	
	}
	
h4#find_out_menu
	{
	background: transparent url();
	
	}


p 
	{

	margin: 0 0 1em 0;
	font-size: 11pt; 
	}


h1
	{
	padding: 2em 0 1em;
	font-size: 25pt;
	text-indent: 0;
	}
	
	
h2
	{
	padding: 2em 0 1em;
	text-indent: 0;
	font-size: 20pt;
	}

h3 
	{
	margin: 2em 0 1em;
	text-indent: 0;
	font-size: 15pt; 
	}
		

h4 
	{
	margin: 2em 0 1em;
	text-indent: 0;
	font-size: 12pt; 
	font-weight: bold;
	}





	
/****** div classes
****************************************************/
		
		
.rightwide
	{
	width: 470px;
	background-color: #f00;
	float: right;
	}
	
	

