/*
|
| TITLE:	CBS Corporate Contact
| DESC:		Contact page styles
| AUTHOR:	Alex Baillargeon
|			
| EMPLOYED:	PDG Creative, http://www.pdgcreative.com 	
| 
| CREATED:	January 20, 2009
| MODIFIED: 
|
*/



*{
	margin:0px;
	padding:0px;
}

#wrapper{
	
}

			#scaff{
				width:1px;
				height:500px;
				float:left;
			}
				
			#contactCont{
				float:left;
				width:665px;
			}
			
				#contactCont table{
					width:100%;
				}
				
					#contactCont table td{
						padding-bottom:25px;
					}

				
				#contactCont h3{
					font-size:16px;
					color:#003f83;
					font-weight:normal;
					margin-top: 10px;
					
				}
				
				#contactCont p{
					font-size:12px;
					color:#666666;
					padding:4px 0;
					line-height:130%;
				}
				
				#contactCont p a{
					color:#4e86e0;
				}
			

	
