
/*****************/
/* Layout Styles */
/*****************/

#container {
	width:921px;
	padding:0px;
	margin:0px auto;
}

	#header {
		width:921px;
		height:280px;
		padding:0px;
		margin:0px;
		background:url(../images/header_background.jpg) top left no-repeat;
		position:relative;
	}
	
	#menu {
		position:absolute;
		left:280px;
		top:224px;
		width:576px;
		padding:0px;
		margin:0px;
	}
	
	#Smenu {
		position:absolute;
		left:290px;
		top:240px;
		width:570px;
		padding:0px;
		margin:0px;
	}
	
	#content {
		width:800px;
		padding:5px 0px 0px 30px;
		margin:-2px auto;
	}
	
		#holder {
			width:543px;
			padding:0px;
			margin:0px;
			text-align:justify;
			float:left;
		}

		#text {
			padding:8px 0px 0px 0px;
			margin:0px;
			text-align:justify;
			float:left;
			width:100%;
		}

		#image {
			width:156px;
			padding:0px 0px 0px 12px;
			margin:0px;
			float:right;
		}

		#news {
			width:242px;
			padding:0px;
			margin:0px;
			background:url(../images/news_background.jpg) repeat-y;
			float:right;
		}
	
	#footer {
		clear:both;
		width:840px;
		padding:50px 0px 0px 0px;
		margin: 0px auto;
		text-align:left;
		color:#AFADAD;
	}

.newscontent {
	padding:2px 10px;
	margin:0px;
}


.clear {
	clear:both;
	padding:0px;
	margin:0px;
}
/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/


