﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial;
}

#root
{
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background-color.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 995px;
	min-height: 595px;
	border: solid 1px #ffffff;
}

#rootadmin
{
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/backgroundadmin.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 995px;
	min-height: 595px;
	border: solid 1px #ffffff;
}

#leftside
{
	width: 820px;
	float: left;
}

#menu
{
	width: 820px;
	margin-top: 110px;
	background-color: #ffffff;
	height: 30px;
}

#menulist
{
	margin-left: 25px;
	margin-top: 7px;
	font-size: 14px;
}

#menulist li
{
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.listBold
{
	font-weight: bold;
	color: #000000;
}

.listBold a
{
	font-weight: bold;
	color: #000000;
}

.listBold:hover
{
	font-weight: bold;
	color: #ed1c24;
}

.listBold a:hover
{
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}

.listBoldSelected
{
	font-weight: bold;
	color: #ed1c24;
}

.listBoldSelected a
{
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}

#content
{
	margin-top: 20px;
	width: 430px;
	float: right;
	overflow: auto;
	padding-left: 10px;
	padding-right: 5px;
	height: 435px;
}

#contentadmin
{
	margin-top: 20px;
	width: 780px;
	float: left;
	overflow: auto;
	padding-left: 10px;
	padding-right: 5px;
	height: 435px;
}

#content a
{
	color: #ed1c24;
}

#blog
{
	background-color: #ffffff;
	width: 175px;
	min-height: 595px;
	float: right;
}

.HighLight
{
	color: #ed1c24;
	font-style: italic;
}

h2
{
	margin-top: 10px;
}

h4
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: left;
}

#videos
{
	padding-left: 10px;
}

.txtAdmin
{
	width: 250px;
}

.txtBlog
{
	width: 500px;
}

.pnlLogin
{
	padding: 5px 10px 5px 10px;
	width: 370px;
}


