﻿.content
{
    background-color: #FFFFFF;
    padding:10px 10px 0px 10px;
    /*width:800px;*/
    width:90%;
	margin:auto;
}

.leftHeader
{
    background: transparent url('../images/leftSide.png') top right no-repeat;
    /*width:125px;*/
    width:7%;
    height:100px;
    float:left;
	
}

.middleHeader
{
    background: transparent url('../images/middle.png') top left repeat-x;
    /*width:750px;*/
    width:86%;
    height:100px;
    float:left;
    color:#FFFFFF;
	
}

.rightHeader
{
    background: transparent url('../images/rightSide.png') top left no-repeat;
    /*width:125px;*/
    width:6%;
    height:100px;
    float:left;
	
}

.footer
{
    height:60px;
    float:left;
}

.leftFooter
{
    background: transparent url('../images/leftSide_bottom.png') top right no-repeat;
    /*width:125px;*/
    width:7%;
}

.middleFooter
{
    background: transparent url('../images/middle_bottom.png') top left repeat-x;
    /*width:750px;*/
    width:86%;
    color:#FFFFFF;
	overflow:hidden;
}

.rightFooter
{
    background: transparent url('../images/rightSide_bottom.png') top left no-repeat;
    /*width:125px;*/
    width:6%;
	
}

.subHeaderLeft
{
	text-align:left;
	float:left;
	margin-bottom:10px;
}

.subHeaderRight
{
	text-align:right;
	float:right;
	margin-bottom:10px;
}


/* Navigation */

.nav
{
	float:left;
}

.aspSubMenu
{
	background-color:#00137f;
	height:20px;
	padding:5px;
	color:#ffffff;
}

/* End Navigation */

.forumPath
{
	margin: 10px 0px 0px 0px;
	float:left;
	width:69%;
}

.newTopic
{
	margin: 0px 0px 0px 0px;
	float:right;
	/*width:205px;*/
	width:24%;
	text-align:right;
}

.subscribe
{
	margin: 0px 0px 0px 0px;
	float:right;
	/*width:205px;*/
	width:30%;
	text-align:right;
}

.clear
{
    clear:both;
}