/* CSS Document 
blue/green: #336666;
dark-burg/red: #330000;
*/

body {
	background-color:#666666;
	font-family: arial, helvetica, sans-serif;
}
#master {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#336666;
}
#header {
	width:994px;
	height:226px;
	color:#000000;
	border:3px solid #000000;
	background-image:url(../images/LogoStoreFront.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#subHeader {
	width:955px;
	float:left;
	color:#FFFFCC;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:2px;
	padding-bottom: 5px;
}

#Tstrip {
	background-image:url(../images/diamondH.jpg);
	background-repeat:repeat-x;
	height:23px;
	width:994px;
}
#Bstrip {
	background-image:url(../images/diamondH.jpg);
	background-repeat:repeat-x;
	height:23px;
	width:994px;
	margin-top:465px;
}
#Lstrip {
	float:left;
	width:18px;
	height:455px;
	background-image:url(../images/diamondV.jpg);
	background-repeat:repeat-y;
}
#LMRstrip {
	float:left;
	width:955x;
	height:455px;
}
#Rstrip {
	float:right;
	width:18px;
	height:455px;
	background-image:url(../images/diamondV.jpg);
	background-repeat:repeat-y;
}
#inheader {
	width:970px;
	height:155px;
	color:#CCFFCC;
	border:3px solid #000000;
	margin:7px 0 0 7px;
}
#menu {
	width:991px;
	height:53px;
	background-color:#330000;
	border-left:3px solid black;
	border-right:3px solid black;
	padding-left:3px;
}
#content {
	width:994px;
	height:511px;
	color:#FFFFFF;
	border:3px solid #000000;
}
#incontent {
	width:950px;
	height:460px;
	color:#CCFFCC;
	border:3px solid #000000;
	padding:10px;
	margin:7px 0 0 7px;
}

#footer {
	font-size:12px;
	width:1000px;
	height:50px;
	float:left;
	text-align:center;
	color:#FFFFFF;
}
.title {
	font-size:36px;
	padding-left:50px;
}
.subtitle {
	font-size:24px;
}

a {
	color:#FFFFFF;
}
a:link {
	color:#FFFF00;
}
a:visited {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
a:hover {
	color:#FFFFFF;
	background-color:#330000;
}
