@charset "utf-8";

/*	Veinte color pallette:

	bg:			#fbfbfb
	pink:		#ee4399
	lightgrey:	#f9f9f9
	
	darkgrey:	#666666
	darkgrey2:	#808080
*/

/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
*
{
	margin:			0;
	padding:		0;
}
body
{
	background: 	#fbfbfb;
	background: 	#fbfbfb url(../images/bgfull.png) repeat-y top center;
	background: 	#fbfbfb url(../images/bg.jpg) no-repeat top center;
	color: 			#000;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		76%;
	text-align:		center;
}
#container
{ 
	margin: 		0 auto; 	/* yeah; center page */
	position:		relative;
	text-align:		left;
	width:			59.75em;
}
/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
/*	text		*/
h1,h2,h3,h4,h5,h6
{
	color:			#fff;
	font-weight:	normal;
}
h1
{
	font-size:		2em;
	margin-bottom:	2em;
}
h2
{
	font-size:		1.4em;
	margin-bottom:	1.4em;
	padding-left:	1em;
}
h3
{
	font-size:		1.2em;
	margin-bottom:	1.2em;
}
p
{
	line-height:	1.2em;
}
a img
{
	border:			none;
}
/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
/*	structure	*/
#header
{
	position:		absolute;
	top:			4.8em;
	right:			0;
	width:			340px;
}
	#header h1
	{
		color:			#666;
		line-height:	1.3em;
		margin-top:		1.5em;
	}
		#header h1 span
		{
			color:			#ee4399;
		}
/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
#content
{
	margin-top:			4.9em;
}
/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
#navigation
{
	background:			#ee4399 url(../images/ul_home.gif) repeat-x top left;
	border-bottom:		.2em solid #808080;
	height:				17em;
	margin-top:			-.2em;
	position:			relative;
	text-align:			center;
}
#nav_content
{
	margin: 		0 auto; 	/* yeah; center page */
	position:		relative;
	text-align:		left;
	width:			59.75em;
}
	#nav_content ul
	{
		list-style:			none;
		margin-left:		32.2em;
	}
		#nav_content ul li
		{
			
		}
			#nav_content ul li a
			{
				
				color:			#fff;
				display:		block;
				font-size:		1.6em;
				padding:		20px 0px 0px 20px;
				height:29px;
				text-decoration:	none;
			}
			#nav_content ul li a:hover
			{
				text-decoration:	underline;
			}

/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
#visual
{
	position:			absolute;
	top:				0;
	left:				0;
}

/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
#footer
{
	height:				6em;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	*/
/*	special styles	*/
.do_not_show
{
	position:			absolute;
	top:				-999em;
}