
/*****************/
/* Layout Styles */
/*****************/

#siteContainer {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/page_background.jpg) repeat-y top center #e4e4e4;
}
#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;
		}


#join_mailing_layer {
        position: relative;
	float: right;
        margin: 0;
        padding: 15px 9px 8px 0;
	height: 67px;
	width: 220px;
        text-align: center;
}




                #footerContainer {
                    position: relative;
                    width: 100%;
                    min-height: 101px;
                    background: url(../images/credit_background.jpg) repeat-x top;
                }
	#footer {
		position: relative;
                width: 1000px;
                    margin: 0px auto;
		padding:20px 0px 20px 20px;
		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...)
}
*/



