
body { 
	margin-top: 0; 
	margin-bottom: 50px; 
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	} 
	
a {
	outline: none;
	}
.menu_button_position_1{	
	width: 900px;
	height: 246px;
	margin: 0px 0px 0px 18px;
	}
.menu_button_position_2{
	width: 900px;
	height: 20px;
	margin: 0px 0px 0px 18px;
	}
	
.menu_buttons{
	}
	
.sitecentre {
	width: 936px; 
	margin: 0 auto; 
	background: url(../layout/shadow_left.png) repeat-y;
	}
	
.content {
	margin-left: 18px; 
	background: url(../layout/shadow_right.png) right repeat-y;
	}
	
.background_colour {
	background: url(../layout/shadow_top.png) repeat-x top #fff;
	margin-right: 18px;
	padding-top: 20px;
	}
	
.background_colour_comments{
	background: #fff;
	margin-right: 18px;
	}
	
#new_comment{
	margin-left: 102px;
	}
	
.comment_box_text{
	width: 85px; 
	float: left; 
	margin-left: 8px; 
	margin-right: 5px; 
	margin-top: 6px; 
	color: #bcbcbc;
	}
	
.comment_box_text_push{
	margin-bottom: 12px;
	text-align: right;
	font-size: 14px;
	}
	
.comments_margin_fix{
	width: 900px;
	margin: 0 auto;
	}
	
.comments_text_title{
	margin: 0px 40px 0px 40px;
	font-weight: bold; 
	font-size: 13px; 
	color: #5581c0;
	font-family: Georgia, serif;
	font-style: italic;
	}
	
.comments_text_time{
	font-size: 10px;
	margin: 0px 60px 0px 60px;
	color: #858585;
	}

.comments_text_normal{
	margin: 0px 60px 0px 60px; 
	}
	
.top_image {
	width: 936px; 
	height: 266px; 
	margin: 0 auto;
	background: url(../layout/site_top.jpg) top no-repeat;
	}
	
.top_border{
	border-top: 1px solid #000; 
	height: 0px; 
	width: 900px;
	}
	
.button{
	border-right: 1px solid #cecece;
	height: 20px; 
	width: 100px; 
	background: url(../layout/button_background.png) repeat-x; 
	float: left;
	text-align: center;
	}
.button:hover{
	background: url(../layout/button_hover.png) repeat-x; 
	}
.button:active{
	background: url(../layout/button_current.png) repeat-x; 
	}
	
.button_current{
	border-right: 1px solid #cecece;
	height: 20px; 
	width: 100px;
	float: left;
	text-align: center;
	background: url(../layout/button_current.png) repeat-x; 
	color: #fff;
	}
	
.button_text{
	display: block;
	text-align: center; 
	padding-top: 2px;
	height: 14px;
	color: #252525;
	text-decoration: none;
	font-family: Century Gothic, sans-serif;
	font-style: italic;
	font-size: 13px;
	}
.button_text_current{
	display: block;
	text-align: center; 
	padding-top: 2px;
	height: 14px;
	color: #fff;
	text-decoration: none;
	font-family: Century Gothic, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	}
	
.bottom_border{
	border-bottom: 1px solid #505050; 
	height: 0px; 
	width: 900px;
	}
	
.shadow_top{
	background: url(../layout/shadow_top.png) repeat-x; 
	height: 50px; 
	width: 900px; 
	margin: 0px;
	}
	
