@charset "utf-8";
/*===================================
	CLEAR ALL STYLES
===================================*/
* {
	border: 0px;
}

body,html,table,h1 {
	margin:0px;
	padding:0px;
}


/*===================================
	GLOBAL TAG STYLES
===================================*/
body {
	color:#ffcc99;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #330000;
	background-image: url(../images/rizzOuter.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 150%;
	letter-spacing: 0.08em;
	font-weight: normal;
}

h1 {
	font-weight: normal;
	font-size: 225%;
	letter-spacing: 0.1em;
	line-height: 125%;
}

a {
	color:#ffcc66;
	text-decoration:underline;
}
a:visited {
	color: #ffcc66;
}
a:active {
	color: #ffcc66;
}
a:hover {
	color:#ffcc00;
	text-decoration:underline;
}


/*===================================
	PAGE LAYOUT STYLES
===================================*/
#wrapper {
	width:824px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #660000;
	background-image: url(../images/rizzInnerTop.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}

#masterhead {
	width: 824px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
	clear: both;
	float: none;
}

#center {
	text-align: center;
}
#nav {
	font-size: 175%;
}
#flash {
	font-size: 85%;
}

.featureTop {
	width:785px;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.featureHolder {
	width: 785px;
}

.sampleImg {
	border: 3px solid #000000;
}

.sampleWrapper {
	background-color: #480000;
	padding: 15px;
}

.textWrapper {
	width:750px;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.leftText {
	float: left;
	width: 425px;
}

.rightText {
	float: right;
	width: 300px;
}

.leftText p strong, .rightText p strong, #wrapper p strong, #masterhead p strong {
	font-weight: bold;
	color: #FF9966;
}

.portfolio {
	display: inline;
	position: relative;
	line-height: normal;
	vertical-align: text-bottom;
}

.footer {
	width:824px;
	background-attachment: scroll;
	background-image: url(../images/rizzInnerBot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
}

#footerText {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}

.clear {
	clear:both;
	padding-bottom: 20px;
}

.divider {
	margin-right: auto;
	margin-left: auto;
	width: 824px;
}


#dingbat {
	display: inline;
	vertical-align: text-bottom;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
