﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(../Images/css_layout/page_bg.gif);
	word-wrap: break-word;
	
}

#Page_Frame
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color:White;
}

#Page_Header 
{
	width: 800px;
	border-width:1px;
	border-style:solid;
	border-width:1px;
	border-color:#DBDCDC;
	padding-bottom: 1px;
	background: #FFFFFF;

}

#Page_Top 
{
	width: 750px;
	height: 50px;
	margin-left:30px;
	margin-right: 20px;
}

#Page_Top_Right
{
	float:right;
}

#Page_Menu_border
{
	width: 800px;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#9F9480;
}

#Page_Menu
{
	width: 800px;
	background-color: #F2A31B;
	background-image: url(../Images/css_layout/menu_bg.gif);
	background-repeat:repeat-x;	
}


#Page_Body
{
	width: 800px;
	height:100%;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#DBDCDC;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#DBDCDC;
	background-image: url(../Images/css_layout/bg.gif);
	background-repeat:repeat-y;
}

#Page_Left_Colored
{
	float:left;
	width: 179px;
	background-color: #F0DFBE;
	background-image: url(../Images/css_layout/bg.gif);
	background-repeat:repeat-y;
	
}
#Page_Left_Colored_Menu
{
	float:right;
	width: 156px;
	
	
}

#Page_Left_NonColored
{
	float:left;
	width: 179px;
	height:500px;
	background-image: url(../Images/css_layout/bg.gif);
	background-repeat:repeat-y;
}

#Page_Left_NonColored_Container
{
	float:right;
	width: 150px;
	height: 100px;
	background-image: url(../Images/img_build_transparent_enter.gif);
	background-repeat:no-repeat;
}

#Page_Content
{
	width:619px;
	float:right;
	margin:0px;
	padding:0px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#DBDCDC;
	color:#000000;
	
}

#Content
{
	padding:20px;
}


h1
{
	padding-left:20px;
	display:inline;
	font-size:large;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
}

h2
{
	display:inline;
	font-size:medium;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
}

hr
{
	color:#9F9480;
	height:4px;
	text-align:left;
	width:80px;
}

a
{
	color: #FFA100;
}



#Page_Navigation
{
	width:100%;
	padding:0;
	background: #F2F2F2;
	height:40px;
}
#Page_Navigation_Left
{
	width:400px;
	float:left;
	padding-left:20px;
	padding-top:15px;
}
#Page_Navigation_Right
{
	float:right;
	padding-right:20px;
	padding-top:7px;
	
}

#Page_Footer 
{
	width: 800px;
	border-width:1px;
	border-style:solid;
	border-color:#DBDCDC;
	background-image: url(../Images/css_layout/bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	clear: both;
	height:20px;
}






















