﻿@charset "UTF-8";

/**
 * Sidebar menu
 */
#left
{
	background-image: url('images/left_red.png');
	background-repeat: no-repeat;
}

/**
 * Small box below sidebar
 */
#box
{
	background-image: url('images/box_red.png');
	background-repeat: no-repeat;
}


#content_container
{	
	background-image: url('images/content_red.png');
	background-repeat: repeat-y;
	background-color: #70B0CC;
}

#content_container #top
{
	background-image: url('images/content_red_top.png');
	background-repeat: no-repeat;
}

#content_container #bottom
{
	background-image: url('images/content_red_bottom.png');
	background-repeat: no-repeat;
}

.tr-odd
{
	background-color: #ffb093;
}
