﻿/* CSS Document */

body
{
	background: #2c2721 url(img/bg3.gif) repeat-x;
}

#main
{
	margin: auto;
	width: 760px;
	height: 1050px;
	background: #fff;
}

#main2
{
	margin: auto;
	width: 760px;
	height: 1600px;
	background: #fff;
}

#main3
{
	margin: auto;
	width: 760px;
	height: 1200px;
	background: #fff;
}

#main4
{
	margin: auto;
	width: 760px;
	height: 1800px;
	background: #fff;
}

#main5
{
	margin: auto;
	width: 760px;
	height: 2600px;
	background: #fff;
}

#main6
{
	margin: auto;
	width: 760px;
	height: 4300px;
	background: #fff;
}

<!--
#main p
{
	padding: 10px;
}
-->

#topSide
{
	height: 50px;
	width: 760px;
	background: #fff url(img/topbg.gif) repeat-x;
}

#rightSide
{
	float: right;
	margin-right: 10px;
	height: 625px;
	width: 530px;
	<!-- background: #fff url(img/topbg.gif) repeat-x; -->
}

#rightSide2
{
	float: right;
	margin-right: 10px;
	height: 1000px;
	width: 530px;
	<!-- background: #fff url(img/topbg.gif) repeat-x; -->
}

#rightSide h1
{
	color: #fff;
	margin-left: 5px;
}

#leftSide
{
	float: left;
	height: 625px;
	width: 200px;
        text-align: right;
	background: #fff url(img/bg.gif) repeat-x;
	margin-left: 10px;
	margin-right: 10px;
}

#leftSide2
{
	float: left;
	height: 625px;
	width: 200px;
        text-align: center;
	background: #fff url(img/bg.gif) repeat-x;
	margin-left: 10px;
	margin-right: 10px;
}