/*
	##########	Main
*/
body
{
	background-color:#383f5c;
	font-family:Calibri, Tahoma, Cambria, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	color:#383f5c;
}

a:link {color: #4453ac; text-decoration: none; font-weight:normal;}
a:visited {color: #4453ac; text-decoration: none; font-weight:normal;}
a:hover {color: #C1C8EF; text-decoration: none; background-color:#383f5c; font-weight:normal;}
#wrap
{
	background:url(../img/main_bg.jpg) no-repeat;
}
#container
{
	width:750px;
	text-align:left;
	margin:0 auto;
	background-image:url(../img/container_bg.jpg);
	background-color:#ffffff;
}
#header
{
	color:#b1c5d4;
	height:100px;
	background-image:url(../img/header_bg.jpg);
	position:relative;
	margin:0;
	background-color:#383f5c;
}
#content
{
    float:right;
	width:580px;
	padding:20px 5px 5px 5px;
	min-height:250px;
}
#nav
{
    float:left;
    width:130px;
	padding:30px 5px 0px 20px;
	position:fixed;
}
#footer
{
	color:#b1c5d4;
	height:25px;
	background-image:url(../img/footer_bg.jpg);
	text-align:center;
	margin:0;
	background-color:#383f5c;
	clear:both;
}
/*
	##########	Menu
*/
#nav_links
{
	list-style:none;
	margin:0;
	padding:0;
	width:125px;
}
#nav_links li a
{
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #3b3b3b;
	border-bottom: 1px solid #656c8c;
	width:100px;
}
#nav_links a:hover
{
	background-color:#656c8c;
}
#nav_links li#nav_selected a
{
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #d60000;
	border-bottom: 1px solid #d60000;
	width:100px;
}
/*
	##########	Contact form
*/
label,input
{
	display:block;
	width:150px;
	float:left;
	margin-bottom:10px;
}
label
{
	text-align:right;
	width:75px;
	padding-right:20px;
}
.form_item
{
	background:none;
	color:#383f5c;
	border-style:ridge;
}
legend
{
	color:#383f5c;
	font-size:10px;
}
br
{
	clear:left;
}
/*
	##########	Bits
*/
#title_text
{

	margin:0;
	padding:0;
	font-weight:normal;
	position:absolute;
	bottom:5px;
	right:5px;
}
h1
{
}
h2
{
	text-align:center;
	font-size:14px;
}
.warning
{
	color:#0099ff;
}
a img
{
	border:0 none;
}
dl {}
dt
{
	font-weight:bold;
	margin-bottom:5px;
}
dd
{
	margin-bottom:15px;
	font-size:12px;
}
#login_form
{
	font-size:10px;
}
#login_form input
{
	width:120px;
}
#login_form fieldset
{
	padding:0;
}

.a_to_z_links
{
	font-size:10px;
}

.games_format
{
	font-size:80%;
}
#games_list
{
	list-style:none;
}
#games_list li
{
	padding:2px;
}

.home_quote
{
	border:1px solid black;
	position:relative;
	text-indent:30px;
	margin:20px;
	padding:10px 10px 30px 10px;
	background-color:#c5c5cd;
	background-image:url(../img/quote_start.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.home_quote_author
{
	position:absolute;
	bottom:0;
	right:0;
	height:25px;
	padding-right:40px;
	text-align:right;
	background-color:#c5c5cd;
	background-image:url(../img/quote_end.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}


#guru_meditation_outer
{
	width:500px;
	background-color:#000000;
	padding:4px;
}
#guru_meditation_inner
{
	color:#ff0000;
	padding:10px;
	text-align:center;
}
.guru_meditation_inner_on {border:4px solid #ff0000;}
.guru_meditation_inner_off {border:4px solid #000000;}


.hidden {
	display: none;
	}