﻿body 
{
	margin: 0px;
	background-color: #262626;
	background-image: url(/layoutimages/Background.png);
	background-repeat:repeat-x;
	font-family: Arial;
	color: #FB7303;
	font-size: 12px;
}

.menu_box
{
	border: solid 1px #FB7303;
	min-height: 200px;
	width: 180px;
}

.content_box
{
	border: solid 1px #FB7303;
	min-height: 200px;
	width: 566px;
	text-align: left;
}

h1
{
	background-color: #FB7303;
	width: 95%;
	margin: 10px;
	padding: 3px;
	font-size: 13px;
	color: White;
}

h2
{
	font-size: 13px;
}

.TextBox
{
	border: solid 1px white;
	background-color: Transparent;
	color: white;
}

hr
{
	
	border-top: solid 0px #FB7303;
	border-bottom: solid 0px #FB7303;
	color: #FB7303;
	height: 1px;
}

a
{
	color: #FB7303;
}