/* ------ MAIN ELEMENTS ------ */

body {
	background: url(images/2008bg.gif);
	margin: 0px;
	padding: 16px 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

p{
	text-indent:0.5cm;
	text-align:left;
	line-height:15px;
	margin-left:0px
}
	
/*p:first-letter{
	color:#993366;
	font-size:16px;
	font:Georgia, "Times New Roman", Times, serif
	}
	*/

#container {
	position:relative;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	border: solid;
	border-width: thin;
	border-color:#fff
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:28px;
	color:#993366;
	margin:10px;
	text-align:justify;
	line-height:10px;
	letter-spacing:inherit;
	margin-left:0px;
	margin-right:20px;
	margin-top:20px
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-indent:;
	text-align:left;
	line-height:15px;
	margin-left: 0px
}


a:link {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-weight:;
}


/* ------ HEADER ------ */

#head {
	width: 700px;
	height: 125px;
	background-color:#fff;
	padding: 0;
	background:url('images/2008top.png') no-repeat
}

#buttons {
	width: 700px;
	height: auto;
	background-color:#333;
	padding: 0;
}




/* ------ MAIN CONTENT ------ */

#main_bg{
	width:700px;
	height:460px;
	background-color:#D3D3D3; /*background-image:url('images/2008main.gif')*/
}

#main_content{
	float:left;
	width:500px;
	font-size:11px;
	color:#333;
	text-align:left;
	line-height:10px;
	margin-left:40px;
	margin-top:10px
}

#main_right{
	float:right;
	padding:30px 2px 20px 15pxx;
	width:125px;
	height:375px;
	font-size:11px;
	text-align:center;
	background-color:#fff;
	/*background:url('images/sidebar.gif') no-repeat;*/
	margin-right:15px;
	margin-top:15px;
	padding:5px
}

ul	{
	margin-left:-15px;
}


/* ------ FOOTER ------ */

#footer_bg{
	background-image:url('images/2008bottom.gif');
	height:23px;
	width:auto
}

	#footer_fliramor{
		float:left;
		width:auto;
		/*font:Verdana, Arial, Helvetica, sans-serif;*/
		font-size:10px;
		color:#fff;
		line-height:10px;
		margin-top:5px;
		margin-left:50px
	}
	
		#footer_sitemap{
			float:right;
			width:auto;
			/*font:Verdana, Arial, Helvetica, sans-serif;*/
			font-size:10px;
			color:#fff;
			line-height:10px;
			margin-top:5px;
			margin-right:50px
		}