@charset "UTF-8";

/**
 * Typography 
 *
 */
 
h1{
	color: #adadad;
	font-size: 20pt;
	font-weight: 100;
	padding: 0 0 15px 0;
}
h2{
	color: #adadad;
	font-size: 18pt;
	font-weight: 100;
	padding: 0 0 15px 0;
}
h3{
	color: #adadad;
	font-size: 16pt;
	font-weight: 100;
	padding: 0 0 15px 0;
}
h4{
	color: #adadad;
	font-size: 14pt;
	font-weight: 100;
	padding: 0 0 15px 0;
}
h5{
	color: #adadad;
	font-size: 12pt;
	font-weight: 100;
	padding: 0 0 10px 0;
}
h6{
	color: #adadad;
	font-size: 10pt;
	font-weight: 100;
	padding: 0 0 10px 0;
}

p{
	font-size: 13px;
	line-height: 16px;
}

label{
	font-size: 11px;
}





/**
 * HTML Elements 
 *
 */

body{
	background: #fff4cd;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #6864ab;
}

a{
	color: #72001e;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}








/**
 * Div ID 
 *
 */

#wrapper{
	width: 930px;
	margin: 0 auto;
}

#header{
	background: url(../gfx/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 930px;
	height: 355px;
}

#language{
	background: url(../gfx/lang-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 347px;
	height: 160px;
	padding: 20px 320px;
}

#language a{
	margin: 0 40px 0 0;
}

#content{
	padding: 0 120px;
	margin: -80px 0 0 0;
	text-align: center;
}

#footer{
	background: url(../gfx/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 930px;
	height: 120px;
}
