﻿@charset "UTF-8";

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

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


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

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

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

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