a:link {color: #FFF;
		text-decoration: none;}
a:visited {color: #C80C0D;
		text-decoration: none;} 
a:hover {color: #000;
		text-decoration: none;} 
a:active {color: #454545;
		text-decoration: none;} 

#container 	{
		background: #9C9C9C;
		width: 100%;
		height: 100%;
			}

#content	{ 
		position: absolute;
		left: 0;
		top: 0;
		border: solid #FFF;
		width: 800px;
		background: transparent url(images/bar.jpg);
		height: 600px
		}


#navbar	{ 
		position: absolute;
		left: 800px;
		top: 0;
		width: 96px;
		height: 600px
		}

#navbar li {width: 129px;
		height: 54px;
		font-weight: 900;
		font-size: 16px;
		margin-left: -40px;
		text-align: center;
		list-style: none;
		padding-top: 23px;
		padding-left: 5px;
		margin-bottom: -38px;
		background: url(images/list1.png)no-repeat top left;
		}

#navbar li a { 
		color: #000;
		}

#navbar li a:hover { 
		color: #fff;
		}


#navbar li:hover {
		background: url(images/list1-over.png)no-repeat top left;
		}
		
h1 		{
		font-family: sans-serif;
   		font-size: 13px;
   		text-align: center;
		color: #FFF;
		}

h2 		{
		font-family: sans-serif;
   		font-size: 20px;
   		text-align: center;
		color: #740707	
		}

h2 a:hover	{color:	#D6D6D6}

h3		{
		font-family: sans-serif;
		font-size: 35px;
		text-align: center;
		color: #FFF
		}

h4		{
		font-family: sans-serif;
		font-size: 15px;
		text-align: justify;
		color: #FFF
		}

h4 a:link 	{color: #30CC33;}
h4 a:visited 	{color: #999}
