#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 12px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 13px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 13px;
color: #1C9746;
background: url('/images/cat1.jpg');
background-position: 0 -23px;
background-repeat: no-repeat;}
#navlist a:hover, #navlist current
{
color: #FF924F;
padding-left: 13px;
background: url('/images/cat1.jpg');
background-repeat: no-repeat;
background-position: 0 -1px;}


#header {
	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 1000;
	height: 200;
	background:#fff url('/images/SegYuma.jpg');
}


#headerMenu {
	position: absolute;
 	top: 25px;
 	left: 345px;
 	width: auto;
	height: 200;}

#content {background: #fff; position: absolute; top: 190; left: 60; width: 864; 
height: auto; overflow:auto; visibility:visible;}

#LeftBox {background: #fff; position: absolute; top: 400; left: 4; width: 50; height: auto; }

#RightBox {background: #fff; position: absolute; top: 400; left: 950; width: 50; height: auto;}

#MsgBox {background: #fff; position: absolute; top: 115; left: 400; width: 600; height: 55; 
font-weight: bold; font-size: 24; font-family: sans-serif;color: #93268F;}

p {font-family: sans-serif;}
h2 {font-family: sans-serif;}

a:link {
	text-decoration: underline;
	font-family: sans-serif;
	color: #1C9746;
	}

a:visited {
	text-decoration: underline;
	font-family: sans-serif;
	color: #1C9746;	

	}

a:active {
	text-decoration: underline;
	font-family: sans-serif;
	color: #1C9746;

	}

a:hover {
	text-decoration: underline;
	font-family: sans-serif;
	color: #E8A317;
	background-color: #fff;

	}