.container{
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.container_tutorial{
	padding: 10px 0px 7px 0px; 
	margin-left: 20px; 
	margin-right: 20px;  
	border: 1px solid #e4e4e4; 
	background: #ffffff;
	}
	
.site_map{
	margin: 0px 18px 0px 0px; 
	padding: 2px 10px 0px 30px;
	border-bottom: 1px solid #a1a1a1; 
	background: url(../layout/button_background.png) repeat-x; 
	height: 18px;
	text-decoration: none;
	font-family: Century Gothic, sans-serif;
	font-style: italic;
	}
	
.text_title{
	margin: 5px 0px 10px 20px;
	font-weight: bold; 
	font-size: 17px; 
	color: #5581c0;
	font-family: Georgia, serif;
	font-style:italic;
	}

.text_normal{
	margin: 0px 40px 0px 40px; 
	}

.text_reel{
	color: #000;
	}
	
.text_link{
	text-decoration: none;
	color: #4e79b7;
	}
.text_link:hover{
	text-decoration: underline;
	}
	
.text_link_external{
	text-decoration: none;
	color: #4e79b7;
	background: url(../layout/icon_external_link.png) right no-repeat;
	padding-right: 15px; 
	}
.text_link_external:hover{
	text-decoration: underline;
	}
	
.download_box_link{
	display: block;
	text-decoration: none;
	color: #4e79b7;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 1px 5px 1px 5px; /*top right bottom left*/
	}
.download_box_link:hover{
	border: 2px solid #4e79b7;
	padding: 0px 4px 0px 4px; /*top right bottom left*/
	color: #f7f7f7;
	background: #4e79b7;
	}
	
.text_link_bold{
	font-weight: bold;
	text-decoration: none;
	color: #5581c0;
	}
.text_link_bold:hover{
	text-decoration: underline;
	}
	
.site_map_text{
	text-decoration: none;
	color: #404040;
	font-family: Century Gothic, sans-serif;
	font-style: italic;
	font-size: 13px;
	}
.site_map_text:hover{
	text-decoration: underline;
	}
	
.margin_fix{
	height: 362px;
	margin: 0px 0px 0px 10px;
	}
	
.tutorial_video{
	margin: 10px 40px 10px 40px;
	}
	
.text_right{
	width: 245px;
	height: 360px;
	float: right;
	margin: 0px 10px 0px 0px;
	}
	
.text_push{
	/* NOT USED, DIV REMAINS IN CODE FOR FUTURE USE */
	}
	
.tutorials_text_right{
	width: 440px;
	height: 231px;
	float: right;
	}

.image_border{
	border: 1px solid #808080;
	}
	
.table_image{
	margin-left: 40px;
	border: 1px solid #808080;
	}
	
.fancybox_margin_fix{
	margin: 0px;
	}
	
.fancybox_thumb{
	width: 84px;
	height: 84px;
	padding: 3px;
	border: 1px solid #cdcdcd;
	margin: 10px 10px 0px 0px;
	}
.fancybox_thumb:hover{
	padding: 2px;
	border:2px solid #4e79b7;
	}
	
.tutorials_image{
	border:1px solid #dddddd;
	width: 400px;
	height: 225px;
	padding: 3px;
	}
.tutorials_image:hover{
	padding: 2px;
	border:2px solid #4e79b7;
	}
	
.tutorials_margin_fix{
	margin: 10px;
	}
	
.tutorial_image{
	width: 600px;
	height: 338px;
	}
	
.line_break{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
	height:0px;
	border-top: solid #e4e4e4 1px;
	}
	
.comments_line_break{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	height:0px;
	border-top: solid #e4e4e4 1px;
	}
	
.reel_container{
	width: 800px;
	margin: 0 auto;
	margin-top: 5px;
	}
	
.reel_center{
	height: 520px; 
	width: 845px; 
	margin: 0 auto;
	}
	
.shadow_bottom{
	background: url(../layout/site_bottom.png);
	height: 84px; 
	width: 936px;
	margin: 0 auto;
	}
	
.footer{
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	}

.w3clink{	
	color: #a6a6a6;
	text-decoration: none;	
	font-size: 11px;
	}
.w3clink:hover{	
	color: #606060;
	text-decoration: underline;	
	}
	
.comments_margin{
	margin-left: 20px;
	margin-right: 20px;
	}
	
.ad-placement{
	width: 728px;
	margin: 0 auto;
	}
	
.show_older_news_button{
	margin: 0px 0px 0px 30px;
	width: 168px;
	height: 32px;
	background: url(../layout/show_hide_older_news_button.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
	}
.show_older_news_button:hover{
	background: url(../layout/show_hide_older_news_button.png) no-repeat top center;
	}
.show_older_news_button:active{
	background: url(../layout/show_hide_older_news_button.png) no-repeat top right;
	}
	
.hide_older_news_button{
	margin: 0px 0px 0px 30px;
	width: 168px;
	height: 32px;
	background: url(../layout/show_hide_older_news_button.png) no-repeat bottom left;
	overflow: hidden;
	cursor: pointer;
	}
.hide_older_news_button:hover{
	background: url(../layout/show_hide_older_news_button.png) no-repeat bottom center;
	}
.hide_older_news_button:active{
	background: url(../layout/show_hide_older_news_button.png) no-repeat bottom right;
	}
	
.leave_comment_button{
	margin: 0px 0px 0px 20px;
	width: 168px;
	height: 32px;
	background: url(../layout/show_hide_comment_button.png) no-repeat top left #fff;
	overflow: hidden;
	cursor: pointer;
	}
.leave_comment_button:hover{
	background: url(../layout/show_hide_comment_button.png) no-repeat top center;
	}
.leave_comment_button:active{
	background: url(../layout/show_hide_comment_button.png) no-repeat top right;
	}
	
.hide_comment_button{
	margin: 0px 0px 0px 20px;
	width: 168px;
	height: 32px;
	background: url(../layout/show_hide_comment_button.png) no-repeat bottom left;
	overflow: hidden;
	cursor: pointer;
	}
.hide_comment_button:hover{
	background: url(../layout/show_hide_comment_button.png) no-repeat bottom center;
	}
.hide_comment_button:active{
	background: url(../layout/show_hide_comment_button.png) no-repeat bottom right;
	}

.twentypxpush{
	height: 20px;
	background: #fff;
	margin: 0px 18px 0px 0px;
	}
	
.submit_comment_button{
	margin: 5px 0px 0px 0px;
	display: block;
	width: 114px;
	height: 25px;
	background: url(../layout/submit_comment_button.png) no-repeat left;
	}
.submit_comment_button:hover{
	background: url(../layout/submit_comment_button.png) no-repeat center;
	}
.submit_comment_button:active{
	background: url(../layout/submit_comment_button.png) no-repeat right;
	}
	
.classname{
	display: inline;
	}
	