@charset "UTF-8";
/* CSS - Lucky Budda */
/* DL. Bartosiewicz */

/* Main Page, body */

body	
	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color:#cccccc;
	background-color:#000000;
	scrollbar-base-color:pink;
	}

p
	{
	color:#cccccc;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	}
	

h1
	{
	font-family: "Palatino Linotype", Book Antiqua, serif;
	text-align:center;
	font-size:300%;
	color:#777777;
	}

h2
	{
	color:#6699FF;
	text-align:center;
	font-size:150%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color:#333333;
	margin:0% 10% 20px 10%;
	/* opacity:0.25; */

	}
	

/* link styles */
a.hover
	{
	font-size:175%;
	text-decoration:none;
	color:#555555;
	text-align:justify;
	}
	
a.hover:hover						/* this makes the link expand when hovered over */
	{
	font-size:200%;
	text-decoration:none;
	color:#6699FF;
	text-align:justify;
	}
	


/* Layouts */	
.margin-wrap						/* this will set up the page's margins, background, and padding etc. */
	{
	background-color:#222222;
	padding: 10px 10px 10px 10px;	/* This sets up the space between the words & the edge of the division */
	margin:1%;						/* this sets up the space between the division & the rest of the page */
	height:850px;
	}
	
.main-box
	{
	min-width:900px;
	width:100%;
	background-color:#222222;
	}

.left-nav
	{
	clear:both;
	margin:0px 20px 20px 10px;
	width:300px;
	background-color:#222222;
	float:left;
	text-align:center;
	height:700px;
	padding-top:50px;
	}
	
.right-flash
	{	
	clear:right;
	background-color:#222222;
	text-align:center;
	}
	
	