*	{
	margin: 0;
	}
	
body, html {
	height: 100%;
	text-align: center;
	background: url('images/y-background.jpg') center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -18px;
	}

.footer, .push {
	height: 18px;
	background: url('images/y-background.jpg') repeat-y center #fff;
	color: #fff;
	text-align: right;
	}

.rightnavpush {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px;
	}

#mainframe {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1200px;
	border: medium solid rgb(0,0,0);
	background: #ffffff;
	}

#maintop {
	height: 405px;
	width: 850px;
	margin-top: 0;
	padding-top: 0;
	background: url('images/header.png');
	}

#mainnav {
	height: 29px;
	margin-top: 0px;
	margin-left: 0px;
	background: #000000;
	border: 1px solid rgb(255,255,255);
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
top: 0px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left: 0px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:149px;
padding:7px 0;
color:#fff;
background: #000;
text-decoration:none;
margin-right:0px;
text-align:center;
font-family: Helvetica, Century Gothic, Tahoma, sans-serif;
font-weight: bold;
letter-spacing: 2px;
height: 14px;
border-right: 1px solid rgb(255,255,255);
}
/* style the links hover */
.menu :hover{
color:#fff;
background: url('images/buttonbgover.png') #000;
background-repeat: repeat-x;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


#maincontent {
	width: 700px;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0 auto;
	background: #fff;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	padding-bottom: 26px;
	display: inline;
	float: left;
}

#rightnav {
	width: 143px;
        float: right;	
	height: 400px;
	background: #000;
	border: 3px double #a9a9a9;
	font-family: Helvetica, "Century Gothic", Tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 11px;
	margin-top: 25px;
	margin-right: -44px;
	letter-spacing: 2px;
	z-index: 300;
	display: inline;
}


.title {
	color: #000;
	text-align: center;
	font-family: Helvetica, Century Gothic, Tahoma;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-top: 25px;
	margin-bottom: 19px;
	display: block;
	}

.main {
	color: #6b6b6b;
	font-family: "Lucida Grande", "Century Gothic", Tahoma, Arial;
	font-size: 20px;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 25px;
	display: block;
	letter-spacing: -1px;
	}

.detail {
	display: block;
	font-family: Helvetica, "Century Gothic", Tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	font-size:9px;
	margin-top: 10px;
	padding-left: 5px;
	border-top: 1px dotted #fff;
	padding-top: 10px;
	}

.detail a, a:visited {
	color: #fff;
	text-decoration: none;
	}
.detail a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* FOOTER STUFFS */


#footerdiv {
	width: 240px;
	display: block;
	}

#no-www {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/no-www.png') no-repeat center #000;
	border: 1px solid #000;
	}

#no-www a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	}

#no-www:hover {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/no-www.png') no-repeat center #a9a9a9;
	}



#fsf {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/fsf.png') no-repeat center #000;
	border: 1px solid #000;
	}

#fsf a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	}

#fsf:hover {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/fsf.png') no-repeat center #a9a9a9;
	}


#w3c {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/w3c.png') no-repeat center #000;
	border: 1px solid #000;
	}

#w3c a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	}

#w3c:hover {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	background: url('images/w3c.png') no-repeat center #a9a9a9;
		}
