/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	background-image: url(../_images/bg_inside.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	color: #666666;
}

#container{
	margin: 0 auto;
	width: 955px;
	background-image:url(../_images/design_inside.jpg);
	background-repeat:no-repeat;
}

#header{
	height: 102px;
	width: 955px;
}
	
	#logo{
		float:left;
	}
	
	#topRightNav{
		height: 20px;
		width: 575px;
		color: #a9aeae;
		font-size: 70%;
		text-align: right;
		padding-right: 15px;
		padding-top: 5px;
		margin-left: 363px;
	}
	
	#topRightNav a{
		color: #a9aeae;
	}
	
	#mainNav{
		float: right;
		padding-top: 39px;
		width: 630px;
		text-align: right;
	}
	
		#mainNav ul{
			list-style: none;
			margin:0;
			padding:0;
		}
		
		#mainNav li{
			margin:0;
			padding:0px;
			display: inline;
		}
		
#headerContainer{

	height: 76px;
	width: 955px;
	padding-left: 15px;
	padding-top: 40px;
}

#headerContainer h1{
	color: #FFFFFF;
	font-size: 180%;
	margin:0;
	padding:0;
}

	
#content{
	width: 955px;
	margin-top: 0px;
	margin-bottom: 50px;
}

#content li{
	line-height: 1.7em;
}

#content h3{
	margin-top: 0;
	padding-top: 0;
	color: #29176d;
}

#content h4{
	margin: 0;
	padding: 0;

}

#contentLeft p{
	font-size: 85%;
	line-height: 1.5em;
}

#contentLeft ul li{
	font-size: 85%;
	
}

	#contentLeft{
		width: 620px;
		float: left;
		border-right: #d1d1d1 1px solid;
		margin-left: 15px;
		padding-right: 30px;
		margin-bottom: 40px;
	}
	
	#contentLeft a{
		color: #29176d;
	}
	
	#contentLeft a:hover{
		text-decoration: none;
	}
	
	#contentRight{
		float: right;
		width: 250px;
		font-size: 85%;
		line-height: 1.5em;
	}
	
	#contentRight a{
		color: #29176d;
	}
	
	#contentRight a:hover{
		text-decoration: none;
	}
	
	#contentRight h3{
		text-align: center;
		color: #29176d;
	}
	
	#contentRight img{
		margin: 0 auto;
	}
	


	
#footer{
	padding-top: 20px;
	width: 920px;
	clear: both;
	text-align: right;
	font-size: 80%;
	border-top: #d1d1d1 1px solid;
	padding-right: 15px;
	margin-bottom: 40px;
}