@charset "utf-8";



body {
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	/*border: 1px inset #000;*/
	background-image:url('img/body_bg.jpg');
}

img#logo {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}
div#cnt {
text-align:right;
margin-right:5px;
}

div#pagetext {
/*	font:14px/Arial, Helvetica, sans-serif;*/
font: 18px/1.8 Verdana, sans-serif;
color:#444;
font-style:normal;
font-weight:normal;
text-decoration:none;
text-align:justify;
}

div#pagetext img { display: block; margin-left: auto; margin-right: auto }

div#pagetext ul li {
	margin-left: 25px;
}

div#pagetext a:link {color:#3399cc;}    /* unvisited link */
div#pagetext a:visited {color:#6c98b9;} /* visited link */
div#pagetext a:hover {color:#0066cc;}   /* mouse over link */
div#pagetext a:active {color:#339933;}  /* selected link */
img.floatRight { 
float: right; 
margin-left:15px; 
margin-right:5px;
margin-top:15px;
}
img.floatLeft { 
float: left; 
margin-left:5px; 
margin-right:15px;
/*	margin-top:15px;*/
}
#maintext {
	border:1px solid #000;
	padding:15px;
}
th#rightmenu {
border:1px solid #CCC;
padding:15px;
}
th#rightmenu img{
border:none;
display: block;
margin-left: auto;
margin-right: auto }

#bottomnav{
	list-style:none;
	margin:0;
	padding:0;
/*	position:relative;
	right:5px;
	top:22px;*/
}
#bottomnav li{background:none; display:inline; float:left; margin:0 0 0 6px; padding:0;}
/*#bottomnav a{background:url("http://www.newism.com.au/themes/site_themes/default/img/bg_nav_00.png"); height:30px;}*/
/*#bottomnav .home{background-position:0 -60px; width:70px;}
#bottomnav .work{background-position:-70px -60px; width:65px;}
#bottomnav .services{background-position:-135px -60px; width:87px;}*/
#bottomnav a {text-decoration:none; text-align:center; margin-right: 2em;}
#bottomnav a:link {color:#3399cc; font-weight: bold;}    /* unvisited link */
#bottomnav a:visited {color:#6c98b9; font-weight: bold;} /* visited link */
#bottomnav a:hover {color:#0066cc; font-weight: bold;}   /* mouse over link */
#bottomnav a:active {color:#339933; font-weight: bold;}  /* selected link */

html, body {
height: 100%;
margin: 0;
padding: 0;
}
th,td {
border:hidden;
padding:0px;
margin:0px;
}
.r {
border-right:hidden;
padding:0px;
margin:0px;
}
.b {
border-bottom:hidden;
padding:0px;
margin:0px;
} 
#designed_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	text-decoration: none;
}
#designed_by a:link {color:#3399cc;}    /* unvisited link */
#designed_by a:visited {color:#6c98b9;} /* visited link */
#designed_by a:hover {color:#0066cc;}   /* mouse over link */
#designed_by a:active {color:#339933;}  /* selected link */

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	text-decoration: none;
}


#pagetext #gallery table tr td a img {
	border:0px;
	vertical-align:middle;
    display:block;
    margin-left:auto;
    margin-right:auto;
	margin-top:25px;
}
#pagetext #gallery table tr td.imgtitle {
	text-align:center;
}

img.floatRight { 
    float: right; 
    padding: 5px 5px 5px 20px; 
}

