/*Welcome to the Cascading Style Sheet for
sdmse.com by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector
A Note On Padding and Spacing: top right bottom left


/* containers ____________________________*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	background-image:  url(images/bg_page.jpg);
	background-position: center;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}
.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000099;
}
.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
}

.note2me {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#FFCC33;
}

/*divs*/
div#menu  {
	width: 900px;
	height: 52px;
	text-align: right;
	background-image: url(images/bg_menu.jpg);
	}
.box_right {
	background-image: url(images/box_right.png);
	background-color: #CCCCCC;
}
