/* == [ INITIAL/GLOBALS ] == */

a {
	text-decoration: none; 
	color: #CC6600;
}

a:visited, a:active {
	color: #CC9900;
}

a:hover {
	color: #996600;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
/* CSS shorthand: font-style || font-variant || font-weight || font-size/line-height || font-family */
	font: normal 12px/20px arial, verdana, helvetica, sans-serif;
	text-align: center;
	background: #6E6D79 url("images/bg.jpg") repeat-x top left;
	color: #333333;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5 {
/* CSS shorthand: top right bottom left */
	font: bold 16px arial, verdana, helvetica, sans-serif;
	color: #993333;
}

h2 {
	font: bold 15px arial, verdana, helvetica, sans-serif;
	color: #3399FF;
}

h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	color: #CC0000;
}

h4 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	color: #993333;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0px 0px 10px 14px;
	padding: 0;
	font: bold 12px arial, verdana, helvetica, sans-serif;
	color: #6E6D79;
	list-style-image: url("images/bullet.gif"); 
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	margin-top: 5px;
	font: normal 9px arial, helvetica, sans-serif; 
	color: #666666;
}

input, textarea, select, option {
	margin: 0;
	padding: 2px 0px 0px 0px;
	border: 1px solid #666666; 
	font: normal 10px arial, helvetica, sans-serif;
	color: #666666;
}

.checkbox {
	border: 0;
}

/* == [ MAIN ] == */

#wrapper {
	margin: 0 auto;
	padding: 0;
	border-left: #000000 2px solid; 
	border-right: #000000 2px solid;
	width: 550px;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;	
}

#header {
	margin: 0;
	padding: 0;
	width: 550px; 
	height: 280px;
}

#content {
	margin: 0px 0px 0px 220px;
	padding: 0px 0px 50px 20px;
	width: 287px;
	voice-family: "\"}\""; /* ignored by IE/Win to fix 3-pixel margin bug in IE5 */
	voice-family: inherit;
	width: 290px;
}

#wrapper > #content {
	width: 290px; /* child selector is ignored by IE/Win, readjust width for other browsers */
}

#content .photo {
	float: left;
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px -100px;
	padding: 0;
	border: 0;
}

/* == [ SIDEBAR/CONTEXTUAL NAV ] == */

#sidebar {
	float: left;
	margin: 0;
	padding: 0px 0px 50px 20px;
	width: 197px;
	voice-family: "\"}\""; /* ignored by IE/Win to fix 3-pixel margin bug in IE5 */
	voice-family: inherit;
	width: 200px;
}

#wrapper > #sidebar {
	width: 200px; /* child selector is ignored by IE/Win, readjust width for other browsers */
}

/* == [ FOOTER ] == */

#footer {
	position: relative;
	width: 550px; 
	height: 20px;
	font: normal 9px/20px georgia, times new roman, times, serif;
	color: #6E6D79;
	text-align: center;
	background-color: #000000;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#quote {
	position: relative;
	width: 550px; 
	height: 102px;
	display: block;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

/* == [ MISC. ] == */

.blue {
	font-weight: bold;
	color: #0000CC;
}

.red {
	font-weight: bold;
	color: #CC0000;
}

.note {
	font: normal 9px arial, helvetica, sans-serif; 
	color: #666666;
}

.testimonial {
	font: italic bold 12px/16px arial, verdana, helvetica, sans-serif;
	color: #998465;
}

.signature {
	font: normal bold 10px/12px arial, verdana, helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
}