/*****************************************/
/* Zero off borders, margins and padding */
/*****************************************/

html, body, div, a, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img {
	border: 0px;
	margin: 0px;
	padding: 0px
}

/********************************************/
/* Page layout, i.e. positioned of elements */
/********************************************/

#wrapper {
	background-color: #99FF99;
	background-image: url(../images/body_background.gif);
	border: 5px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 5px;
	position: relative;
	width: 705px;
}

#header { /* header div containing logo, etc. */
	background-color: #006600;
	border: 5px solid #000000;
	height: 155px;
	width: 695px;
}

#logo { /* logo image in the header */
	left: 60px;
	position: absolute;
	top: 50px;
}

#tagline {
	left: 100px;
	position: absolute;
	top: 105px;
}

#award1 { /* serious mistress award image */
	left: 650px;
	position: absolute;
	top: 100px;
}

#award2 { /* topdomina award image in the header */
	left: 550px;
	position: absolute;
	top: 15px;
}

#award3 { /* topdomina award image in the header */
	left: 110px;
	position: absolute;
	top: 134px;
}

#tel { /* tel paragraph in the header */
	alpha(opacity=50);
	background-color: #006600;
	left: 10px;
	-moz-opacity:.25;
	opacity:.25;
	padding: 2px;
	position: absolute;
	top: 10px;
}

#nav { /* nav div containing the main page content */
	background-color: #000000;
	background-image: url(../images/nav_background.jpg);
	float: left;
	padding: 2px;
	text-align: left;
	width: 130px;
}

#sidebar {
	float: left;
	font-size: 9px;
	width: 130px;
}

#body { /* body div containing the main page content */
	color: #006600;
	margin-bottom: 25px;
	padding: 10px;
	text-align: left;
	width: 535px;
}

/***********************************************************************/
/* General look and feel, i.e. other than specific positioned elements */
/***********************************************************************/

body {
	background-color: #006600;
	background-image: url(../images/background.gif);
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #99FF99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 15px;
	margin-top: 10px;
}

h1 {
	color: #000000;
	font-size: 150%;
}

h2 {
	color: #000000;
	font-size: 125%;
	margin-top: 10px;
}

li {
	line-height: 15px;
	margin-left: 20px;
	margin-top: 10px;
}

.mediumtext {
	font-size: 150%;
}

.bigtext {
	font-size: 300%;
}

.imgleft {
	border-color: #000000;
	border-style: solid;
	border-width: thick;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgright {
	border-color: #000000;
	border-style: solid;
	border-width: thick;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.superscript {
	font-size: 9px;
	vertical-align: super;
}

.emphasis {
	text-transform: uppercase;
}

.tag_line {
	font-style: italic;
	font-weight: bold;
}

.testimonial {
	border: thin solid #000000;
  	padding: 5px;
}

#body a {
	color: #000066;
}

#nav a {
	background-image: url(../images/nav.jpg);
	display: block;
	height: 20px;
	padding: 2px;
	vertical-align: middle;
	width: 126px;
}

#nav a:hover {
	background-color: #99FF99;
	background-image: url(../images/nav_hover.jpg);
	color: #006600;
	text-decoration: none;
}

