﻿body, html
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#header
{
	height: 160px;
	background-repeat: repeat-x;
	background-image: url(image/header3.png);
}

#ctl00_headerImage
{
	position: absolute;
	background-image: url(image/mainHeader.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 100%;
}

#ctl00_headerImage.contestHeader
{
	background-image: url(image/contestHeader.jpg);
}

#ctl00_sideImage
{
	margin-bottom: 10px;
}

#body
{
	background-position: 0px top;
	background-image: url(image/side2.png);
	background-repeat: repeat-y;
}

#side
{
	width: 260px;
	padding: 10px;
	padding-left: 0px;
	float: left;
}

#main
{
	padding: 10px;
	padding-top: 0px;
	margin-left: 280px;
}

#page
{
	padding-left: 50px;
	padding-right: 50px;
	min-height: 380px;
}

#footer
{
	color: black;
	clear: both;
	text-align: center;
	padding: 3px;
	padding-bottom: 5px;
	font-size: 8pt;
	background-color: #F1F1F1;
}

#menu ul.AspNet-Menu 
{
	position: static;
}

#menu
{
	position: absolute;
	top: 118px;
}

#menu .AspNet-Menu
{
	width: 850px;
}

#ctl00_mainMenu a
{
	font-family: Arial;
	color: #404795;
	font-size: 15px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 18px;
	padding-right: 18px;
	border-right: solid 1px #8AB1E1;
	font-weight: bold;
	display: inline-block;
}

#ctl00_mainMenu a.AspNet-Menu-Selected
{
	background-color: #F9EDBC;
	color: #5860B8;
}

#userInfo
{
	position: absolute;
	right: 0px;
	top: 92px;
	background-color: #FAEFC7;
	padding: 5px;	
	border: solid 2px #8AB1E1;
	border-bottom: none;
	border-right: none;
}

#ctl00_loginText
{
	border-right: 1px solid #E28B34;	
	padding: 5px;
}

#ctl00_loginLink
{
	padding: 5px;
}
