master.css 
ASCII C program text, with CRLF line terminators
/* CSS Document */

body, html {

margin:0px auto;
padding:0px auto;
text-align:center;
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

ul {

color:#000000;

font-size:12px;

line-height:24px;

margin:7px 10px 10px 10px;

}

li {

color:#000000;

font-size:12px;

line-height:24px;

margin:0px 10px 10px 10px;

}



.container {
	height:100%;
	border-top-color: #404241;
	border-right-color: #404241;
	border-bottom-color: #404241;
	border-left-color: #404241;
	background-repeat: repeat-x;
	background-image: url(images/bck2.jpg);
	background-color: #4786a7;
}



#rule {
	border-top-color: #B0B7D1;
	border-right-color: #B0B7D1;
	border-bottom-color: #B0B7D1;
	border-left-color: #B0B7D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	background-position: left;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 55px;
}



#headerinside {
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: bottom;
	height: 149px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.07em;
	padding-left: 10px;
}

.headerinside a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#form {
	border-top-color: #CEB574;
	border-right-color: #CEB574;
	border-bottom-color: #CEB574;
	border-left-color: #CEB574;
}

h1 {
	color: #4786a7;
	font-size:18px;
	padding:0px;
	font-family: Arial, Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

h2 {
	color:#666666;
	font-size:12px;
	padding:0px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;

}

h3 {
	color:#666666;
	font-size:16px;
	padding:0px;
	margin:0px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: capitalize;

}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


p {

color:#000000;

font-size:12px;

line-height:24px;

margin:0px 10px 10px 10px;

}



.address {

color: ##999999

	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;

}




.text {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 21px;

}

.nav {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	right: 40px;
	margin: 0px;
	border-top-color: #F0BA00;
	border-right-color: #F0BA00;
	border-bottom-color: #F0BA00;
	border-left-color: #F0BA00;
	background-repeat: no-repeat;

}



.fptext {
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	line-height: 21px;

}



.headers {
	vertical-align:middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	text-indent: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #B0B7D1;
	border-right-color: #B0B7D1;
	border-bottom-color: #B0B7D1;
	border-left-color: #B0B7D1;

}


#footer {
	text-align:center;
	vertical-align:text-bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(images/centerforderm_footer.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 16px;
	background-color: #E1E1E3;
	height: 100px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
}
.btnPortal{
   background: #cbb778;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#cbb778), color-stop(100%,#ded396));  
    background: -webkit-linear-gradient(top,  #cbb778 31%,#ded396 100%);  
    background: -moz-linear-gradient(top,  #cbb778 31%, #ded396 100%);  
    background: -o-linear-gradient(top,  #cbb778 31%,#ded396 100%);  
    background: -ms-linear-gradient(top,  #cbb778 31%,#ded396 100%);  
    background: linear-gradient(to bottombottom,  #cbb778 31%,#ded396 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbb778', endColorstr='#ded396',GradientType=0 );

	-moz-border-radius: 18px;

	-webkit-border-radius: 18px;
	
	border-radius: 18px;
		
	border: 1px solid #cbb778;

	display: inline-block;
	
	cursor: pointer;
			
	color: #ffffff;
	
	font-family: arial;
	
	font-size: 15px;
	
	padding: 8px 18px;
	
	text-decoration: none;
	
	text-shadow: 0px 1px 0px #2f6627;

	margin: 5px 5px 5px 5px;
}


.btnPortal:hover {

	background-color:#d2c498;

}

.btnPortal:visited {

	background-color: #cbb778;

	-moz-border-radius: 18px;

	-webkit-border-radius: 18px;
	
	border-radius: 18px;
		
	border: 1px solid #cbb778;

	display: inline-block;
	
	cursor: pointer;
			
	color: #ffffff;
	
	font-family: arial;
	
	font-size: 15px;
	
	padding: 8px 18px;
	
	text-decoration: none;
	
	text-shadow: 0px 1px 0px #2f6627;

	margin: 5px 5px 5px 5px;
}


.btnPortal:focus {
	outline:0 !important;
	background-color: #cbb778;
}


.portal a:link{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
}
.portal a:hover {
	color:#cbb778;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	right: 40px;
	text-decoration: underline;
}
.portal a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.footer a:link {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer a:hover {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	right: 40px;
}

.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	width: 890px;
	background-image: url(images/centerforderm_fpinfo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-color: #DBE0E3;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

a:active {

color:#6666FF;

}

a {

color:#6666FF;

}

a:link {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}



a:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



a:hover {
	color:#CBB778;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	right: 40px;
	font-size: 11px;
	text-decoration: none;
}



a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



.navlist
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bobgrill_footer.jpg);
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;

}

ol {

font-size:12px;

}



ol li {

margin:7px;

}



ul {

font-size:12px;

}



ul li {

margin:7px;

}
.bio {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}
.serviceheader {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.requestAppt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	color: white !important;
}

.marginLeft15px {
	margin-left: 15px;
}

.blogDate{
	font-size: 16px;
	padding-bottom: 10px;
	color: #b89d47;
}

#liBlog{
	font-size: 16px;
}
ul li {
font-size: 15px;
}

.blog {
font-size: 15px;
}

.fontWeightBold {
	font-weight: 550;
}
.paddingBottom10px{
	padding-bottom: 10px;
}

.blogTitle{
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}