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

#container {
	width:1106px;
	padding:0px;
	margin:0px auto;
	background:url(../images/footer.jpg) bottom right no-repeat;
}

	#header {
		position:relative;
		width:985px;
		height:155px;
		padding:0px;
		margin:0px;
		background: #fff url(../images/header.jpg) top left no-repeat;
	}

		#header-loginbox {
			position:absolute;
			top:5px;
			right:5px;
			margin:0;
			padding:0;
			text-align:right;
			font-size:12px;
			color:#0060A8;
		}
		
		#header-loginbox input {
			background-color:#fff;
			border:1px solid #0060A8;
		}

		#header-browse {
			position:absolute;
			bottom:0px;
			left:40px;
			margin:0;
			padding:0;
			text-align:left;
			font-weight:bold;
		}
	
	#content {
		position:relative;
		width:945px;
		padding:10px 0px 250px 40px;
	}
		#menu {
			float:left;
			width:170px;
			padding:0px 10px 0px 0px;
			margin:0px;
		}

		#text {
			float:left;
			width:320px;
			margin:0;
			padding:0px;
		}

		div#inttext {
			float:left;
			width:500px;
			margin:0;
			padding:0px;
		}

			#news {
				width:280px;
				padding:5px 10px;
				height:310px;
				overflow:hidden;
				background:url(../images/home_news_background.jpg) no-repeat top left;
			}
			
		#images {
			float:left;
			width:210px;
			margin:0;
			text-align:center;
			padding:0px 10px;
		}
		
		#buttons {
			width:190px;
			padding:0px;
			float:right;
		}

		#CClogos {
			position:absolute;
			right:20px;
			bottom:120px;
		}

	#footer {
		text-align:right;
		width:900px;
		margin:-100px auto;
		padding:0px 200px 0px 0px;
		font-size:10px;
		position:relative;
		z-index:50;
	}

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


