﻿/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}

#wrapper
{
	border: 1;
	margin: 0 auto;
	width: 905px;
	background-color: #C0C0C0;
	
}

#headerwrap {
    width: 905px;
    float: left;
    margin: 0 auto;
    border-radius: 10px;
}

#header
{
	background-position: center center;
	border-radius: 10px;
	
	margin: 5px;
	box-shadow: 10px 10px 5px #888888;
	height: 120px;

	
}
#header1
{
	background-position: center center;
	border-radius: 10px;
	
	margin: 5px;
	box-shadow: 10px 10px 5px #888888;
	height: 155px;
}
#navigationwrap {
    width: 905px;
    float: left;
    margin: 0 auto;
	height: 36px;
}

#navigation
{
	height: 36px;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 10px 10px 5px #888888;
	background-image: url('../Image/RIGHT.JPG');
	background-repeat: no-repeat;
}

#contentwrap {
    width: 543px;
    float: left;
    margin: 0 auto;
}

#content {
   
    border-radius: 10px;
    border: 2px solid #ebebeb;
    margin: 5px;
    box-shadow: 10px 10px 5px #888888;
    background-image: url('../Image/right.jpg' );
	background-repeat: no-repeat ;
}

#leftcolumnwrap {
    width: 182px;
    float: left;
    margin: 0 auto;
	height: 378px;
}

#leftcolumn
{
	border-radius: 10px;
	border: 1px solid #1fb8eb;
	margin: 5px;
	box-shadow: 10px 10px 5px #888888;
	height: 375px;
	background-image: url('../Image/right.jpg');
	background-repeat: no-repeat;

}

#rightcolumnwrap {
    width: 178px;
    float: left;
    margin: 0 auto;
	height: 378px;
}

#rightcolumn {
  
    border-radius: 5px;
    border: 1px solid #b81feb;
    margin: 5px;
    box-shadow: 10px 10px 5px #888888;
	height: 184px;
	background-image: url('../Image/right.jpg');
	background-repeat: no-repeat;
}

#footerwrap {
    width: 905px;
    float: left;
    margin: 0 auto;
    clear: both;
   
}

#footer
{
	border-style: none none dotted none;
	height: 28px;
	margin: 5px;
	width: 905;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	background-image: url('../Image/trainbg.gif');
	background-repeat:repeat-x;
}
#notice
{
	height: 30px;
	border-radius: 5px 5px 0px 0px; 
-moz-border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px; 
	width: 99%;
	background:url('../image/notice.gif') repeat-x left top;
