body {
background: #FFFFFF;
padding: 0px;
margin: 0px;
}
#page_header {
background: #AF100D;
border: 0px;
border-bottom: none;
text-align: left;
}
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 25px 0 1em 0; /* set margins as desired */
font: normal 13px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000000; /* set border COLOR as desired */
list-style-type: none;
padding: 0px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#home li.home, body#about li.about, body#design li.design, body#development li.development, body#contact li.contact { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */

}

body#home li.home a, body#about li.about a, body#design li.design a, body#development li.development a, body#contact li.contact a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 6px; /* must change with respect to padding (X) above and below */

}

ul#tabnav li a { /* settings for all tab links */
padding: 5px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000000 ; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #770B09; /* set unselected tab background color as desired */
color: #FFFFFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #000000; /* set desired hover color */
color: #FFFFFF;
}

#page_content {
width:780px;
padding: 5px 10px 10px 10px;
border: 0px;
font-weight: normal;
font-size: 14px;
font-family: verdana;
text-decoration: none;
color: #000000;
}
#page_content h1 {
font-weight: normal;
font-size: 22px;
font-family: georgia;
text-decoration: none;
color: #000000;
}
#page_content h2 {
font-weight: bold;
font-size: 15px;
font-family: verdana;
text-decoration: none;
color: #990000;
}
#special_offer{
width:400px;
text-align: center;
margin: 20px;
padding: 10px;
background: #FFADAD;
border: 2px solid #990000;
font-weight: normal;
font-size: 14px;
font-family: verdana;
text-decoration: none;
color: #000000;
}
#page_footer{
background: #5A5B60;
border-top: 2px solid #44454A;
border-bottom: 2px solid #44454A;
font-weight: normal;
font-size: 10px;
font-family: verdana;
text-decoration: none;
color: #CCCCCC;
padding: 5px 10px 5px 10px;
line-height:150%;
}
#page_footer a:link{
font-weight: normal;
font-size: 10px;
font-family: verdana;
text-decoration: underline;
color: #CCCCCC;
line-height:150%;
}
#page_footer a:visited{
font-weight: normal;
font-size: 10px;
font-family: verdana;
text-decoration: underline;
color: #CCCCCC;
line-height:150%;
}
#page_footer a:hover{
font-weight: normal;
font-size: 10px;
font-family: verdana;
text-decoration: none;
color: #5A5B60;
background-color:#CCCCCC;
line-height:150%;
}
a:link {
	color:#990000;
	text-decoration:underline;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color:#990000;
	text-decoration:underline;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}	
a:hover {
	color:#600907;
	text-decoration:underline;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.block_link:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#990000;
	padding:3px;
	line-height:200%;
}
.block_link:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#990000;
	padding:3px;
	line-height:200%;
}	
.block_link:hover {
	color:#FFFFFF;
	background-color:#000000;
}
input {
	color:#990000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headshot {
border: 2px solid #CCCCCC;
}