﻿body
{
	/*background-image: url(../Img/PageBackGround.jpg);*/
	background-color: #AEAEAE;
	font-family: verdana;
}
.All_Page
{
	margin: 0 auto;
	background-color: White;
	width: 950px;
    }
.Header_Page
{
	height: 100px;
	background-color: #AEAEAE;
        background-image: url(http://sivainfotech.wapath.com/WebImg/HeaderTitle.png);

	background-repeat: no-repeat;
}
.Header_Content
{
	margin-right: 5px;
	float: right;
}
.Content_Page
{
	width: 950px;
	height:450px;
}
.Footer_Page
{
	height: 85px;
	margin-bottom: -2px;
	background-image: url(http://sivainfotech.wapath.com/WebImg/Footer.jpg);
	background-repeat: repeat-x;
}
.Footer_Content
{
	padding-top: 10px;   
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~Menu~~~~~~~~~~~~~~~~~~~~~*/
.Menu
{
	position: relative;
	display: block;
	height: 30px;
	font-size: 11px;
	font-weight: bold;	
	background: transparent url(http://sivainfotech.wapath.com/WebImg/Menu.jpg) repeat-x top left;
        
}
.Menu ul
{
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	width: auto;
}

.Menu ul li
{
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

.Menu ul li a
{
	display: block;
	float: left;
	color: #F8F6F6;
	text-decoration: none;
	padding: 7px 20px 0 25px;
	height: 20px;
}

.Menu ul li a:hover
{
	color: #442323;
}
.Menu ul li a:current
{
	color: Blue;
}
