﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
	margin: 0;
	padding: 0;
/*	line-height: 1.5em; */
/*	background-color: #010066; */
	background-color: #4746fa;
	background-image: url('background.png');
	background-position: center;
	background-repeat:repeat-y;
/*	background-image: url('bckgrnd.jpg');
	background-image: url('backgrnd.jpg');
	background-position: center;
	background-repeat: no-repeat; */
	text-align: center;
}

a:link
{
	font-weight: bold;
	color: silver;
	text-decoration: underline;
}

a:hover
{
	font-weight: bold;
	color: silver;
	text-decoration: underline;
}

a:active
{
	font-weight: bold;
	color: silver;
	text-decoration: underline;
}

a:visited
{
	font-weight: bold;
	color: silver;
	text-decoration: inherit;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincontainer
{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}

#topsection
{
	height: 192px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

#divider
{
	height: 1px;
	background-image: url('divider.gif');
	background-repeat: no-repeat;
	background-color: #000000;
}

#contentwrapper
{
	float: left;
	width: 100%;
/*	height: 100%; */
	height: 570px;
}

#contentcolumn
{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background: #ffffff;
	height: 100%;
	left: 0;
}

#leftcolumn
{
	float: left;
	width: 200px; /*Width of left column*/
	height: 570px;
/*	margin-left: -800px; /*Set left margin to -(MainContainerWidth) */
	/* background: #ff1515; */
	background: #b90c0c;
	line-height: 1.5em;
}

#footer
{
	font-family:Verdana;
	font-size:small;
	clear: left;
	width: 800px;
	background: black;
	color: #ffffff;
	text-align: center;
	padding: 0;
}

/***********************************************/
/* Style Divs                                  */
/***********************************************/

.innertubeLeft
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 5px;
	line-height: 1.5em;
}

.innertubeMain
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 5px;
	line-height: 1.2em;
}

.text
{
	font-family:Verdana;
	font-size:small;	
	color:#000000;
}
