img, div, h1, a:link, a:active, a:hover, input, button { behavior: url(iepngfix.htc) }

.col{
	float: left;
	margin-right: 20px;
	width: 200px;
}

.row_container h2{
	font-family: Helvetica, Arial, Myriad, "Myriad Pro", sans-serif;
	font-size: 18px;
}

.contact .row_container{
	width:500px;
	background: url(../images/rough_borders.png) top left repeat-y;
}

.credits .row_container{
	width:500px;
	background: url(../images/rough_borders_credits.png) top left repeat-y;
}

.buy .row_container{
	width:500px;
	background: url(../images/rough_borders_buy.png) top left repeat-y;
}


.guest .row_container{
	width:500px;
	background: url(../images/rough_borders_guest.png) top left repeat-y;
}

.contact .row_top{
	width:500px;
	background: url(../images/line_1.gif) top center no-repeat;
	padding-top: 5px;
}

.buy .row_top{
	width:500px;
	background: url(../images/buy_top_border.gif) top center no-repeat;
	padding-top: 5px;
}

.guest .row_top{
	width:500px;
	background: url(../images/guest_top_border.gif) top center no-repeat;
	padding-top: 5px;
}

.credits .row_top{
	width:500px;
	background: url(../images/credits_top_border.gif) top center no-repeat;
	padding-top: 5px;
}

.contact .row_container .hi{
	color: #b70103;
}

.buy .row_container .hi{
	color: #642976;
}

.credits .row_container .hi{
	color: #004731;
}

.guest .row_container .hi{
	color: #004869;
}

.intro_buy{
	color: #642976;
}

.intro_credits{
	color: #004731;
}

.row_container a:link, .row_container a:active, .row_container a:visited{
	color: #333333;
	text-decoration: none;
}

.row_container a:hover{
	color: #333333;
	text-decoration: underline;
}

a.plain:link, a.plain:active, a.plain:visited{
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

a.plain a:hover{
	color: #333333;
	font-style: italic;
	text-decoration: underline;
}

a.green:link, a.green:active, a.green:visited{
	color: #004731;
	text-decoration: none;
}

a.green:hover{
	color: #004731;
	text-decoration: underline;
}

.contact .row_on{
	background: #f5e4dd url(../images/line_1.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.contact .row_off{
	background: #ffffff url(../images/line_2.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.buy .row_on{
	background: #e0c1de url(../images/line_1_buy.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.buy .row_off{
	background: #f5eaf4 url(../images/line_2_buy.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.credits .row_on{
	background: #c8e0c4 url(../images/line_2_credits.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.credits .row_off{
	background: #ffffff url(../images/line_1_credits.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.guest .row_on{
	background: #c6e5f3 url(../images/line_1_guest.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.guest .row_off{
	background: #ffffff url(../images/line_2_guest.gif) bottom center no-repeat;
	margin: 0 4px;
	width:492px;
}

.row_on .wrapper, .row_off .wrapper{
	padding: 18px;
}

.intro_guest{
	color: #004869;
}


