﻿.foo{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body 
{
	padding-top: 0px;
}

#wrapper
{
	margin				: 0 auto;
	width				: 1000px;	/*Fix 1022px by javascript*/
	background			: url("images/mw_shadow_l.png") 0 0 repeat-y;
}

#wrapper_r
{
	margin				: 0 auto;
	width				: 1000px;	/*Fix 1022px by javascript*/
	background			: url("images/mw_shadow_r.png") 100% 0 repeat-y;
}

.index #container 
{ 
	background-color	: #FFFFFF;
	margin				: 0px auto;
	border				: 0px solid #000000;
	text-align			: left;
	width				: 1000px;
	height				: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE HEADERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.index #header 
{
	background			: #ffffff;
	padding				: 0;
}

.row-top1, .row-top2, .row-top3
{
	position			: relative;
	width				: 100%;
	float				: left;
}
.index .row-top1 
{
	height				: 100%;
}

.index .row-top2 
{
	height				: 24px;
}

.index .row-top3 
{
	height				: 25px;
	background			: url("images/sub_menu.png") top left repeat-x;
}

.index .clear 
{
	clear				: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.index #mainContent
{
	width				: 100%;
	height				: 100%;
	float				: left;
	min-height			: 550px;
}

.index .contentleft
{
	margin-right		: 470px;
	height				: 100%;
	padding		    	: 5px 0px 0px 7px;
}

.index .contentright
{
	float				: left; 
	width				: 453px;
	margin-left			: -470px;
	height				: 100%;
	padding			 	: 5px 3px 0px 9px;
	padding-bottom		: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE RIGHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.index .content-user
{
	float				: left;
	width				: 100%;
	/*height: 500px;*/
}

.index #right-user1
{
	height				: 100%;
	margin-right		: 287px;
	height				: 435px;	/*Height of user1 - */
}

.index #right-user2
{
	float				: left;
	padding-left		: 5px;
	width				: 280px;
	margin-left			: -286px;
}

.index .right-user3
{
	float				: left;
	width				: 100%;
}

.index .right-user4
{
	float				: left;
	width				: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.index #footer
{
	width				: 100%;
	height				: 100%;
}
