/*
www.wizzardweb.co.uk

old code
text-align: justify;
text-align: justify;
*/

body {

	background:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555E4F;
}

#topright {
    position: absolute;
	right:40px;
	top: 500px;
	display: block;
	height: 640px;
	width: 120px;
	background: url(images/side_banner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background: white;filter:alpha(opacity=95);opacity:.95;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	font-family: arial;
	color: #000000;
	padding:4px;
  	border:5px solid #ddd;
	font-weight: bold;
}

div.hr {
  margin: auto;
  width: 700px;
  height: 15px;
  background: #fff url(images/zebra.jpg) scroll center;
}
div.hr hr {
  display: none;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.frm_btn4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #800000;
    background-color: #D1D1D1;
    border: 1px solid #83AAD3;
}

input:focus {
	border: 2px solid #000000;
}

textarea:focus {
	border: 2px solid #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #808080;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	height:auto !important;
	margin: 0px auto;
	padding-bottom: 20px;
	height:100px;
	padding-bottom:20px;
	padding-left:5px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {

}

#menu1 a {
	display: block;
	width: 190px;
	height:15px;
	padding: 12px 0px;
	background:url(images/nav/menu_item_bg.gif) no-repeat;
	text-align: center;
	letter-spacing:0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight:normal;
	font-weight: bold;
	color: #808080 ;
}

#menu1 a:hover {
	padding-top:11px;
	width:192px;
	height:15px;
	background:url(images/nav/menu_item_hover.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:normal;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #FFFFFF;

}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}

#footerimg {
height:50px;
padding:15px 15px 0 15px;
background:url(images/footer_bg.gif) no-repeat;
color:#959595;
font-size:11px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}