@charset "utf-8";
/* 

Designed for Gagalicious
URI: http://gagalicious.com

*/

body {
	margin-top: 0;
	margin-bottom: 0;
	background: url(http://cdn.gagalicious.com/t1/images/gradientbg.gif) center top repeat-x;
	background-color: #333333;
}

.black { color: #000; font-weight: bold; }
.normal { font-weight: normal; }

.sideborders {
	background: url(http://cdn.gagalicious.com/t1/images/borderbg.gif) center top repeat-y;
}	

#wrapper {
	margin: 0 auto;
	width: 1000px;
}



/* ---------- PARTS ---------- */

#header {
	float: left;
	width: 1000px;
}

.tour {
	float: left;
	width: 1000px;	
}

#footer {
	float: left;
	width: 1000px;
}



/* ---------- TOUR ---------- */

.modelname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#FFCC00;
	padding-right: 10px;
}

.modeldesc {
	padding-top: 8px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.tourfiller {	
}



/* ---------- FOOTER ---------- */

.footerlink a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footerlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footerlink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.rights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}