html{
	height:100%;
	overflow-x:none;
	overflow-y:scroll;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/gradient_bkg.jpg');
	background-repeat: repeat-x;
	font-size: 11px;
}

	a{
		color: #666666;
		text-decoration:none;
	}
	
	a:hover {
		color: #1FACDF;
	}
	
	img{
		border:0px;
	}
	
	p{
		margin:0px;
		padding:0px;
		color:#404040;
	}

	p a{
		color: #1FACDF;
	}

	p a:hover{
		color: #666666;
	}
	
	h2{
		color:#1FACDF;
		font-size:11px;
		margin:0px;
		padding:0px;
		font-weight:normal;
		
	}

	#master{
		width:955px;
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
		height:650px;
	}

		#screen_left{
			width:687px;
			height:600px;
			overflow:hidden;
			float:left;
		}

			#logo{
				width:687px;
				height:146px;
			}

			#menu{
				background-image:url('../images/something_els_menu_background.jpg');
				background-repeat:no-repeat;
				background-position:0px 105px;
				width:260px;
				height:454px;
				border-right:2px solid #1facdf;
				float:left;
			}

				#navigation{
					width:239px;
					text-align:right;
					padding-right:15px;
					height:354px
				}

				#contact_links{
					width:228px;
					text-align:right;
					padding-right:26px;
					height:100px
				}

			#content{
				width:375px;
				height:454px;
				float:left;
				padding-left:40px;
				padding-right:10px;
			}

			#content ul{
				margin-right:0px;
				margin-top:0px;
				margin-bottom:0px;
				margin-left: 14px;
				padding:0px;
			}

			#content li{
				color: #1FACDF;
			}

			#content li div{
				padding:5px;
				background-color: #ccf4ff;
				color:#404040;
			}
			#content .link{
				color: #1FACDF;
			}
			#content .link:hover{
				color: #666666;
			}
			#content li div a{
				display:block;
				width:100%;
				text-align:right;
			}

		#screen_right{
			width:268px;
			height:600px;
			float:left;
			overflow:hidden;
		}

		#footer_left{
			width:260px;
			height:50px;
			border-right:2px solid #1facdf;
			float:left;
			background-color:#ffffff;
		}

		#footer_right{
			margin-left:40px;
			border-top:2px solid #1facdf;
			height:48px;
			line-height:30px;
			width:653px;
			float:left;
			background-color:#ffffff;
		}

		.clearfix{
			clear:both;
			height:0px;
			line-height:0px;
		}

	#contact_links a, #footer_right a{
		color: #1FACDF;
	}
	
	#contact_links a:hover, #footer_right a:hover{
		color: #666666;
	}

