/* CSS Document */

body {
	margin: 20px;
	
	background-repeat: repeat-x;
	background-color : 5c8acb;
	}
 
td.seo-header {
	background: #EAEAEA;
	border-bottom: 1px solid #A4A4A4;
	}
	
td.logo {
	padding-left: 20px;
	}

td.nav-left {
	border-right: 1px solid #000000;
	}
td.nav {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	}
td.nav-right {
	border-left: 1px solid #FFFFFF;
	}
	
td.navigation {
	background-image: url(../imgs/personal-brand-navigation-background.jpg); 
	background-position: center; 
	background-repeat: repeat;
	}

td.main-image {
	background-image: url(../imgs/personal-marketing-image-background.jpg); 
	background-position: center; 
	background-repeat: repeat;
	}
	
td.service {
	background-image: url(../imgs/personal-branding-services-background.jpg); 
	background-position: center; 
	background-repeat: repeat;
	}

td.newsletter {
    font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3366cc;
	padding-right: 8px;	
	}
	
td.index-content {
    font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 8px;
	line-height: 145%;
	padding-bottom: 8px;
	margin-top: 0px;
	}
		
blockquote{
font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 8px;
	line-height: 145%;
	padding-bottom: 8px;
	margin-top: 0px;
}

.input {
	font-size: 11px;
	font-family: arial;
	}
.submit {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: arial;
	font-size: 11;
	color: #FFFFFF;
	background: #568acb;
	
	
