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

html{
	height:100%}

body{
	background-image:url(images/backgroundsq.jpg);
	background-repeat:repeat;
	margin-top:0;
	margin-bottom:0;
	height:100%;
	}
	
	h1{
		color:#ffffff;
font-family: 'Myriad Pro',Trebuchet, Arial, Helvetica, sans-serif;
		font-size:30px;
		line-height:25px;
		font-weight:normal;}
		
		p{
			color:#ffffff;
font-family: 'Myriad Pro',Trebuchet, Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:18px;}
			
			a{
				color:#ffffff;
font-family: 'Myriad Pro',Trebuchet, Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:18px;
			text-decoration:underline;}
				
	
#container{
	width:960px;
	margin:0 auto;
	height:100%}
	
	#leftbar{
		width:170px;
		float:left;
		height:110%;
		background-image:url(images/leftbar.jpg);
		background-repeat:repeat;}
		
	#rightbar{
		float:left;
		width:710px;
		background-image:url(images/dropshadow.png);
		background-position:top left;
		background-repeat:repeat-y;
		height:100%;
		padding-left:80px;
		padding-top:80px;}
		
		#innerrightbar{
			width:620px;
			float:left;}
			
		#innerrightbartop{
			width:620px;
			height:355px;
			float:left;
			margin-bottom:20px;}
			
			#innerrightbartopleft{
			width:460px;
			height:355px;
			float:left;
			margin-right:20px;}
			
			#innerrightbartopright{
			width:140px;
			height:355px;
			float:left;
			}
			
			#innerrightbarbottom{
				width:620px;
				float:left;}
				
				#left{
					width:300px;
					float:left;
					margin-right:20px;}
					
				#right{
					width:300px;
					float:left;}

		
ul{
	margin:0;
	padding-right:33px;
	padding-top:0;
	padding-left:0;
	padding-bottom:0;
	list-style-type:none;
	text-align:right;}
	
li{
	margin:0;
	padding-bottom:5px;
	font-family: 'Myriad Pro',Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}