﻿body 
{
	background-color:#dddddd;
}
.mainContain
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
.Header-Section
{
	float:left;
	background-color:White;
	padding-left:20px;
	}
.Header-Section img
{
	margin-left:10px;
	margin-top:10px;
	max-width:200px; 
	float:right;
	}
.Header-Section h1
{
	width:760px;
	float:left;
	color:#B00E25;
}
.Header-Section h2
{
	color:#B00E25;
	width:580px;
	float:left;
	font-size:20px;
}
.Main-Footer
{
	text-align:center;
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	background-color:White;
	}
.Header-Section ul
{
	margin-left:200px;
	padding:3px;
	float:left;
	background-color:White;
	border:solid 1px black;
	}
.Header-Section li
{
	max-width:180px;
	float:left;
	list-style:none;
	list-style-image:none;
	padding:2px 10px 2px 10px;
	background-color:White;
	border:solid 1px black;
}
.Forum-Static-Page
{
	min-height:400px;
	float:left;
	width:1000px;
	background-color:White;
	padding-bottom:20px;
	}
.Forum-Static-Page p
{
	width:900px;
	margin-left:50px;
	text-align:justify;
}
.Forum-Static-Page h3
{
	color:#736AFF;	
	margin-left:50px;
}
.Forum-Static-Page h2
{
	color:#736AFF;	
	margin-left:50px;
}