@charset "UTF-8";

.videoLabel_title {
	font-size:16px;
	font-weight:bold;
}

.videoLabel_desc {
	font-size:12px;
}

.ringtone_title {
	font-size:16px;
	font-weight:bold;
		
}
body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	background-image: url(images/bk_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #916C37;
	font-size: 12px;
	color: #921a23;
	margin: 0px;
	padding-top: 46px;
	line-height: 16px;
}
#mainContent {
	background-image: url(images/mainPic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 442px;
	width: 901px;
}
#mainContent_gallery {
	background-image: url(images/gallery/mainPic-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 606px;
	width: 901px;
}
#mainContent_video {
	background-image: url(images/video/mainPic-video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 606px;
	width: 901px;
}
#mainContent_downloads {
	background-image: url(images/downloads/mainPic-downloads.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 606px;
	width: 901px;
}
#bottommods {
	width: 901px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	width: 901px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	line-height: 14px;
}
#wrapper {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FDBA62;
}

