@charset "utf-8";
/* CSS Document */

/*Wider template*/

body {
			font-family:Arial, Helvetica, sans-serif;
			background-color:#000033}
	
	#top_bar {background-image:url('images/title_bar.jpg'); 
			  background-position:top left;
			  background-repeat:no-repeat;
			  height:137px}
			  
	#side_bar  {left:10px;
				top:140px;
				background-image:url('images/side_bar_middle.jpg');
				background-repeat:repeat-y;
				padding: 0px 10px 0px 0px;
				margin-bottom: 5px;}
	
	#content_box {
					position:absolute;	
					left:10px;
				  	top: 150px;
				  	background-image:url('images/content_box_middle_large.jpg');
				  	background-repeat:repeat-y;
					margin-right:350px;}
	
	#content_data {
			width:600px;
			position:relative;
			top:5px;
			left:20px;
			color:#FFFFFF;
		}
		
	h2{
			color:#ccff00;
			font-size:x-large;
			font-weight:bold;
			}
	
	h3{
			color:#00FF00;
			font-size:large;
			font-weight:bold;
			}
	
	a{
		color:#FFFF00;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:hover {
			color:#FFFFFF;
			text-decoration:underline;
			}
	
	
	a.menu {font-weight: bold;
			color:#FFFFFF;
			padding-left: 30px;
			text-decoration:underline;}
		
	a.menu:hover {color:#cbfe00}
	
	a.main {font-weight:bold;
			color:#66CC00;
			text-decoration:underline;
			}
	
	a.main:hover {color:#FFFFFF;
					}
	
	.small {
				font-size:small;
			}
	
	img {	
			border:none;
		}
	
	.centre {text-align:center;
				
				}
	


