*
{
	padding: 0;
	margin: 0;
}

body, div, ul, li, input, textarea, h2 a
{
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

html, body
{
	height: 100%;
}

body
{
	background-color: #59B3DF;
	text-align: center;
}

img
{
	border: 0px;
}

#wrapper
{
	position: relative;
	width: 990px;
	top: 20px;
	text-align: left;
	margin: 0 auto;
	/*
	left: 50%;
	margin: 0 0 0 -495px;
	*/
	/*border: 1px solid #FFFF00;*/
}

#header
{
	width: 100%;
	height: 174px;
	margin: 0 0 10px 0;
}

#content_top
{
	width: 100%;
	height: 15px;
	background-image: url(../medias/art/content_top.gif);
	background-repeat: no-repeat;
}

#content_bottom
{
	width: 100%;
	height: 15px;
	padding: 0 0 50px 0;
	background-image: url(../medias/art/content_bottom.gif);
	background-repeat: no-repeat;
}

#content
{
	width: 100%;
	background-color: #0073C5;
}

h2
{
	font-size: 24px;
	color: #F1E632;
	font-weight: normal;
	margin: 0 0 25px 0;
}

h3
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 12px 0;
}

#content:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#questions
{
	float: left;
	width: 420px;
	padding: 20px 40px 20px 40px;
}

#question_form
{
	width: 420px;
	margin: 0 0 45px 0;
}

#question_form h2
{
	margin: 0 0 0 0;
}

div.question
{
	width: 400px;
	margin: 0 0 0 0;
}

div.question p
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 2px 0;
}

div.question .date
{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

div.question hr
{
	border: 0;
	height: 1px; 
	background-color: #97AFCF;
	margin: 8px 0 8px 0;
}

#answers
{
	float: left;
	width: 490px;
	padding: 20px 0 0 0;
}

div.answer
{
	width: 425px;
	margin: 0 0 35px 0;
}

div.answer .flag
{
	width: 100%;
	height: 18px;
	background-image: url(../medias/art/flag.gif);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}

div.answer .number
{
	width: 32px;
	height: 18px;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFED00;
}

div.answer .video
{
	width: 100%;
}

div.answer .text
{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

div.answer .question 
{
	width: 100%;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 2px 0;
}

div.answer .date
{
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
}

#banner
{
	width: 425px;
	padding: 20px 0 35px 0;
}

#banner p
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0 5px 0;
}

/*
div.:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
*/


/* Form
=======================*/

#form
{
	width: 420px;
	padding: 0;
	/*height: 150px;*/
}

#form:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#form .advice
{
	display: block;
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#form .thanks
{
	display: block;
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#form p
{
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

#form a
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#form a:link
{
	text-decoration: none;
}

#form a:visited
{
	text-decoration: none;
}

#form a:Hover
{
	text-decoration: underline;
}

#form ul
{
	list-style: none;
}

#form ul li
{
	float: left;
	width: auto;
}

#form img 
{
	margin: 0 10px 0 0;
}

input
{
	height: 14px;
	padding: 1px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

input.input1
{
	width: 305px;
	margin: 0 10px 0 0;
}

input.input2
{
	width: 200px;
	margin: 0 10px 0 0;
}

textarea
{
	width: 390px;
	height: 75px;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #000000;
	background: #FFFFFF;
	border: 0px solid #FFFFFF;
}

#pages
{
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 10px;
}

#pages a
{
	font-size: 10px;
	color:#000000;
}

#pages a:link
{
	text-decoration: underline;
}

#pages a:visited
{
	text-decoration: underline;
}

#pages a:Hover
{
	text-decoration: none;
}
/*
FOOTER 
=======================*/

#footer
{
	z-index: 4;
	position: relative;
	width: 100%;
	height: 100px;
	/*border: 1px solid #FF00FF;*/
}