html body	{
	margin:0;
	padding:0;
	font:11px/14px "Trebuchet MS", Helvetica,sans-serif;
	text-align:left;
	background:#FFF;
	color:#990000;
}

a {color:#990000;text-decoration:none; border-bottom:0px dotted #990000;}


a:hover,a.active,a.active:hover {
	color:#000;
	text-decoration:none; 
	border-bottom:1px dotted #000;
	}

input	{
	border: 1px solid #990000;
	heighth: 100px; }
	
textarea {
	border: 1px solid #990000;
	}

h1	{font:22px "Trebuchet MS", Helvetica,sans-serif;font-weight:normal; margin-top:10px;}

h2	{font-size:14px;font-weight:normal;}

h3{font-size:11px;font-weight:normal;line-height:18px;}

h4{font-size:11px;font-weight:normal;line-height:5px;}

img	{border:none;}

#header	{height:40px; padding-left:50px;text-align:justify; width:370px;}

#footer	{	clear:both; height:40px; padding-top:10px; padding-left:50px; width:370px; text-align:justify;}

	

#horizon {
	display:block;
	height:1px;
	left:0;
	position:absolute;
	top:50%;
	width:100%;
	}

#wrap	{
	position:relative;
	margin:-350px auto 0 auto;
	padding:0;
	width:980px;
	height:650px;
	}

#logo
	{position:absolute;
	top:76px;
	width:980px;
	height:40px;
	text-align:center;
	}

#contentGallery	{
	position:absolute;
	top:140px;
	padding:0;
	width:980px;
	height:410px;
	border:1px solid #CCC;
	}

#content	{
	position:absolute;
	top:135px;
	padding:0;
	width:980px;
	height:460px;
	}

#contentleftHome	{
	position:absolute;
	margin:5px 5px 5px 5px;
	padding:0;
	width:480px;
	height:444px;
	float:left;
	}

#contentrightHome	 {
	position:absolute;
	margin:5px 5px 5px 491px;
	padding:0;
	width:480px;
	height:440px;
	float:left;
	line-height:20px;
	}

#contentleft	{
	position:absolute;
	margin:3px 0 10px 3px;
	padding:0;
	width:477px;
	height:404px;
	float:left;
	background-color:#F2F2F2;
	border-right:1px #999 solid;
	}

#contentright{
	position:absolute;
	margin:10px 10px 10px 491px;
	padding:0;
	width:480px;
	height:400px;
	float:left;
	line-height:20px;
	}

 ul,li	{margin:0;padding:0;list-style:none; background-color: white; }
 
#navigation	{
	position:absolute;
	top:552px;
	width:980px;
	height:50px;
	z-index:99;
	}
	
#navigation ul	{
	margin:5px;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font:12px/15px "Trebuchet MS",Helvetica sans-serif;
	color:#AA2727;
	text-align:center;

	
	}
#navigation li{
	margin:0 15px 0 15px;
	list-style:none;
	display:inline;
		
	}
	
#navigation a	{
	color:#990000;
	text-decoration:none;border:0;
	
	#navigation a:hover,#navigation a.active,#navigation a.active:hover	{
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #990000;
	}