/* PurpleBiscuit Style 2010 */

*{
	margin: 0; 
	padding: 0; 
	border: dashed 0px #fff;
} 

#wrapper { 
	width: 750px;
	margin: 0 auto 0 auto; 
	background-image:  url(../images/wrapper-background.jpg);
	background-repeat: repeat;
} 


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #502750;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

/* Topnav */

#topnav {
	width: 750px;
	height: 50px;
	background-color: #2B152B;
	background-image: url(../images/topnav-background.jpg);
	background-repeat: repeat;
}

#topnav table {
	margin-left: 75px;
	padding-top: 0px;
}

/* Branding */

#branding {
	width: 750px;
	height: 120px;
	text-align: right;
	background-color: #552D55;
	background-image: url(../images/branding-background.jpg);
	background-repeat: repeat;
}

#branding img {
	margin-top: 11px;
	margin-right: 50px;
}

/* Leftside */

#leftside {
	width: 150px;
	float: left;
	background-color: #371C37;
}

/* Content */

#content {
	width: 510px;
	margin-left: 150px;
	padding-left: 20px;
	padding-right: 70px;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content h1 {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;	
}

#content h2 {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;	
}

#content .txt {
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	padding-bottom: 20px;
}

#content .txt-sml {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 20px;
}

#content .label {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

#content .screen {
	padding-bottom: 20px;
	padding-top: 5px;
}

#content .icon {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

#content table {
	width: 510px;
	margin-bottom: 15px;
}

#content .txt-tbl {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

#content a:link, #content a:active, #content a:hover, #content a:visited {
	color: #CCCCCC;
	font-size: 9pt;
	text-decoration: underline;
	line-height: 13pt;
}


/* Footer */

#footer {
	width: 750px;
	height: 100px;
	background-color: #552D55;
	background-image: url(../images/branding-background.jpg);
}

#footer table {
	width: 510px;
	margin-top: 50px;
	margin-left: 170px;
}

#footer .copy {
	font-size: 8pt;
	color: #371C37;
	line-height: 13pt;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color: #999999;
	font-size: 8pt;
	text-decoration: underline;
	line-height: 13pt;
}
