@charset "utf-8";
/* CSS Document */


/*================ The following CSS markup may be adapted and learned from as the elements herein are public knowledge. You may use them in you own
projects, but you may not copy the design (the unique combination of images, colors, sizes, typography, and positioning) as they are property of Nicholas Brown and tempus Design and may not be reproduced.. ================*/

/*============================== Global Elements ============================================================*/

/*==========



html, body {
	background:#12151C url(../img/bg_wide_all.jpg) repeat-y;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	}
	
.bg {
	background:url(../img/bg_wide.gif) repeat-y;
	background-attachment: fixed;
	text-align:left;
	}

p {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12141a;
	font-style:normal;
	font-weight:normal;
	}

b {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#12141a;
	font-size: 14px;
	text-decoration:none;
	}

img {
	border:0;
	}

h1 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #ff7e00;
	}

h2 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #ff7e00;
	}

h3 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #003790;
	padding-bottom:.25em;
	margin:1em 0 0 0;
	text-indent:0px;
	}

a:link {
	color: #ff7e00;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #ff7e00;
	}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

a:active {
	text-decoration: none;
	color: #ffffff;
	}
	
	
=====*/	
	
	/*================  Stop Sign ==============================================*/
	
#stopsign {
	transparent url(../img/stopsign.jpg);
	height:110px;
	width:702px;
	background-repeat:no-repeat;
	text-align:center;
	display: block;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px
;
	}
	