
a img {
	display:inline;
	}

body {
	background-color: #eee;
	}

#content
	{
	background-image: url(../images/studentTutorials_bkgd.jpg);
	background-color:#CCDBE1;
	border:1px solid #eee;
	}

#question {
	margin:170px 0 40px 0;
	padding:0;
	}

#links{
	margin:auto auto;
	padding:0;
	width:570px;
	}

a { text-decoration:none; }
a span { text-decoration:underline; }
a:hover { text-decoration:none; }
a:hover span { text-decoration:none; }

a.lang { font-size:12px;color:#666;text-decoration:none; }
a.lang:hover { font-size:12px;color:#666;text-decoration:underline; }

p.lang {
	background-image: url(../images/studentTutorials_lang_bkgd.gif);
	background-repeat: no-repeat;
	width:766px; height:29px;
	text-align:left;
	margin: 1px;
	margin-bottom:-35px;
	padding: 5px 0 0 7px;
	}

p.Audio {
	float:right;
	margin:0;
	padding:0;
	width:285px;
	}

p.noAudio {
	float:left;
	margin:0;
	padding:0;
	width:285px;
	}

@media print {

#links{ width:520px; }
p.Audio { width:250px; }
p.noAudio { width:250px; }

}