html,body{
	margin: 0;
	background: #20010E url(../images/background.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

#container{
	margin: 0 auto;
	width: 1000px;
	margin-top: 20px;
}

/*     HEADER     */
#header{
	background: url(../images/header.png) no-repeat;
	height: 95px;
}

#site_description{
	width: 650px;
	margin-left: 330px;
	padding-top: 10px;
	color: #FFF;
	font-size: 11pt;
}

/*     MENU     */
ul#menu{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 330px;
	width: 330px;
	position: relative;
	top: 15px;
	left: -25px;
}

ul#menu li{
	float: left;
	margin-right: 5px;
}

ul#menu li a{
	background: url(../images/menu.gif) no-repeat 0 0px;
	text-decoration: none;
	color: #ffa430;
	padding: 2px 0 2px 9px;
	font-size: 9pt;
	display: block;
}

ul#menu li a span{
	background: url(../images/menu.gif) no-repeat 100% -38px;
	padding: 2px 10px 2px 0;
}

ul#menu li a:hover{
	background: url(../images/menu.gif) no-repeat 0 -19px;		
}

ul#menu li a:hover span{
	background: url(../images/menu.gif) no-repeat 100% -57px;
}

/*     CONTENT     */
#content{
	background: #99124A url(../images/content_footer.gif) no-repeat 0 bottom;
	padding: 0 5px 50px 5px;
}

/*     CENTER COLUMN     */
#center_column{
	
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	color: #FFF;
	margin: 0 0 20px 0;
	padding-top: 10px;
}

/*     Profil     */
.profil{
	background: url(../images/profil.png) no-repeat;
	width: 955px;
	height: 223px;
	margin-bottom: 10px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.img{
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.profil img{
	border: 2px solid #741F42;
}

.highlight{
	color: #CE3374;
}

.sms_description{
	margin-top: 10px;
	font-size: 18px;
}

.sms_price{
	margin-top: 5px;
	font-size: 10px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin: 0 0 10px 0;
}
/*     FOOTER     */
#footer{
	clear: left;
}
