@charset "utf-8";
/* CSS Document */

@import url("Home.css");
@import url("Left.css");
@import url("header.css");
body {
	width:1003px;
	margin:0px 0px 0px 0px ;
	background-color: #ffffff;
	
	background-repeat: repeat-x;
}
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;

}
#header {
	position:relative;
	width:100%;

	padding:0px 0px 0px 0px;
	text-align:right;
	margin-bottom:5px;
	overflow:hidden;
}

#bodycont {
	position:relative;
	width:100%;
	overflow:hidden;
	border-bottom: 2px solid #074282;
	margin-bottom:4px;
}

#leftcont {
	position:relative;
	width:204px;
	float:left;
	text-align:left;
	overflow:hidden;
	height:400px;
	margin-right:4px;
	
}

#home-leftcont {
	position:relative;
	width:20%;
	float:left;
	text-align:left;
	overflow:hidden;
	height:100%;
	
}

#right-container{
	float:left;
	border-left:2px solid #074282;
	margin-bottom:4px;
	margin-left:2px;
	width:79%;
}

#rightcont {
	padding:0px 0px 0px 0px;
	margin-left:4px;
	overflow:hidden;
	background-color:#FFF;
	
}
