/* global and default styles */

/*  orange: #ff6600; */

* {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	}

/* class for image links */

img.noborder {
	text-decoration:none;
	border:none;
	margin:0px;
	padding:0px;
	}

/* centre the site */

div#wrapper {
	width: 800px;
	margin:auto;
	background-position: center;
	top:0px;
}

/* text */

p, li {
	font-size:13px;
	color: #666666;
	}
p {
	margin:12px 0px;
	padding: 0px;
	}
p.heading { /* para heading on nav */
	color:#ff6600;
	font-weight:bold;
	font-style:italic;
	}
p#top_info { /* top nav right-hand cell */
	text-align:right;
	margin-right:0px;
	}

p#top_info_e { /* top nav right-hand cell */
	text-align:right;
	margin-right:78px;
	}	
	
p.footer_text {
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px 0px;
	}

p.seven {
	font-size:9px;
	text-align:center;
	padding:10px 0px 0px 0px;
	}	

h1{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:30px;
	}
h2{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:22px;
	}
h3{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:20px;
	}

h4{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:18px;
	}	
	
h5{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:16px;
	}	

h6{
	margin:12px 0px;
	padding: 0px;
	color:#ff6600;
	font-style:italic;
	font-size:14px;
	}
	

/* links */

a, a:active, a:link, a:visited {
	color: #666666;
	text-decoration:underline;
	}
a:hover {
	color: #000000;
	text-decoration:underline;
	}

/* divs */

div#header {
	width:800px;
	height:113px;
	}

div#header_nav1 {
	width: 180px;
	float:left;
	}
div#header_nav2 {
	width:180px;
	float:left;
	}
div#header_contact {
	width:440px;
	float:right;
	}
	
div#body{
	width:800px;
	clear:both;
	}
div#content{
	width: 570px;
	float:left;
	}
div#right_col {
	width:222px;
	float:right;
	}
	
div#footer {
	width:800px;
	min-height:19px;
	background-image: url(http://www.creaky.net/jsr/cms/cmsimages/jsr_footer.png);
	background-repeat:no-repeat;
	clear:both;
	}

/* side box */

div#side_box_wrapper {
	float:right;
	width:222px;
	height:auto;
	margin-top:15px;
	}

div#side_box_title {
	width:222px;
	height:auto;
	background-color:#ff6600;
	margin-bottom:2px;
	margin-top:5px;
	}
div#side_box_content {
	width:220px;
	height:auto;
	border:1px solid #ff6600;	
	}
p.side_box_title {
	color:#ffffff;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 5px;
	}
p.side_box_content {
	margin:10px;
	padding: 0px;
	font-size:13px;
	color: #666666;
	}
	
	


	
