*{
	margin: 0;
	padding: 0;
	border: none;
}

html{
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	min-height: 101%;
	background-color: #000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.75em;
	color: #f3f3f3;
	text-align: center;
}

a{
	color: #ffdc00;	
}
a:link, a:active {
	color: #ffdc00;	
}
a:hover, a:active{
	color: #ffdc00;
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}
#wrapper #header{
	height: 295px;
}
#wrapper #content{
	position: relative;
	width: 950px;
	min-height: 300px;
	margin: 20px auto 0 auto;
	text-align: left;	
}
#wrapper #content ul#menu{
	position: relative;
	display: block;
	width: 290px;
	list-style-type: none;
	z-index: 100;	
}
#wrapper #content ul#menu li{
	width: 290px;	
}
#wrapper #content ul#menu li a{
	display: block;
	width: 290px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	/*border: 2px solid #333;*/
}
#wrapper #content ul#menu li a.selected,
#wrapper #content ul#menu li a:hover{
	background-position: top right;
}

/* Navigation buttons */
#what{
	position: absolute;
	top: 0;
	background-image: url(../images/btn-what_roll.gif);
	width: 290px;
	height: 60px;
	z-index: 101;	
}
#included{
	position: absolute;
	top: 60px;
	background-image: url(../images/btn-included_roll.gif);
	width: 290px;
	height: 60px;
	cursor: default;
	z-index: 102;
}
#help{
	position: absolute;
	top: 120px;
	background-image: url(../images/btn-help_roll.gif);
	width: 290px;
	height: 68px;
	z-index: 103;	
}
#how{
	position: absolute;
	top: 170px;
	background-image: url(../images/btn-how_roll.gif);
	width: 290px;
	height: 92px;
	z-index: 104;	
}

/* Submenu */
#wrapper #content ul#menu li ul.submenu{
	position: absolute;
	top: 95px;
	left: 250px;
	width: 174px;
	list-style-type: none;
	z-index: 200;
}
#wrapper #content ul#menu li ul.submenu li{
	display: block;
	position: relative;
	width: 174px;
}
#wrapper #content ul#menu li ul.submenu li a{
	display: block;
	width: 174px;	
}
#flashcards{
	background-image: url(../images/btn-flashcards.gif);
	height: 44px;
}
#questions{
	background-image: url(../images/btn-questions.gif);
	height: 31px;
}
#vocabulary{
	background-image: url(../images/btn-vocabulary.gif);
	height: 31px;
}
#samples{
	background-image: url(../images/btn-samples.gif);
	height: 30px;
}
#tips{
	background-image: url(../images/btn-tips.gif);
	height: 33px;
}
#glossary{
	background-image: url(../images/btn-glossary.gif);
	height: 39px;
}
/* End navigation */

/* Headlines */
h1 {
	text-indent: -9999px;
	width: 380px;
	height: 40px;
	margin: 10px 0 0 0;
}
h1.home {
	background: url(../images/background-h1-home.gif) no-repeat;
}
h1.included {
	background: url(../images/background-h1-included.gif) no-repeat;
}
h1.how {
	background: url(../images/background-h1-how.gif) no-repeat;
}
h1.get {
	background: url(../images/background-h1-get.gif) no-repeat;
}
h1.flashcards {
	background: url(../images/background-h1-flashcards.gif) no-repeat;
}
h1.questions {
	background: url(../images/background-h1-questions.gif) no-repeat;
}
h1.vocabulary {
	background: url(../images/background-h1-vocabulary.gif) no-repeat;
}
h1.samples {
	background: url(../images/background-h1-samples.gif) no-repeat;
}
h1.tips {
	background: url(../images/background-h1-tips.gif) no-repeat;
}
h1.glossary {
	background: url(../images/background-h1-glossary.gif) no-repeat;
}

#wrapper #content #copy{
	float: right;
	width: 500px;
	margin: 0 40px 0 0;	
	font-size: 1.3em;
}
#wrapper #content #copy p{
	padding: 0 0 15px 0;
}
#wrapper #content #copy dl{
}
#wrapper #content #copy dt{
	font-weight: bold;
}
#wrapper #content #copy dd{
	padding: 0 0 15px 0;
}

#wrapper #content #copy ul{
}
#wrapper #content #copy ul li{
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	list-style-type: square;
}

#wrapper #footer{
	width: 950px;
	margin: 0 auto;
	background: transparent url('../images/line.gif') no-repeat;
	clear: both;
	text-align: left;
	color: #ccc;
}
#footer address{
	padding: 20px;
	font-size: 1.1em;
	font-style: normal;
}