body
	{
		background: #cdcdcd url(/graphics/bg.jpg);
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;				
	}
*
{
	margin: 0;
	padding: 0;
}
/**
	{
		margin: 0;
		padding: 0;
	}*/
div,h1,h2,h3,h4,h5,h6,img,table,ul,li,form
	{
		margin: 0;
		padding: 0;
	}
	
h4
	{
		font-size: 13px;	
	}

a:link 
	{
		color:#cd0000;
	}

a:visited 
	{
		color:#cd0000;
	}

img
	{
		border: 0;	
	}
	
.image_align_right
	{
		width: 190px;
		text-align: right;
	}

#wrapper
	{
		margin: 0 auto;
		width: 800px;
		background-color: #ffffff;
	}
	
#header
	{
		background: #ffffff url(/graphics/egoria_logo.png) no-repeat;
		padding: 0;
		width: 800px;
	}
#header ul
 {
	margin: 0;
 }
#header p
	{
		margin: 0;
		text-align: center;
		background-color: #4D4D4D;
		color: #ffffff;				
	}
#header table
	{
		margin: 0 0 0 300px;
	}
#nav
 {
	height: 44px;
 }
#nav ul
	{
		margin: 0;
		padding: 0;				
	}
#nav li
	{
		float: left;
		width: 110px;
		height: 44px;
		text-align: center;
		list-style-type: none;
		background-image: url(/graphics/button_bar.jpg);
		border-right: 1px solid #7c7c7c;
		line-height: 35px;
	}
	
#nav a
	{
		text-decoration: none;
		color: #000000;	
	}
#main
	{
		margin: 0;
		padding: 0;	
		clear: both;
	}
#main_left
	{
		float: left;
		width: 419px;
		height: 230px;
		color: #ffffff;
		background: #e00000 url(/graphics/hbg.gif);
	}
#main_left p,h1
	{
		padding: 0px 25px 15px 25px;
		margin: 0;
	}
	
#main_left h1
	{
		padding-top: 5px;
		font-size: 18px;	
	}
	
#main_right
	{
		margin-left: 419px;
	}
	
#main_right_top
	{
		background: url(/graphics/s1.jpg) no-repeat;
		height: 150px;
	}
#main_right_middle
	{
		background: url(/graphics/s2.jpg) no-repeat;
		height: 74px;
	}
#main_right_middle li
	{
		margin-left: 20px;	
	}
#main_right_bottom
	{
		background: url(/graphics/s3.jpg) no-repeat;
		height: 53px;
	}
	
.box
	{
		float: left;
		border-right: 1px solid #cdcdcd;
	}
.box h4
	{
		color: #ffffff;
		background-color: #ac0000;
		text-align: center;
		padding: 10px;
		font-size: 12px;	
	}
.box li
	{
		margin-left: 20px;
	}
	
#bottom_text
	{
		clear: both;
		width: 800px;
		text-align: center;
	}
	
#footer
	{
		padding-top: 40px;
		clear: both;
	}